When adding a list of trusted sites to Internet Explorer 11 in Windows 7 Professional SP1, there is a checkbox called "Require server verification (https:) for all sites in this zone".
Is there a way to modify the system's group policy to check or uncheck this checkbox? Perhaps it is something I can find via gpedit.msc?
Thanks!
P.S. Just to make sure we are on the same page, this is the dialog I am talking about:
Group policy to check/uncheck "require HTTPS" in Internet Explorer 11 trusted sites list?
Re: Group policy to check/uncheck "require HTTPS" in Internet Explorer 11 trusted sites list?
As far as I'm aware a specific group policy option doesn't exist, which means editing the registry directly using, for example, a login script (...referenced from a group policy)
The specific key is:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\Flags
or if you want to change the setting for specific users, then:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\Flags
To work out what to set the Flag DWORD to we need to reference this kb article - [http://support.microsoft.com/kb/182569](http://support.microsoft.com/kb/182569) - which I'll paste verbatim
The Flags DWORD value determines the ability of the user to modify the security zone's properties. To determine the Flags value, add the numbers of the appropriate settings together. The following Flags values are available (decimal):
Value Setting
The specific key is:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\Flags
or if you want to change the setting for specific users, then:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\Flags
To work out what to set the Flag DWORD to we need to reference this kb article - [http://support.microsoft.com/kb/182569](http://support.microsoft.com/kb/182569) - which I'll paste verbatim
The Flags DWORD value determines the ability of the user to modify the security zone's properties. To determine the Flags value, add the numbers of the appropriate settings together. The following Flags values are available (decimal):
Value Setting