G
Guest
I finally figured out how to get rid of the Public Folder on the desktop.
With XP in a Domain I needed all my users to have access to My Network
Places, My Computer, IE and My Documents on the desktop. They were hidden by
default so I had to create a registry file for HKEY_LOCAL_MACHINE in order to
show them for all users.
I went to the same key and figured out what each GUID represented. Here is
the key to hide the PUBLIC folder on the desktop for Vista if you don't share
your computer or if you run a network where you don't want users saving to
the local machines.
Copy into Notepad and name with .reg extension. Double click to add to
registry.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\HideDesktopIcons]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\HideDesktopIcons\ClassicStartMenu]
"{4336a54d-038b-4685-ab02-99bb52d3fb8b}"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\HideDesktopIcons\NewStartPanel]
"{4336a54d-038b-4685-ab02-99bb52d3fb8b}"=dword:00000001
Note dword:00000000 is to show the folder.
Here are some other GUIDS. They can be put in the above key or for each
user in
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\HideDesktopIcons\NewStartPanel]
VISTA GUIDS
Computer = "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
Network = "{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000000
USER PROFILE = "{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000000
Control Panel = "{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000000
Recycle = "{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000000
XP GUIDS (Note Computer and Recycle are the same)
My Documents = "{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000
My Network Places = "{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000 "
Internet Explorer{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000
I am still trying to find out what GUID this is.
"{9343812e-1c37-4a49-a12e-4b2d810d956b}"=dword:00000000
Cheers,
Lara
With XP in a Domain I needed all my users to have access to My Network
Places, My Computer, IE and My Documents on the desktop. They were hidden by
default so I had to create a registry file for HKEY_LOCAL_MACHINE in order to
show them for all users.
I went to the same key and figured out what each GUID represented. Here is
the key to hide the PUBLIC folder on the desktop for Vista if you don't share
your computer or if you run a network where you don't want users saving to
the local machines.
Copy into Notepad and name with .reg extension. Double click to add to
registry.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\HideDesktopIcons]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\HideDesktopIcons\ClassicStartMenu]
"{4336a54d-038b-4685-ab02-99bb52d3fb8b}"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\HideDesktopIcons\NewStartPanel]
"{4336a54d-038b-4685-ab02-99bb52d3fb8b}"=dword:00000001
Note dword:00000000 is to show the folder.
Here are some other GUIDS. They can be put in the above key or for each
user in
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\HideDesktopIcons\NewStartPanel]
VISTA GUIDS
Computer = "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
Network = "{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000000
USER PROFILE = "{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000000
Control Panel = "{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000000
Recycle = "{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000000
XP GUIDS (Note Computer and Recycle are the same)
My Documents = "{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000
My Network Places = "{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000 "
Internet Explorer{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000
I am still trying to find out what GUID this is.
"{9343812e-1c37-4a49-a12e-4b2d810d956b}"=dword:00000000
Cheers,
Lara