If you do it step by step as it says it will work
OTC Updater
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.
Windows for home | Other | Devices and drivers
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
119 answers
Sort by: Oldest
-
Anonymous
2021-04-09T06:14:41+00:00 -
Anonymous
2021-04-17T05:32:25+00:00 Easier than registry edits and no reboot needed.
Make a text file with:
<configuration>
<runtime>
<AppContextSwitchOverrides
value="Switch.System.Net.DontEnableSystemDefaultTlsVersions=false" />
</runtime>
</configuration>
Rename it to otcupdater.exe.config and put it in same folder as otcupdater.exe.
Now try running otcupdater.exe again.
-
Anonymous
2021-04-17T05:39:36+00:00 Yes.
Make a text file with:
<configuration>
<runtime>
<AppContextSwitchOverrides
value="Switch.System.Net.DontEnableSystemDefaultTlsVersions=false" />
</runtime>
</configuration>
Rename it to otcupdater.exe.config
-
Deleted
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
-
Anonymous
2021-05-02T03:15:58+00:00 I still can't update my lumia 1520 to windows 10 mobile from windows 8.1 mobile