Nihilator Posted March 13, 2006 Posted March 13, 2006 (edited) 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, 2006 by Nihilator
lasswellt Posted March 16, 2006 Posted March 16, 2006 i too am interested in this. I need a few things added as well...
naekcram Posted August 28, 2008 Posted August 28, 2008 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now