Update FAQ.md

This commit is contained in:
Markus Fleschutz 2021-10-01 11:43:49 +02:00 committed by GitHub
parent d7d0d1f7fb
commit b82ec46a74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ Why use PowerShell?
How to get PowerShell?
----------------------
* **On Windows 7 and newer** PowerShell is provided by default. However, script execution is **disallowed by default** (execution policy is "restricted"). To enable this, enter as administrator:
* **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:
```
PS> Set-ExecutionPolicy RemoteSigned
```