diff --git a/Docs/FAQ.md b/Docs/FAQ.md index 9eb1f6a1..09dbc902 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -19,8 +19,8 @@ Why use PowerShell? ✔️ it's **fully documented** - see the PowerShell documentation at: https://docs.microsoft.com/en-us/powershell/ -How to get PowerShell? ----------------------- +How to install PowerShell? +-------------------------- * **On Windows** PowerShell is preinstalled. **However,** the execution policy is 'restricted' by default! To allow script execution: open the *Windows PowerShell (Administrator)* console and enter: ``` PS> Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser