mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 13:27:41 +02:00
Update FAQ.md
This commit is contained in:
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
<details><summary>How to install PowerShell on Windows?</summary>
|
<details><summary>How to install PowerShell on Windows?</summary>
|
||||||
|
|
||||||
**Good news:** It's already preinstalled, but the script execution policy is *restricted* (=forbidden) by default! Therefore, **open *Windows PowerShell (Admin)* console** and enter:
|
**Good news:** It's already preinstalled, but not yet enabled (script execution policy is *restricted*). Therefore, **open *Windows PowerShell (Admin)* console** and enter:
|
||||||
```
|
```
|
||||||
> Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
|
> Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user