Jump to content

System shortcuts ... ot whatever it is called


master_mtz

Recommended Posts

hi there ...

firstly i would like to thank people in this forum for their usual help and great efforts .. i haev a question about making a system shortcut , or whate ever it is called on the desktop ... i mean something like IE and the recycleBin .. i don't know if this is the apporpriate place for this post , but i think this is not a programming issue ,, indeed it is something related to registry tweaks ...

thx in advance .. waiting your reply :):)

Link to comment
Share on other sites


If you are talking about the my documents, my computer, my network places, etc...

try to use this:

; Put My Computer Shortcut on Desktop

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]

"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000

; Put My Network Places Shortcut on Desktop

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]

"{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000

; Put My Documents Shortcut on Desktop

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]

"{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000

; Put Printers Shortcut on Desktop

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{2227A280-3AEA-1069-A2DE-08002B30309D}]

@=" "

; Put Scheduled Tasks Shortcut on Desktop

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}]

@=" "

; Put Network Connections Shortcut on Desktop

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{992CFFA0-F557-101A-88EC-00DD010CCC48}]

@=" "

Hope you find it helpful, all you have to do is to put it in a .reg file

Edited by mgadallah
Link to comment
Share on other sites

There're various ways to hide/restore these icons.

My Computer, My Documents, My Network Places, Recycle Bin are all special folders.

1. R click Desktop > Properties > Desktop > Customize Desktop > General > Desktop icons

2. TweakUI

3. reg (as above)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...