From b82ec46a74052d24935120392307de455d875444 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Fri, 1 Oct 2021 11:43:49 +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 747c158e..43767612 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -19,7 +19,7 @@ Why use PowerShell? How to get PowerShell? ---------------------- -* **On Windows 7 and newer** PowerShell is provided by default. However, script execution is **disallowed by default** (execution policy is "restricted"). To enable this, enter as administrator: +* **Windows 7 and newer** provides PowerShell by default. However, script execution is **disallowed by default** (execution policy is "restricted"). To enable this, enter as administrator: ``` PS> Set-ExecutionPolicy RemoteSigned ```