mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-26 01:43:37 +01:00
Update FAQ.md
This commit is contained in:
parent
fb974454d8
commit
81fe2bba52
@ -21,7 +21,7 @@ Why use PowerShell?
|
||||
|
||||
How to get PowerShell?
|
||||
----------------------
|
||||
* **On Windows** PowerShell is preinstalled. **However,** the default execution policy is "restricted", meaning script execution is disallowed! To change this, open the "Windows PowerShell (Administrator)" console and enter:
|
||||
* **On Windows** PowerShell is preinstalled. **However,** the default execution policy is "restricted", meaning script execution is disallowed! To change this, open the *Windows PowerShell (Administrator)* console and enter:
|
||||
```
|
||||
PS> Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user