voncollr Posted July 1, 2014 Report Share Posted July 1, 2014 Is there a way in the tasks of SmartDeploy to add a registry ket on FIRSTBOOT? I would like to add this to the registry when the computer boots up prior to first login for windows 8.1 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]"EnableFirstLogonAnimation"=dword:00000000 Quote Link to comment Share on other sites More sharing options...
SmartDeploySupport Posted July 1, 2014 Report Share Posted July 1, 2014 Hello, Please use the following command for the FirstBoot task: cmd.exe /c REG add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v EnableFirstLogonAnimation /d 0 /t REG_DWORD /f Thanks,SmartDeploy Support Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.