mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-21 15:33:15 +01:00
Update FAQ.md
This commit is contained in:
parent
6f31879f00
commit
f712ad06b1
@ -32,7 +32,7 @@
|
||||
|
||||
<details><summary>How to install PowerShell on Windows?</summary>
|
||||
|
||||
**Good news:** it's preinstalled, **but** the script execution policy is *restricted* (forbidden) by default! To change this: open the *Windows PowerShell (Admin)* console and enter:
|
||||
**It's already preinstalled, but** the script execution policy is *restricted* (forbidden) by default! To change this: open the *Windows PowerShell (Admin)* console and enter:
|
||||
```
|
||||
> Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user