0
  1. I want to create a user in windows.
  2. And that user will not have permission to open any option from toolbar.
  3. Also disabled toolbar for Developer tools(F12) of IE.

How can I achieve this?

rohitkadam19
  • 1,734
  • 5
  • 21
  • 39

1 Answers1

0

Not sure about any toolbar but the F12 developer tools can be disabled with the registry setting: [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\IEDevTools] "Disabled"=1

More over at: http://www.sevenforums.com/tutorials/152554-internet-explorer-f12-developer-tools-enable-disable.html

Andy Sterland
  • 1,872
  • 1
  • 14
  • 19