mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-11 16:39:10 +01:00
Update FAQ.md
This commit is contained in:
parent
d7d0d1f7fb
commit
b82ec46a74
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user