Forum Discussion

BigTee's avatar
BigTee
Copper Contributor
Apr 04, 2022

Issues downloading free sql server

I tried developer edition from here

3 Replies

  • antoni0ps's avatar
    antoni0ps
    Copper Contributor

    Hello friend, have you been able to solve the problem? I have the same problem and I can't find a solution.

     

    Edit: Found a solution finally.

    Open PowerShell as administrator and run

     

    Set-ItemProperty -Path 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type Dword
    
    Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type Dword

    • BigTee's avatar
      BigTee
      Copper Contributor
      Oh, I get it! Very helpful! Thank you!
    • BigTee's avatar
      BigTee
      Copper Contributor
      Hello, can you please outline the steps? I am lost! Please help!