diff --git a/Docs/FAQ.md b/Docs/FAQ.md index 7037ef08..8e1157d6 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -21,7 +21,7 @@ Why use PowerShell? How to install PowerShell? -------------------------- -**On Windows** it's preinstalled, **but** the execution policy is *restricted* by default! Change the execution policy as follows: open the *Windows PowerShell (Administrator)* console and enter: +**On Windows** it's preinstalled, **but** the execution policy is *restricted* by default! To change this: open the *Windows PowerShell (Administrator)* console and enter: ``` PS> Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser ```