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