How to disable User First SIgn-in Animation via a task sequence
We are looking to do an in-place upgrade from 1703 to 1709.
We create a reference image (.wim) file in MDT 2013, we bring it over to SCCM 2012 R2.
We do not create drivers in MDT we do that in SCCM 2012 R2.
When we do this in-place upgrade to 1709 is there are way to disable 'User First Sign-in Animation'.
I know there are two ways GPO, Registry key.
I know you can also do it via unattend.xml. We do not want to touch this.
Can I create a task sequence to do this in SCCM 2012 R2.
reg.exe add "HKLM\Microsoft\Windows NT\CurrentVersion\Winlogon
EnableFirstLogonAnimation /t REG_WORD /d /0 /f
I've seen several ways to do this.
Thanks