Updated DefaultShell (markdown)

Manoj Ampalam 2018-09-13 11:08:10 -07:00
parent 94652ae868
commit 2afeac9014

@ -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`