From 3bc2e6aaa7d61e0bf45a9df2a4a982094a985ce1 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 17 Jan 2024 22:42:55 +0100 Subject: [PATCH] fix: Allow RDP with blank password --- assets/win11x64.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/assets/win11x64.xml b/assets/win11x64.xml index e47cad0..241b12d 100644 --- a/assets/win11x64.xml +++ b/assets/win11x64.xml @@ -269,15 +269,21 @@ 1 reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoLogonCount /t REG_DWORD /d 0 /f + Set AutoLogonCount to 0 2 + reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Lsa" /v LimitBlankPasswordUse /t REG_DWORD /d 0 /f + Allow RDP login with blank password + + + 3 false cmd /C wmic useraccount where name="Docker" set PasswordExpires=false Password Never Expires - 3 + 4 msiexec /i E:\virtio-win-gt-x64.msi /qb! Install VirtIO drivers