mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-15 04:24:01 +01:00
Update FAQ.md
This commit is contained in:
parent
50dfa4f876
commit
356811c13e
@ -21,7 +21,7 @@ Why use PowerShell?
|
||||
|
||||
How to install PowerShell?
|
||||
--------------------------
|
||||
▶️ **On Windows** it's preinstalled, **but** the script execution policy is by default *restricted* (forbidden)! To change this: open the *Windows PowerShell (Administrator)* console and enter:
|
||||
▶️ **On Windows** it's preinstalled, **but** the script execution policy is *restricted* (forbidden) by default! 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