1
0
다음의 미러 https://github.com/dockur/windows.git 동기화됨 2026-06-10 11:59:33 +08:00

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

이 커밋은 다음에 포함됨:
Kroese
2025-09-18 22:53:16 +02:00
커밋한 사람 GitHub
부모 d25e18c0c5
커밋 d9211a77df
8개의 변경된 파일8개의 추가작업 그리고 7개의 파일을 삭제
+1 -1
파일 보기
@@ -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">