From 81fe2bba52d8a280a36220fc4db0ba222c2f5721 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Sun, 4 Sep 2022 11:13:05 +0200 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 f5350d81..25712064 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -21,7 +21,7 @@ Why use PowerShell? How to get PowerShell? ---------------------- -* **On Windows** PowerShell is preinstalled. **However,** the default execution policy is "restricted", meaning script execution is disallowed! To change this, open the "Windows PowerShell (Administrator)" console and enter: +* **On Windows** PowerShell is preinstalled. **However,** the default execution policy is "restricted", meaning script execution is disallowed! To change this, open the *Windows PowerShell (Administrator)* console and enter: ``` PS> Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser ```