joefitzgerald / packer-windows

Windows Packer Templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable welcome animation on Windows 8/10

Wenzel opened this issue · comments

Hi !

would it be possible to speed up the build process for Windows 8/10 by disabling the annoying welcome animation ?
virtualbox_windows_10_x64

I searched a bit and found that the key EnableFirstLogonAnimation was controlling this behavior.

From this site
I tried:

reg.exe add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v EnableFirstLogonAnimation /d 0 /t REG_DWORD /f

in the Autounattended.xml, but it doesn't work.

Any ideas ?