I was asked to do the following
Start - All Programs - Accessories - Right click Command Prompt and choose Run As Administrator.
Type (or copy and paste by right clicking in the Command Prompt window and choosing Paste).
You can copy the output by right clicking the window, choosing Mark, selecting the text,
and press Enter. Not all commands will necessarily find anything.
reg query "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\e
xplorer\Desktop\NameSpace" /s
reg query "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\e
xplorer\Desktop\NameSpace" /s
dir "%userprofile%\desktop\*.*" /a
dir "%public%\desktop\*.*" /a
The result was
Microsoft Windows [Version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Windows\system32>reg query "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\e
ERROR: The system was unable to find the specified registry key or value.
C:\Windows\system32>xplorer\Desktop\SpeedTouch330" /s
The system cannot find the path specified.
C:\Windows\system32>reg query "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\e
ERROR: The system was unable to find the specified registry key or value.
C:\Windows\system32>xplorer\Desktop\SpeedTouch330" /s
The system cannot find the path specified.
C:\Windows\system32>reg query "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\e
ERROR: The system was unable to find the specified registry key or value.
C:\Windows\system32>xplorer\Desktop\SpeedTouch330" /s
The system cannot find the path specified.
C:\Windows\system32>dir "%userprofile%\desktop\*.*" /a
Volume in drive C has no label.
Volume Serial Number is 00BE-2C1D
Directory of C:\Users\sony\desktop
26/04/2013 10:27 <DIR> .
26/04/2013 10:27 <DIR> ..
23/04/2013 16:22 <DIR> Air Dwg
20/01/2008 01:01 282 desktop.ini
23/04/2013 00:18 1,941,003 Mech Prog.xlsx
21/04/2013 22:31 1,289,791 CAS (Autosaved).xlsx
22/04/2013 13:00 15,105 CAS.pdf
26/04/2013 10:27 0 New Microsoft Office Word Document.docx
21/04/2013 07:25 19,619 Initial Cooling Load.pdf
26/04/2013 10:10 <DIR> SpeedTouch330
26/04/2013 10:27 162 ~$w Microsoft Office Word Document.docx
7 File(s) 3,265,962 bytes
4 Dir(s) 24,054,710,272 bytes free
C:\Windows\system32>dir "%userprofile%\desktop\*.*" /a
Volume in drive C has no label.
Volume Serial Number is 00BE-2C1D
Directory of C:\Users\sony\desktop
26/04/2013 10:27 <DIR> .
26/04/2013 10:27 <DIR> ..
23/04/2013 16:22 <DIR> Air Dwg
20/01/2008 01:01 282 desktop.ini
23/04/2013 00:18 1,941,003 Mech Prog.xlsx
21/04/2013 22:31 1,289,791 CAS (Autosaved).xlsx
22/04/2013 13:00 15,105 CAS.pdf
26/04/2013 10:27 0 New Microsoft Office Word Document.docx
21/04/2013 07:25 19,619 Initial Cooling Load.pdf
26/04/2013 10:10 <DIR> SpeedTouch330
26/04/2013 10:27 162 ~$w Microsoft Office Word Document.docx
7 File(s) 3,265,962 bytes
4 Dir(s) 24,054,710,272 bytes free
C:\Windows\system32>dir "%public%\desktop\*.*" /a
Volume in drive C has no label.
Volume Serial Number is 00BE-2C1D
Directory of C:\Users\Public\desktop
26/04/2013 09:23 <DIR> .
26/04/2013 09:23 <DIR> ..
07/02/2010 05:17 340 desktop.ini
20/02/2013 13:26 969 GlobeTrotter Connect.lnk
2 File(s) 1,309 bytes
2 Dir(s) 24,053,940,224 bytes free
C:\Windows\system32>