From 8109eced25ae748f753039652b72b3273b6b0c4d Mon Sep 17 00:00:00 2001 From: Jeffery Date: Tue, 13 May 2025 06:17:52 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20=E5=B0=87=20OpenSSH=20?= =?UTF-8?q?=E7=9A=84=E9=A0=90=E8=A8=AD=E5=B7=A5=E5=85=B7=E6=94=B9=E7=82=BA?= =?UTF-8?q?=20Powershell?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...%E8%A8%AD%E5%B7%A5%E5%85%B7%E6%94%B9%E7%82%BA-Powershell.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 %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 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