Update FAQ.md

This commit is contained in:
Markus Fleschutz 2023-10-18 07:48:24 +02:00 committed by GitHub
parent 69e0b11c69
commit 760b59216e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@
**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 (Administrator)* console and enter:
``` ```
PS> Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser PS> Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
``` ```
**NOTE:** the group policy object (GPO) settings of your organization might disallow changes. In that case contact your system administrator for help. **NOTE:** the group policy object (GPO) settings of your organization might disallow changes. In that case contact your system administrator for help.
</details> </details>