Merge pull request #3 from JG2401/executionpolicies

Set-ExecutionPolicy correction
This commit is contained in:
JG2401
2024-06-20 20:20:13 +02:00
committed by GitHub

View File

@@ -90,5 +90,5 @@ Get-ExecutionPolicy -List
and change it with the following command (run powershell as administrator)
```
Set-ExecutionPolicy -ExecutionPolicy Undefined -Scope LocalMachine
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
```