Update FAQ.md

This commit is contained in:
Markus Fleschutz 2022-05-06 08:55:12 +02:00 committed by GitHub
parent 45cd3e0876
commit 744ea2275d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ Why use PowerShell?
How to get PowerShell?
----------------------
* **Windows 7 and newer** provides PowerShell by default. However, script execution is **disallowed by default** (execution policy is "restricted"). To enable this, enter as administrator:
* **Windows 7/Server 2008 R2 and newer** already have PowerShell preinstalled (e.g. PowerShell 5.1 on Windows 10). However, script execution is **disallowed by default** (execution policy is "restricted"). To enable this, enter as administrator:
```
PS> Set-ExecutionPolicy RemoteSigned
```