Skip to content
This repository was archived by the owner on Oct 4, 2019. It is now read-only.

Disable welcome animation on Windows 8/10Β #264

@Wenzel

Description

@Wenzel

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions