From 73c903c7123fe6d40368d351492309dee9604772 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 18 Sep 2025 22:09:00 +0200 Subject: [PATCH] feat: Update command to set user password policy --- assets/win11x64-iot.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/win11x64-iot.xml b/assets/win11x64-iot.xml index 3ee4107..f722e7f 100644 --- a/assets/win11x64-iot.xml +++ b/assets/win11x64-iot.xml @@ -361,7 +361,7 @@ 5 - cmd /C wmic useraccount where name="Docker" set PasswordExpires=false + powershell.exe -ExecutionPolicy Unrestricted -NoLogo -NoProfile -NonInteractive set-localuser -name Docker -passwordneverexpires 1 Password Never Expires