Tag Archives: unattend.xml

2 Unattend.xml settings I specify in all of my Windows 10 installations.

By | December 14, 2016
Share

   There are others, but these are 2 I include in all of my Unattend.xml files. Disable the First run animation from displaying: reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System /v EnableFirstLogonAnimation /t REG_DWORD /d 0 /f Prevent the Network Selection box from appearing. reg add HKLM\System\CurrentControlSet\Control\Network\NewNetworkWindowOff /F …. <RunSynchronousCommand wcm:action=”add”> <Description>disable firstlogon animation for win10</Description> <Order>5</Order> <Path>reg add… Read More »