Hi,
You can simply copy the link to reach the desire place in the regedit and then modify the required value.
Step 1 - Go to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft.NETFramework\v2.0.50727
Create a new entry SystemDefaultTlsVersions with a REG_DWORD value set to 1.
Create a new entry SchUseStrongCrypto with a REG_DWORD value set to 1.
Step 2 - Go to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft.NETFramework\v4.0.30319
Create a new entry SystemDefaultTlsVersions with a REG_DWORD value set to 1.
Create a new entry SchUseStrongCrypto with a REG_DWORD value set to 1.
Step 3 - Go to: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft.NETFramework\v2.0.50727
Create a new entry SystemDefaultTlsVersions with a REG_DWORD value set to 1.
Create a new entry SchUseStrongCrypto with a REG_DWORD value set to 1.
Step 4 - Go to: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft.NETFramework\v4.0.30319
Create a new entry SystemDefaultTlsVersions with a REG_DWORD value set to 1.
Create a new entry SchUseStrongCrypto with a REG_DWORD value set to 1.
After these changes restart the pc and then check if anything happen. If not then follow further step.
Step 5 - Go to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp
Set the DefaultSecureProtocols REG_DWORD value to 800
Step 6 - Go to: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp
Set the DefaultSecureProtocols REG_DWORD value to 800
After these changes restart the pc.