Hi ,
I am Ivan, I will help you with this.
If you are trying to update using Media Creation Tools, open the on command prompt (admin) and run the command: sfc /scannow wait for the process and restart the computer.
After Restart create a registry file, save the notepad file as .reg and run confirm the changes and restart the computer and try to update again using the media creation tools.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp]
"DefaultSecureProtocols"=dword:00000a00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp]
"DefaultSecureProtocols"=dword:00000a00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Client]
"DisabledByDefault"=dword:00000000
"Enabled"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client]
"DisabledByDefault"=dword:00000000
"Enabled"=dword:00000001
Credits.: https://answers.microsoft.com/pt-br/windows/for...
Hope this helps.
If you find the answer helpful, please mark it as an answer.
Independent Advisor - Community
Thanks