Jump to content

Recommended Posts

Posted

After you have installed xp and it first starts, it runs an introduction movie.

Is there any way to stop this on an unattended setup?


Posted

You're referring to the welcome to windows XP tour that starts up after login?

;-----  Disable  Windows Tour
;-----
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]
"RunCount"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]
"RunCount"=dword:00000000

Or are you referring to the OOBE ?

Posted

I use Factorymode = Yes under [unattended] in the winnt.sif file. After setup it attemps to run %SYSTEMDRIVE%\Sysprep\Factory.exe (part of sysprep) but cant find it so continues. I autologon but dont know if it works this way if you want to add users manually.

Posted

in your winnt.sif file goto [unattended] and add Factorymode = Yes like below

[Unattended]
   Factorymode = Yes

After the GUI mode of setup has completed this will be run by the winnt.sif file, no extra additions are needed

Posted

Yes, you can either use the winnt.sif value that benners mentions, or use the registry tweak I mentioned (the registry tweak should be applied through cmdlines.txt).

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