mirror of
https://github.com/JG2401/PowerShellProfiles.git
synced 2026-08-29 04:30:08 +00:00
Set-ExecutionPolicy correction
This commit is contained in:
@@ -90,5 +90,5 @@ Get-ExecutionPolicy -List
|
|||||||
|
|
||||||
and change it with the following command (run powershell as administrator)
|
and change it with the following command (run powershell as administrator)
|
||||||
```
|
```
|
||||||
Set-ExecutionPolicy -ExecutionPolicy Undefined -Scope LocalMachine
|
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user