![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
![]()
When I save a file to my desktop why does it show up double?
JPC |
#2
|
|||
|
|||
![]()
Check out what the values are set to for the following registry entries ;
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Shell Folders] "Desktop"="" [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\User Shell Folders] "Desktop"="" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\Shell Folders] "Common Desktop"="" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\User Shell Folders] "Common Desktop"="" The top two values (named "Desktop") are associated with *your* profile, and should point to ; "C:\Documents and Settings\%UserName%\Desktop" ....however, the bottom two values (named "Common Desktop") should point to the common profile ; "C:\Documents and Settings\All Users\Desktop" ...if the top two values are set to the same as the bottom two, then they will display a single icon (at that location) twice, on your desktop! If this is the case, return the values to those given below : (In the first entry given, you can replace %UserName% for your profile's User Name, but in the rest copy exactly what is written here) [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Shell Folders] "Desktop"="C:\Documents and Settings\%UserName%\Desktop" [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\User Shell Folders] "Desktop"="%UserProfile%\Desktop" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\Shell Folders] "Common Desktop"="C:\Documents and Settings\All Users\Desktop" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\User Shell Folders] "Common Desktop"="%ALLUSERSPROFILE%\Desktop" == Cheers, Tim Meddick, Peckham, London. :-) "John Callaway" wrote in message ... When I save a file to my desktop why does it show up double? JPC |
#3
|
|||
|
|||
![]()
Thanks, that did it!
JPC On Wed, 2 May 2012 12:55:00 +0100, "Tim Meddick" wrote: Check out what the values are set to for the following registry entries ; [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Shell Folders] "Desktop"="" [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\User Shell Folders] "Desktop"="" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\Shell Folders] "Common Desktop"="" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\User Shell Folders] "Common Desktop"="" The top two values (named "Desktop") are associated with *your* profile, and should point to ; "C:\Documents and Settings\%UserName%\Desktop" ...however, the bottom two values (named "Common Desktop") should point to the common profile ; "C:\Documents and Settings\All Users\Desktop" ..if the top two values are set to the same as the bottom two, then they will display a single icon (at that location) twice, on your desktop! If this is the case, return the values to those given below : (In the first entry given, you can replace %UserName% for your profile's User Name, but in the rest copy exactly what is written here) [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Shell Folders] "Desktop"="C:\Documents and Settings\%UserName%\Desktop" [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\User Shell Folders] "Desktop"="%UserProfile%\Desktop" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\Shell Folders] "Common Desktop"="C:\Documents and Settings\All Users\Desktop" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\User Shell Folders] "Common Desktop"="%ALLUSERSPROFILE%\Desktop" == Cheers, Tim Meddick, Peckham, London. :-) "John Callaway" wrote in message .. . When I save a file to my desktop why does it show up double? JPC |
Thread Tools | |
Display Modes | |
|
|