From b85392276ed190007f05d6863046c612a3c52608 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 14 Apr 2025 11:11:43 +0200 Subject: [PATCH] Update win7x86-ultimate.xml --- assets/win7x86-ultimate.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/assets/win7x86-ultimate.xml b/assets/win7x86-ultimate.xml index c6beb01..ce81d12 100644 --- a/assets/win7x86-ultimate.xml +++ b/assets/win7x86-ultimate.xml @@ -201,11 +201,6 @@ reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f Allow guest access to network shares - - 2 - reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Lsa" /v LimitBlankPasswordUse /t REG_DWORD /d 0 /f - Allow RDP login with blank password - 3 cmd /C wmic useraccount where name="Docker" set PasswordExpires=false