Skip to content

Instantly share code, notes, and snippets.

@jamiechalmerzlp
Created August 11, 2022 16:26
Show Gist options
  • Save jamiechalmerzlp/7e4a7e2f6354f981c12f72d4583be966 to your computer and use it in GitHub Desktop.
Save jamiechalmerzlp/7e4a7e2f6354f981c12f72d4583be966 to your computer and use it in GitHub Desktop.
New-ItemProperty "HKLM\SOFTWARE\Microsoft\.NETFramework\v4.0.30319" -Name "SystemDefaultTlsVersions" -Value 1 -PropertyType "DWord"
New-ItemProperty "HKLM\SOFTWARE\Microsoft\.NETFramework\v4.0.30319" -Name "SystemDefaultTlsVersions" -Value 1 -PropertyType "DWord"
New-ItemProperty "HKLM\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319" -Name "SystemDefaultTlsVersions" -Value 1 -PropertyType "DWord"
New-ItemProperty "HKLM\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319" -Name "SystemDefaultTlsVersions" -Value 1 -PropertyType "DWord"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment