lilpaul Posted December 21, 2004 Posted December 21, 2004 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?
prathapml Posted December 21, 2004 Posted December 21, 2004 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:00000000Or are you referring to the OOBE ?
benners Posted December 21, 2004 Posted December 21, 2004 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.
lilpaul Posted December 21, 2004 Author Posted December 21, 2004 It is before the runonce is executed.Its an into movie with a white background at the start.
lilpaul Posted December 21, 2004 Author Posted December 21, 2004 Sorry - ignore my last comment, the first responce was correct.Do I just implement this from runonce, in a batch file?
benners Posted December 21, 2004 Posted December 21, 2004 in your winnt.sif file goto [unattended] and add Factorymode = Yes like below[Unattended] Factorymode = YesAfter the GUI mode of setup has completed this will be run by the winnt.sif file, no extra additions are needed
prathapml Posted December 22, 2004 Posted December 22, 2004 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).
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