mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-08 09:04:18 +01:00
Update FAQ.md
This commit is contained in:
parent
436a650f2f
commit
006624430b
@ -21,9 +21,9 @@ Why use PowerShell?
|
||||
|
||||
How to get PowerShell?
|
||||
----------------------
|
||||
* **Windows 7/Server 2008 R2 and newer** already have PowerShell preinstalled (e.g. PowerShell 5.1 on Windows 10). However, script execution is **disallowed by default** (execution policy is "restricted"). To enable this, enter as administrator:
|
||||
* **Windows 7/Server 2008 R2 and newer** already have PowerShell preinstalled (e.g. PowerShell 5.1 on Windows 10). However, script execution is **disallowed by default** (execution policy is "restricted"). To enable it: open the "Windows PowerShell (Administrator)" console and enter:
|
||||
```
|
||||
PS> Set-ExecutionPolicy RemoteSigned
|
||||
PS> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
|
||||
```
|
||||
* **On CentOS, Debian, Docker, Fedora, macOS, openSUSE, Red Hat, Ubuntu** visit https://github.com/PowerShell/PowerShell for installation.
|
||||
* **On Linux supporting Snaps** install PowerShell by executing:
|
||||
|
Loading…
Reference in New Issue
Block a user