Link to home
Start Free TrialLog in
Avatar of Wayne Bellinger
Wayne Bellinger

asked on

Windows 10 Internet Explorer 11 Disable TLS 1.0 and TLS 1.1

OS: Windows 10
Application: Internet Explorer 11
Issue: Need to write a script (PowerShell preferred)  that un-checks the IE11 TLS 1.0 and TLS 1.1 check boxes. I am able to only configure TLS 1.2 via IE11 GPO. However, IE11 interface is showing both of these boxes checked. This will end up confusing our users.
Avatar of Aard Vark
Aard Vark
Flag of Australia image

Set a GPO to flick the following registry keys.

HKEY_Current_User\Software\Microsoft\Windows\CurrentVersion\Internet Settings

Value: SecureProtocols
Value Data: 0x00000800

Refer to https://support.microsoft.com/en-us/help/3140245/update-to-enable-tls-1-1-and-tls-1-2-as-default-secure-protocols-in-wi for values. To enable different values just add together the numbers. E.g. 0xA80 would be TLS1.0, TLS1.1, TLS1.2.
This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.