Need to prevent your Internet Explorer
users from changing their security settings?
- Open Regedit
- Drill down to: HKEY_CURRENT_USER\Software\Policies\Microsoft\InternetExplorer\Control Panel
- Open the Security Tab key
- You will need to either change the Dword value to one or add a Dword entry and set it to “1”.
If you like, you can also copy and paste the following into Wordpad and then save it as a .reg, something like security.reg will be fine. Now double click on the saved file and it will be imported it into the registry for you.
Copy the info in between the lines, but not the lines themselves.
————— REGEDIT4 [HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel] “SecurityTab”=dword:00000001
—————