1
0
zrcadlo https://github.com/dockur/windows.git synchronizováno 2026-06-10 11:59:33 +08:00

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

Tento commit je obsažen v:
Kroese
2025-09-18 22:53:16 +02:00
odevzdal GitHub
rodič d25e18c0c5
revize d9211a77df
8 změnil soubory, kde provedl 8 přidání a 7 odebrání
+1 -1
Zobrazit soubor
@@ -257,7 +257,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">