From eb6a7f24bf4dc4697dfa27635ba2206f315570df Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 22 Jun 2023 17:03:29 +0200 Subject: [PATCH] Perform first command in presence of the user --- Autounattend.template.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/Autounattend.template.xml b/Autounattend.template.xml index dc118f7..de11b24 100644 --- a/Autounattend.template.xml +++ b/Autounattend.template.xml @@ -209,6 +209,7 @@ false cmd /C wmic useraccount where name="Admin" set PasswordExpires=false Password Never Expires + true 2