From 17491679f7ce673bdadd5482942759286ba57a81 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 12 Jun 2023 19:39:22 +0200 Subject: [PATCH] Prevent user interaction --- Autounattend.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Autounattend.xml b/Autounattend.xml index 7f06c8f..5926f0c 100644 --- a/Autounattend.xml +++ b/Autounattend.xml @@ -227,7 +227,7 @@ Notes: 4 false - powershell -c "Set-ExecutionPolicy Bypass" + powershell -c "Set-ExecutionPolicy -Force Bypass" 5