Disable/Enable Right Click in Internet Explorer
This article is found in: Tutorials
This function is controlled within the registry in Internet Explorer Restrictions.
To Disable:
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]
"NoBrowserContextMenu"=dword:00000001
To Enable:
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]
"NoBrowserContextMenu"=dword:00000000
Pages: 1 2