diff --git a/Misc/FAQ.md b/Misc/FAQ.md index e8efd5ca..2390b588 100644 --- a/Misc/FAQ.md +++ b/Misc/FAQ.md @@ -13,7 +13,7 @@ PowerShell is a task automation and configuration management framework from Micr How to get PowerShell? ---------------------- -* **Windows 7 and newer** do provide PowerShell by default. Please note Windows does **not allow** script execution by default (execution policy "restricted"). To enable this, enter as administrator: +* **Windows 7 and newer** do provide PowerShell by default. But Windows does **not allow** script execution by default (execution policy "restricted"). To enable this, enter as administrator: ``` $ Set-ExecutionPolicy RemoteSigned ```