新增 將 OpenSSH 的預設工具改為 Powershell
@@ -0,0 +1,3 @@
|
||||
```powershell
|
||||
New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" -Name DefaultShell -Value "C:\Program Files\Git\bin\bash.exe" -PropertyType String -Force
|
||||
```
|
||||
Reference in New Issue
Block a user