Update FAQ.md

This commit is contained in:
Markus Fleschutz
2021-02-11 10:52:11 +01:00
committed by GitHub
parent c95905aa09
commit 551aeb6e9f

View File

@ -13,7 +13,7 @@ PowerShell is a task automation and configuration management framework from Micr
How to get PowerShell? How to get PowerShell?
---------------------- ----------------------
* **Windows 7 and newer** do provide PowerShell by default. But Windows does **not allow** script execution by default (execution policy "restricted"). To enable this, enter as administrator: * **Windows 7 and newer** do provide PowerShell by default. But script execution is **not allowed by default** (execution policy is "restricted"). To enable this, enter as administrator:
``` ```
$ Set-ExecutionPolicy RemoteSigned $ Set-ExecutionPolicy RemoteSigned
``` ```