mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-23 08:23:14 +01:00
Update FAQ.md
This commit is contained in:
parent
ddab316453
commit
eb298942f6
@ -13,7 +13,7 @@ PowerShell is a task automation and configuration management framework from Micr
|
||||
|
||||
How to get PowerShell?
|
||||
----------------------
|
||||
* **Windows 7 and newer** do provide PowerShell by default. Please note 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 Windows does **not allow** script execution by default (execution policy "restricted"). To enable this, enter as administrator:
|
||||
```
|
||||
$ Set-ExecutionPolicy RemoteSigned
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user