Update FAQ.md

This commit is contained in:
Markus Fleschutz 2022-11-05 15:21:01 +01:00 committed by GitHub
parent 669b12dc37
commit 459a517ba0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,8 +19,8 @@ Why use PowerShell?
✔️ it's **fully documented** - see the PowerShell documentation at: https://docs.microsoft.com/en-us/powershell/
How to get PowerShell?
----------------------
How to install PowerShell?
--------------------------
* **On Windows** PowerShell is preinstalled. **However,** the execution policy is 'restricted' by default! To allow script execution: open the *Windows PowerShell (Administrator)* console and enter:
```
PS> Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser