- Published on
- Authors
- Name
- UniClown
- @uniclown
在windows的openssh中自动使用powershell7作为默认终端
New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" `
-Name DefaultShell `
-Value "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" `
-PropertyType String `
-Force