From 18e472bf9927fcaa94684d75bd71bf0f1c605fce Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 18 Sep 2025 22:10:45 +0200 Subject: [PATCH] feat: Update command to set user password policy --- assets/win2025.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/win2025.xml b/assets/win2025.xml index d488ae2..ffcca4e 100644 --- a/assets/win2025.xml +++ b/assets/win2025.xml @@ -260,7 +260,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