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