I want my Wes7 to run .reg file to change in the register direct after first logon, what shall i write in the answer file?

Thanks
Posted 02 March 2012 - 04:28 AM

Posted 02 March 2012 - 09:35 AM
Microsoft-Shell-Setup|FirstLogonCommand|SynchronousCommand|Path=regedit /s <path to your reg-file>
Posted 02 March 2012 - 09:53 AM
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<Order>1</Order>
<Description>Running Registry Change</Description>
<CommandLine>cmd /C start /wait c:\folder\registry_change.exe</CommandLine>
</SynchronousCommand>
</FirstLogonCommands>