JSI Tip 6315. How do I prevent users from right-clicking in an Internet Explorer window and opening the context menu?

Jerold Schulman

February 6, 2003

1 Min Read
ITPro Today logo in a gray background | ITPro Today

You can disable the Internet Explorer browser context menu by using Group Policy
to enable the Disable Context menu Group Policy Object at
User ConfigurationAdministrative TemplatesWindows ComponentsInternet ExplorerBrowser menus.

If the policy is Not Configured, you can Merge the following NoBrowserContextMenu.reg
file with the users registry or run regedit /s NoBrowserContextMenu.reg:

REGEDIT4

[HKEY_CURRENT_USERSoftwarePoliciesMicrosoftInternet ExplorerRestrictions]
"NoBrowserContextMenu"=dword:00000001



Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like