Enable or Disable Right-Click Context Menus in Windows Explorer
Create a new 32-bit DWORD value on the right-hand side named
with one of these values:
Removing Desktop Icon]
Code:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Code:
NoViewContextMenu
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.
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.
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".
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".