Set-ExecutionPolicy correction

This commit is contained in:
jonas@geiger-natur.de
2024-06-20 20:19:30 +02:00
parent 8855e6f0d4
commit 500d7dc82c

View File

@@ -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
``` ```