From fd5751ddaf2303c54f8f2217e98d3f2a7f9bea33 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Wed, 18 Oct 2023 07:52:13 +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 d74480ae..af9fac29 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -37,7 +37,7 @@
How to install PowerShell on Windows? -**Good news:** it's preinstalled, **but** the script execution policy is *restricted* (forbidden) by default! To change this: open the *Windows PowerShell (Administrator)* console and enter: +**Good news:** it's preinstalled, **but** the script execution policy is *restricted* (forbidden) by default! To change this: open the *Windows PowerShell (Admin)* console and enter: ``` > Set-ExecutionPolicy RemoteSigned -Scope CurrentUser ```