Block or Disable Right Click on the Desktop
Blocking right clicks (or displaying of the context menus) on the desktop is vital method in securing public desktops. This works on all versions of Windows. I have used this in NT, XP, Vista, and Windows 7 environments.
I first noticed this hack at a local computer store where I couldn’t access the screen saver because they had blocked the ability to pull up context menus on the desktop via right click.
I have used this often as a way to secure desktops that are open to public use.
1. Navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\ CurrentVersion\Policies\Explorer
2. Find the DWORD value NoViewContextMenu
3. If it doesn’t exist, create it through the edit menu->new->DWORD
4. By setting this value to 1, the right click is turned off.
5. Allowing right clicks can be reset by setting this value to the default of 0.
Remember to back up your registry before making any changes.







Anonymous said on January 23, 2010
Thanks..