Forum Discussion
Yao Ming
Nov 02, 2017Copper Contributor
SQL Server installer unable to download the required files
Dear Community, I wanted to install the developer edition, however, I keep getting this error message: "We failed to download the files we require. Please check your network connection and try agai...
Danthma
Apr 16, 2022Copper Contributor
Is there a current fix for this? Still unable to download SQL Express or Developer server. Unfortunately, I don't really understand any of the workarounds listed in the comments
- Fatih_TRApr 16, 2022Copper Contributor
Hello,
I will tell you step by step.
Go to your 'Search tab' on your Windows. Open as 'administrator' 'Windows PowerShell'. You will see a blue screen whit PS C:\Windows\system32> writing in it.
1- Copy this and klik on enter
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type Dword
2- Copy this and klik on enter
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type Dword
And now you can download 'SQLServer2019'
- agregory23Apr 22, 2022Copper ContributorThese fixes used to work, they do not appear to anymore. Anyone else having this problem?
- vinh221005Apr 19, 2022Copper Contributor
hi Fatih_TR
i use your code for SQL Express
but it still no worked with my pc
hope you reply me- FrankCtbaApr 20, 2022Copper ContributorThe same for me. Still not working. I am using Win 11 Pro (ARM Processor)