mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-22 01:48:20 +02:00
Update FAQ.md
This commit is contained in:
parent
459a517ba0
commit
545a0e51ae
@ -21,7 +21,7 @@ Why use PowerShell?
|
|||||||
|
|
||||||
How to install PowerShell?
|
How to install PowerShell?
|
||||||
--------------------------
|
--------------------------
|
||||||
* **On Windows** PowerShell is preinstalled. **However,** the execution policy is 'restricted' by default! To allow script execution: open the *Windows PowerShell (Administrator)* console and enter:
|
* **On Windows** it's preinstalled. **However,** the execution policy is 'restricted' by default! To allow script execution: open the *Windows PowerShell (Administrator)* console and enter:
|
||||||
```
|
```
|
||||||
PS> Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser
|
PS> Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user