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