Jump to content

SysPrep strips Homepage


Recommended Posts

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 /f

If 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 by Nihilator
Link to comment
Share on other sites


  • 2 years later...

You add this in the sysprep.ini file. Like this

[GuiRunOnce]

Command0=Start.bat

In 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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...