Dear all,
I have to implement a "Hardening" for the Internet Explorer on some systems, because the users should have VERY restricted access to the systems. Unfortunately my only information is related to IE 8 !
Here I have a list of what should be restricted :
- Browser Bars disabled
- Browser Options disabled
- Browser File Open/File new disabled (Save As enabled since required by end users)
- Browser Favorites disabled
- Browser Help disabled (Menu, Feedback option, Tip of the day, Tutorial)
- Browser Media Bar disabled
- Browser TheaterMode disabled
- Browser ViewSource disabled
- Browser FindFiles disabled
- Browser proxy hardcoded to “proxy01.dcl.tetrapak.com:8080” (required for Internet type applications)
- Browser link to Windows update disabled
and to achieve this, I have a complete list of registry keys that have to be changed and several local policy settings.
Does anybody have some hints how I can implement this on IE11 ? Which registry settings / policies I have to adapt so that a user is no longer allowed to see the favorites, view the source of a website and so on ?
Thanks in advance for your help !