Update FAQ.md

This commit is contained in:
Markus Fleschutz
2025-07-01 15:53:43 +02:00
committed by GitHub
parent a0e32f27b0
commit cb0872ae9a

View File

@ -44,7 +44,7 @@
<details><summary>How to install PowerShell on Windows?</summary> <details><summary>How to install PowerShell on Windows?</summary>
**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 > Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
``` ```