From 7a8c103db1862ac30f91ab504fd8d331ac05861c Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Thu, 29 Dec 2022 20:54:36 +0100 Subject: [PATCH] Update FAQ.md --- Docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```