Link to home
Start Free TrialLog in
Avatar of gregholl
greghollFlag for Ecuador

asked on

How can I prevent Windows 10 from updating Internet Explorer security settings

How can I prevent Windows 10 from updating Internet Explorer security settings.

I have a really hokey bank where I live in Ecuador. In order to do banking on their website, I have to do a host of security settings on Internet Explorer. The bank has a 25-page document on how to set up the security settings in Internet Explorer. Seriously. 25 pages. Here it is:

Produbanco-Cash-Management-configure.pdf

(Scroll to the second half of the document to get to the English version)

Crazy, isn't it.

Well, I can't very much change how the bank chooses to operate, but my beef is with Windows 10 and IE. I go through these 25 pages and get everything working. Then whenever Windows 10 does updates, I'm like "ACK!!!!". Now my banking website doesn't run properly any more. sheesh. So back to the 25 pages of instructions. Are you frustrated just reading this.

Before responding with "find a new bank", can someone let me know how I can permanently set up all those security settings so they don't get reset with each Windows update?

Thanks
Avatar of Sam Simon Nasser
Sam Simon Nasser
Flag of Palestine, State of image

you can simply implement them using group policy! (i assume that you have active directory)
1. Open Group Policy Management Console (GPMC.MSC) on a Windows 8.1 or a Windows Server 2012 R2 computer.
2. Create a new Group Policy Object (GPO) or select an existing Group Policy Object (GPO) to modify.
3. Right-click the selected Group Policy Object (GPO) and click Edit and browse to: User Configuration\Preferences\Control Panel Settings\Internet Settings
4. Select Internet Settings and then right-click to select New and choose the option of "Internet Explorer 10"
5. Configure the desired Internet Explorer Preference settings and click Apply and then OK
6. Run the following command: gpupdate.exe /force
7. let the clients log off and then log in again

this tutorial is with images on the configuration http://woshub.com/configure-internet-explorer-10-and-11-settings-using-gpo-in-windows-server-2012/
Avatar of gregholl

ASKER

You mention windows 2012 and windows 8.1. But I have neither. My computer runs windows 10
If you have windows 10 pro or enterprise or education, these instructions apply, but you would need to use gpedit.msc, not gpmc. If you have win10 home, they don't and you would have to export and import the corresponding registry settings. What edition do you run?
In any case, it should be solved easily.
I have Home edition. How do I export and import registry ?
Please try with export and import of HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer
Sounds like a good plan. Please I need screen shots of where/how to do this.
ASKER CERTIFIED SOLUTION
Avatar of McKnife
McKnife
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Even if you have Windows 10 or 8.1, procedure is the same,
thanks!