From e55c0a8b171ea4b01d334332a7afaf707fea3df8 Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Tue, 27 Sep 2016 12:25:52 -0700 Subject: [PATCH] Updated Install Win32 OpenSSH (markdown) --- Install-Win32-OpenSSH.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Install-Win32-OpenSSH.md b/Install-Win32-OpenSSH.md index f3dcf56..4921ff8 100644 --- a/Install-Win32-OpenSSH.md +++ b/Install-Win32-OpenSSH.md @@ -41,6 +41,6 @@ netsh advfirewall firewall add rule name='SSH Port' dir=in action=allow protocol * Stop the service * `Stop-Service sshd` * Uninstall - * `powershell.exe .\uninstall-sshd.ps1` - * `powershell .\uninstall-sshlsa.ps1` (for Win7 and Server 2008, see [here](https://github.com/PowerShell/Win32-OpenSSH/issues/189)) + * `powershell.exe -executionpolicy bypass -file uninstall-sshd.ps1` + * `powershell.exe -executionpolicy bypass -file uninstall-sshlsa.ps1` (for Win7 and Server 2008, see [here](https://github.com/PowerShell/Win32-OpenSSH/issues/189)) * Reboot if you need to install a newer version of Win32-OpenSSH