From 459a517ba0996ed8cf87368fcc39f4722389237b Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Sat, 5 Nov 2022 15:21:01 +0100 Subject: [PATCH] Update FAQ.md --- Docs/FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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