Enable TLS 1.1 and TLS 1.2 in Windows 7

Windows 7 support TLS 1.1 and TLS 1.2 but they're both disabled by default. In order to enable them you need to import the registry keys below. You can do this manually using the keys below or by downloading this .zip archive and running the .reg file. 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Client]
"DisabledByDefault"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Server]
"DisabledByDefault"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client]
"DisabledByDefault"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server]
"DisabledByDefault"=dword:00000000
  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

Setting up Email in Outlook 2010

The guide below will walk you through setting up email in Outlook 2010 on your Windows computer....

Setting up Email in Outlook 2013

The guide below will walk you through setting up email in Outlook 2013 on your Windows computer....

Setting up Email in Outlook 2007

The guide below will walk you through setting up email in Outlook 2007 on your Windows computer....

Setting up Email on an iPhone/iPad

The guide below will walk you through setting up email on an iPhone/iPad. You will need the...

Setting up Mail on an Samsung Galaxy Phone/Tablet

The guide below will walk you through setting up email on an Samsung Galaxy Phone/Tablet. Some...