OTC Updater

Anonymous
2020-11-02T18:16:00+00:00

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.

0 comments No comments

119 answers

Sort by: Most helpful
  1. 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

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2021-03-29T21:12:24+00:00

    1 QUE

    Does it still work?
    Bcz I need to downgrade to WIN8.1 and Update to WIN10 anew bcz the phone started rebooting also restarting apps by itself while using apps or just like that.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2021-01-15T22:51:36+00:00

    мне помогло 

    https://4pda.ru/forum/index.php?showtopic=978492&view=findpost&p=92559656

    Windows Registry Editor Version 5.00

    ;Для 32-разрядных приложений, которые выполняются в 32-разрядных ОС, или 64-разрядных приложений, которые выполняются в 64-разрядных ОС:

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft.NETFramework\v2.0.50727]

    "SystemDefaultTlsVersions" = dword:00000001

    "SchUseStrongCrypto" = dword:00000001

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft.NETFramework\v4.0.30319]

    "SystemDefaultTlsVersions" = dword:00000001

    "SchUseStrongCrypto" = dword:00000001

    ;Для 32-разрядных приложений, которые выполняются в 64-разрядных ОС:

    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft.NETFramework\v2.0.50727]

    "SystemDefaultTlsVersions" = dword:00000001

    "SchUseStrongCrypto" = dword:00000001

    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft.NETFramework\v4.0.30319]

    "SystemDefaultTlsVersions" = dword:00000001

    "SchUseStrongCrypto" = dword:00000001

    ;Добавление TLS 1.1 и 1.2 (+ 1.0) в список безопасных протоколов по умолчанию для WinHTTP:

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp]

    "DefaultSecureProtocols" = dword:00000A80

    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp]

    "DefaultSecureProtocols" = dword:00000A80

    ;Записи реестра SecureProtocols, которые имеют значение 0xA80 для включения TLS 1.1 и 1.2 (+ 1.0), будут добавлены в следующие пути:

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]

    "SecureProtocols" = dword:00000A80

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings]

    "SecureProtocols" = dword:00000A80

    ;Включить TLS 1.1 и 1.2 в Windows 7 на уровне компонента SChannel:

    [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

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2020-12-20T11:10:44+00:00

    Thanks, it worked for my lumia 640XL 3G.

    it was really a pain ..... being on 8.1 without apps store or Microsoft account and mail signing in option.

    thanks a million for the tips

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  5. Anonymous
    2020-12-02T13:11:39+00:00

    The key here is when you go to regedit, the entry name you add must be of the type REG_DWORD and then set its value to 1.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments