更新 知識庫
@@ -1,5 +1,13 @@
|
|||||||
# Windows
|
# Windows
|
||||||
|
|
||||||
|
## OpenSSH
|
||||||
|
|
||||||
|
### 將 OpenSSH 的預設工具改為 Powershell
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" -Name DefaultShell -Value "C:\Program Files\Git\bin\bash.exe" -PropertyType String -Force
|
||||||
|
```
|
||||||
|
|
||||||
## Hyper V
|
## Hyper V
|
||||||
|
|
||||||
### 啟用 KVM
|
### 啟用 KVM
|
||||||
|
|||||||
Reference in New Issue
Block a user