• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Batch file creation help

hey all, im trying to create a batch file that will install windows updates, so that i do not need to go to the windows update site and get them all every time.
could someone help me out and get me on a path to creating one?
heres what i want to do:
all of the updates i want to use are downloaded (Windows XP)
i would like it to install all of the updates that start from day one, and go to current
if anyone has any information on how i should go about this, let me know
thanks,
-mike
 
Throw em all in a batch file with the /q switch.

If you didn't disable your automatic updates you wouldn't have this issue though.
 
Back
Top