1
0
duplikat dari https://github.com/dockur/windows.git synced 2026-06-10 11:59:33 +08:00

feat: Update command to set user password policy (#1407)

This commit is contained in:
Kroese
2025-09-18 22:53:16 +02:00
committed by GitHub
orang tua d25e18c0c5
melakukan d9211a77df
8 mengubah file dengan 8 tambahan dan 7 penghapusan
+1 -1
Melihat File
@@ -361,7 +361,7 @@
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>5</Order>
<CommandLine>cmd /C wmic useraccount where name="Docker" set PasswordExpires=false</CommandLine>
<CommandLine>powershell.exe -ExecutionPolicy Unrestricted -NoLogo -NoProfile -NonInteractive set-localuser -name "Docker" -passwordneverexpires 1</CommandLine>
<Description>Password Never Expires</Description>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">