Hi,
So you need to enable TLS 1.0 on the Win10 PC? If yes below should be set in the registry. tls-registry-settings
==
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
on client PC, Windows 10 Pro, we disabled TLS 1.0 at 2021 year and disabled TLS 1.1 in the end of 2021 year. everything is OK.
now the default policy is disable TLS 1.0 and 1.1.
we disabled IE at August 2022, then we found some software and website need enable TLS 1.0 at below regedit key but they are working fine before disabled IE:
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Client
Hi,
So you need to enable TLS 1.0 on the Win10 PC? If yes below should be set in the registry. tls-registry-settings
==
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.
Hello there,
To enable the TLS 1.0 protocol, create an Enabled entry (in the Client or Server subkey) and change the value to 1 . To disable it, change the DWORD value to 0 . To disable TLS 1.0 by default, create a DisabledByDefault entry and change the value to 1
-Since we are dealing with registry, we strongly suggest backing up the current registry state. Incorrect changes to the registry might have detrimental effects on your system.
Once we’ve dealt with that, follow this path:
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols
-Right-click on the empty space in the right pane and choose New and then Key. Name the new key TLS 1.2 and click to expand it.
Navigate to TLS 1.2, click on the empty space in the right pane and add two new keys.
-Now, select the Client key, right-click in the right pane and select New, and then DWORD (32-bit) Value.
-Ensure that the Base is Hexadecimal and the value is 0
-----------------------------------------------------------------------------------------------------------------------------
--If the reply is helpful, please Upvote and Accept it as an answer–