Registry Hacks

Xavier Mustin

Administrator
Staff member
#1
Enable or Disable Right-Click Context Menus in Windows Explorer

Code:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Create a new 32-bit DWORD value on the right-hand side named
Code:
NoViewContextMenu
with one of these values:
Enable Context Menus: 0
Disable Context Menus: 1

Note that this setting could also be set under HKEY_LOCAL_MACHINE as well, so you should check both places if this doesn’t work.
Removing Desktop Icon]

Code:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Desktop\NameSpace\
below NameSpace, you'll see long CLSID strings like {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}

Clicking on any of them will reveal it's name in the right pane.

Just select the one you need to remove and press the DELETE key.
Close the registry editor window.
Right click on desktop and select "refresh".
 
Haut