Show computer icon on desktop windows 10 registry

Show computer icon on desktop windows 10 registry

atolica

Posted February 11, 2011

atolica

  • Show computer icon on desktop windows 10 registry
  • Member
  • Show computer icon on desktop windows 10 registry
    • 209
  • OS: Windows 7 x86
  • Joined December 15, 2005
    • Share
Posted February 11, 2011

Hi all

Show

Do you know the reg key that controls My Computer icon showing on desktop ?

Thanks

Link to comment
Share on other sites

More sharing options...
Show computer icon on desktop windows 10 registry
    • 2.5k
  • OS: Windows 7 x64
  • Joined January 6, 2010
      • Share
    Posted February 12, 2011 (edited)

    Display the icon My Computer on the Desktop:


    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
    ; My computer
    "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000

    ; Add Registry editor on the right click for My Computer
    [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell]
    @="none"

    [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit]
    @="Registry editor"
    "Icon"="regedit.exe"
    "Position"="Bottom"

    [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit\command]
    @="regedit.exe"

    *Edit: more options about "right click context menu" (Tweak background):

    Right Click Win7

    Edited February 12, 2011 by myselfidem
    Link to comment
    Share on other sites

    More sharing options...