From 2afeac9014100920fc5077fb5967d8dedeb8af0a Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Thu, 13 Sep 2018 11:08:10 -0700 Subject: [PATCH] Updated DefaultShell (markdown) --- DefaultShell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DefaultShell.md b/DefaultShell.md index d9e43f9..5f872b2 100644 --- a/DefaultShell.md +++ b/DefaultShell.md @@ -9,7 +9,7 @@ Follow these steps: *** -> Example - Powershell cmdlets to set powershell bash as default shell +> Powershell cmdlets to set powershell bash as default shell * `New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" -Name DefaultShell -Value "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -PropertyType String -Force`