Disable Mouse Right Click !

TaRaN.rbk

ImmorTaL KhalsA
Well, we can disable the context menu, but it will happen for everything except Internet Explorer. My Computer and My Network Places are both really Windows Explorer; I know of no way to allow the context menu for certain folders while disabling it for others.

This can be done for either individual users, or on a per-machine basis.

To Enable/Disable for Current User

Registry Key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Data Type: DWORD
Value Name: NoViewContextMenu
Value Data: [0 = Disabled / 1 = Enabled]
Exit Registry and Reboot

To Enable/Disable for Local Machine

Registry Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer
Data Type: DWORD
Value Name: NoViewContextMenu
Value Data: [0 = Disabled / 1 = Enabled]
Exit Registry and Reboot
 
Top