Update FAQ.md

This commit is contained in:
Markus Fleschutz
2025-07-01 16:11:52 +02:00
committed by GitHub
parent ba93698edf
commit b85e98b273

View File

@ -44,7 +44,7 @@
<details><summary>How to install PowerShell on Windows?</summary>
**Good news:** It's already preinstalled, but not yet enabled (script execution policy is *restricted*). Therefore, **open *Windows PowerShell (Admin)* console** and enter:
**Good news:** It's preinstalled, but not enabled yet (script execution policy is *restricted*). Therefore, **open *Windows PowerShell (Admin)* console** and enter:
```
> Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
```