Posts Tagged ‘windows’

Autopatcher and how it saves me work…

Tuesday, March 9th, 2010

I am currently on the second windows xp box that I have reinstalled for the week and just wanted to write a quick note in support of a great little tool that has saved me a fair amount of time.  Even after you have installed the latest service pack for windows software, Microsoft releases a ton of patches, security updates and other junk that can take several reboots worth of windows update to be fully secure and up to date.

This is where autopatcher comes in, it will download all of the updates that have happened since Microsoft wrote it’s last service pack.  From there you can either dump them onto a thumb drive or other storage and just run the autopatcher application every time you need to reinstall a computer.  It also is easy to keep up to date with a nice little update script.

Autopatcher is also handy if you have a computer that is on a slow or no internet connection and you want to keep it up to date.

Windows XP SP3 setup flags

Thursday, October 1st, 2009

After making several reinstalls on various laptops for work all needing SP3 installed I remembered the /nobackup flag for starting the install.  so in in the command line you drag and drop the sp3 installer and then type /passive /nobackup /forcerestart and then walk away for a bit (but less time then if you had to backup the data)  Yes it may be more risky, but since it is a clean install why bother with worrying about that!

—————————
Service Pack 3 Setup
—————————
AVAILABLE SWITCHES:
[/help] [/quiet] [/passive] [/norestart] [/forcerestart] [/warnrestart] [/promptrestart] [/overwriteoem] [/nobackup] [/forceappsclose] [/integrate:] [/d:] [/log:]

/help Displays this message

SETUP MODES

/quiet Quiet mode (no user interaction or display)
/passive Unattended mode (progress bar only)

RESTART OPTIONS

/norestart Do not restart when installation is complete
/forcerestart Restart after installation
/warnrestart[:] Warn and restart automatically if required (default timeout 30 seconds)
/promptrestart Prompt if restart is required

SPECIAL OPTIONS

/overwriteoem Overwrite OEM files without prompting
/nobackup Do not backup files needed for uninstall
/forceappsclose Force other programs to close when the computer shuts down
/integrate: Integrate this software update into
/d: Back up files into
/log: Create log file at

****