Jump to content

Recommended Posts

Posted (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 /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

  • 2 years later...
Posted

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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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