diff --git a/%E5%B0%87-OpenSSH-%E7%9A%84%E9%A0%90%E8%A8%AD%E5%B7%A5%E5%85%B7%E6%94%B9%E7%82%BA-Powershell.md b/%E5%B0%87-OpenSSH-%E7%9A%84%E9%A0%90%E8%A8%AD%E5%B7%A5%E5%85%B7%E6%94%B9%E7%82%BA-Powershell.md new file mode 100644 index 0000000..25edaaf --- /dev/null +++ b/%E5%B0%87-OpenSSH-%E7%9A%84%E9%A0%90%E8%A8%AD%E5%B7%A5%E5%85%B7%E6%94%B9%E7%82%BA-Powershell.md @@ -0,0 +1,3 @@ +```powershell +New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" -Name DefaultShell -Value "C:\Program Files\Git\bin\bash.exe" -PropertyType String -Force +``` \ No newline at end of file