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

fix: Disallow RDP login with blank password (#1202)

이 커밋은 다음에 포함됨:
Kroese
2025-04-14 12:46:21 +02:00
커밋한 사람 GitHub
부모 fda0d7fbf9
커밋 a1e68622e9
40개의 변경된 파일0개의 추가작업 그리고 198개의 파일을 삭제
-5
파일 보기
@@ -150,11 +150,6 @@
<CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f</CommandLine>
<Description>Allow guest access to network shares</Description>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>2</Order>
<CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Lsa" /v LimitBlankPasswordUse /t REG_DWORD /d 0 /f</CommandLine>
<Description>Allow RDP login with blank password</Description>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>3</Order>
<CommandLine>cmd /C wmic useraccount where name="Docker" set PasswordExpires=false</CommandLine>