HideAutoLogonUI

Hides the Welcome screen when automatic sign-in is enabled.

By default, custom logon launches directly into the shell without displaying the sign-in UI when automatic sign-in is enabled. You can disable this option to mirror a Windows 10 experience, which briefly shows the sign-in UI before switching to the shell.

Values

Value Description

0

Do not hide the Welcome screen.

This is the default value.

1

Hide the Welcome screen.

Parent Hierarchy

Microsoft-Windows-Embedded-EmbeddedLogon | HideAutoLogonUI

Valid Configuration Passes

offlineServicing

specialize

Applies To

For a list of the Windows editions and architectures that this component supports, see Microsoft-Windows-Embedded-EmbeddedLogon.

XML example

<settings pass="specialize">
    <component name="Microsoft-Windows-Embedded-EmbeddedLogon" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <HideAutoLogonUI>1</HideAutoLogonUI>
    </component>
</settings>