From 500d7dc82ccfa81f358f3199181c5b51ae13aeb8 Mon Sep 17 00:00:00 2001 From: "jonas@geiger-natur.de" Date: Thu, 20 Jun 2024 20:19:30 +0200 Subject: [PATCH] Set-ExecutionPolicy correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71c54be..10a6688 100644 --- a/README.md +++ b/README.md @@ -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 ``` \ No newline at end of file