Hi – We’re happy you’re here

Hi – We’re happy you’re here

When you logon to Windows 10 for the first time with a new user without a profile you will see this dialog:

Hi

 image

We’re happy you’re here

image

Lots of great features to get excited about

image

Getting everything ready for you

image

Let’s start

image

You might not like this dialog and prefer not to see it. setting the Group policy

Computer ConfigurationAdministrative TemplatesSystemLogonShow first sign-in animation to disabled

image

Will change the dialog to this simple one (Preparing Windows):

image

You can also set this in unattened.xml as shown here:

image

    <settings pass=”specialize”>
        <component name=”Microsoft-Windows-Deployment” processorArchitecture=”amd64″ publicKeyToken=”31bf3856ad364e35″ language=”neutral” versionScope=”nonSxS” xmlns:wcm=”
http://schemas.microsoft.com/WMIConfig/2002/State” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance“>
            <RunSynchronous>
                <RunSynchronousCommand wcm:action=”add”>
                    <Path>reg add HKLMSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem /v EnableFirstLogonAnimation /t REG_DWORD /d 0 /f</Path>
                    <Order>2</Order>
                    <Description>Do not Show First Logon Animation</Description>
                </RunSynchronousCommand>
            </RunSynchronous>
        </component>
    </settings>

Or directly in your task sequence with the command

reg add HKLMSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem /v EnableFirstLogonAnimation /t REG_DWORD /d 0 /f

+ posts

Table of Contents

Share this post
Search blog posts
Search
Authors
Modern Workplace consultant and a Microsoft MVP in Enterprise Mobility.

Modern Workplace consultant and a Microsoft MVP in Windows and Devices.

Infrastructure architect with focus on Modern Workplace and Microsoft 365 security.

Cloud & security specialist with focus on Microsoft backend products and cloud technologies.

Cloud & security specialist with focus on Microsoft 365.

Cloud & Security Specialist, with a passion for all things Cybersecurity

Cloud and infrastructure security specialist with background in networking.

Infrastructure architect with focus on design, implementation, migration and consolidation.

Infrastructure consultant with focus on cloud solutions in Office365 and Azure.

Modern workplace and infrastructure architect with a focus on Microsoft 365 and security.

follow us in feedly
Categories

Follow on SoMe