Is there a way to disable the right-click context menu in Internet Explorer? I want it to be disabled globally, not just per page. I do not control the websites that will be visited.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted
  1. Start Regedit
  2. Go to HKEY_CURRENT_USER\ Software \ Policies \ Microsoft \ Internet Explorer \ Restrictions
  3. Add a DWORD with a name of:

    NoBrowserContextMenu 1

see also:

http://www.onecomputerguy.com/ie_tips.htm

http://technet.microsoft.com/en-us/library/cc960644.aspx

link|improve this answer
Perfect, Thanks :) – RichieACC Feb 24 '10 at 13:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.