From d28e293372b49bf5cc91915363af18a230b06674 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Tue, 1 Jul 2025 15:59:56 +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 cc108d06..eef1cd00 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -44,7 +44,7 @@
How to install PowerShell on Windows? -**Good news:** It's already preinstalled, but the script execution policy is *restricted* (=forbidden) by default! Therefore, **open *Windows PowerShell (Admin)* console** and enter: +**Good news:** It's already preinstalled, but not yet enabled (script execution policy is *restricted*). Therefore, **open *Windows PowerShell (Admin)* console** and enter: ``` > Set-ExecutionPolicy RemoteSigned -Scope CurrentUser ```