mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-09 01:38:26 +02:00
Update FAQ.md
This commit is contained in:
parent
669b12dc37
commit
459a517ba0
@ -19,8 +19,8 @@ Why use PowerShell?
|
|||||||
✔️ it's **fully documented** - see the PowerShell documentation at: https://docs.microsoft.com/en-us/powershell/
|
✔️ it's **fully documented** - see the PowerShell documentation at: https://docs.microsoft.com/en-us/powershell/
|
||||||
|
|
||||||
|
|
||||||
How to get 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** PowerShell is 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