新增 將 OpenSSH 的預設工具改為 Powershell

2025-05-13 06:17:52 +00:00
parent f585548bff
commit 8109eced25

@@ -0,0 +1,3 @@
```powershell
New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" -Name DefaultShell -Value "C:\Program Files\Git\bin\bash.exe" -PropertyType String -Force
```