新增 Service:OpenSSH

2026-03-06 05:56:07 +00:00
parent 5ee0f63a0b
commit 6caa5cb626

@@ -0,0 +1,5 @@
# 將 OpenSSH 的預設工具改為 Powershell
```powershell
New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" -Name DefaultShell -Value "C:\Program Files\Git\bin\bash.exe" -PropertyType String -Force
```