Update FAQ.md

This commit is contained in:
Markus Fleschutz 2022-12-29 20:50:50 +01:00 committed by GitHub
parent 0ee5e15c7d
commit acc56ff7d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ Why use PowerShell?
How to install PowerShell?
--------------------------
**On Windows** it's preinstalled. **However,** the execution policy is 'restricted' by default! To allow script execution: open the *Windows PowerShell (Administrator)* console and enter:
**On Windows** it's preinstalled, **but** the execution policy is *restricted* by default! Change the execution policy as follows: open the *Windows PowerShell (Administrator)* console and enter:
```
PS> Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser
```