From 2dcb2a9575c4b9f097ecbebc7f6c115c2fbfa4d7 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 17 Jan 2024 22:41:50 +0100 Subject: [PATCH] fix: Allow RDP with blank password --- assets/win10x64.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/assets/win10x64.xml b/assets/win10x64.xml index 4485f30..ba395f8 100644 --- a/assets/win10x64.xml +++ b/assets/win10x64.xml @@ -1,6 +1,5 @@ - @@ -126,6 +125,11 @@ + + + false + + @@ -265,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