diff --git a/Misc/FAQ.md b/Misc/FAQ.md index d41c40da..5e5a6118 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. But 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 script execution is **not allowed by default** (execution policy is "restricted"). To enable this, enter as administrator: ``` $ Set-ExecutionPolicy RemoteSigned ```