- I want to create a user in windows.
- And that user will not have permission to open any option from toolbar.
- Also disabled toolbar for Developer tools(F12) of IE.
How can I achieve this?
How can I achieve this?
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