ITADN

Powershell related registry setting

#233OpenPorkyProgs 创建于 2023-12-27
P
PorkyProgscommented
In the documentation under 'Update Windows PowerShell scripts or related registry settings' in the 2nd point is written: `reg add HKLM\SOFTWARE\Microsoft.NETFramework\v4.0.30319 /v SystemDefaultTlsVersions /t REG_DWORD /d 1 /f /reg:64` For the inexperience among us, could someone please confirm whether the path is correct or should it be: `reg add HKLM\SOFTWARE\Microsoft\.NETFramework\v4.0.30319 /v SystemDefaultTlsVersions /t REG_DWORD /d 1 /f /reg:64` (Notice the additional slash in the path between 'Microsoft' and '.NETFramework' The corresponding point is for 32 bit. [Enter feedback here] --- #### Document Details ⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* * ID: 345a3771-a7b3-54e9-33df-8f59e08133ba * Version Independent ID: fb607ebc-aaa1-4b16-dee7-0daa8f903de9 * Content: [Solving the TLS 1.0 Problem - Security documentation](https://learn.microsoft.com/en-us/security/engineering/solving-tls1-problem) * Content Source: [security-docs/engineering/Solving-TLS1-Problem.md](https://github.com/MicrosoftDocs/security/blob/main/security-docs/engineering/Solving-TLS1-Problem.md) * Service: **security** * GitHub Login: @Dansimp * Microsoft Alias: **dansimp**
0 条评论