mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-22 09:58:19 +02:00
Update FAQ.md
This commit is contained in:
parent
760b59216e
commit
f27ad348ed
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
**Good news:** it's preinstalled, **but** the script execution policy is *restricted* (forbidden) by default! To change this: open the *Windows PowerShell (Administrator)* console and enter:
|
**Good news:** 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 RemoteSigned -Scope CurrentUser
|
> Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
|
||||||
```
|
```
|
||||||
**NOTE:** the group policy object (GPO) settings of your organization might disallow changes. In that case contact your system administrator for help.
|
**NOTE:** the group policy object (GPO) settings of your organization might disallow changes. In that case contact your system administrator for help.
|
||||||
</details>
|
</details>
|
||||||
|
Loading…
Reference in New Issue
Block a user