March 13, 200620 yr Sysprep 2.0 is stripping out my home page/startpage that I have setup in Internet Explorer.I have tried to use the follwing command via a batch file through the [guirunonce] in sysprep.inf to set the start page, but it won't work.Here is my batch file:reg add "HKCU\Software\Microsoft\Internet Explorer\Main" /v "Start Page" /t REG_SZ /d http://support.microsoft.com /fIf I run this manually after i log on, the command (above) works fine.The problem is, I want this automated through my sysprep.inf, I don't want to have to run this command manually.Where can I set this in my sysprep.inf to get it to work?Thanks, Rick Edited March 13, 200620 yr by Nihilator
August 28, 200818 yr You add this in the sysprep.ini file. Like this[GuiRunOnce] Command0=Start.batIn the batch file, put in there exactly what you want. But this will run as the next logged on user, so make sure your user is the first to logon to get the changes for them.
Create an account or sign in to comment