I'd like to manually run windows update without accessing the windows update web site. Could you give me a hand?

Thanks!

link|improve this question

80% accept rate
feedback

2 Answers

up vote 4 down vote accepted

Start->Run

wuauclt.exe /detectnow
link|improve this answer
thanks for the answer but unfortunately that didn't work. I run that command and nothing happens (no error, no message, just nothing) – Timmy O' Tool Oct 1 '10 at 15:11
There's a script we have run that I think uses this command...it doesn't give any visual feedback unless the updates show up in the system tray. The Windows Update function was designed by idgits, I think...very little feedback. – Bart Silverstrim Oct 1 '10 at 15:13
There's a logfile kept to it's activities but I can't remember where off the top of my head. You'd have to look at the process monitor to se if wuauclt is running, then google for the windows update logfile that will give you feedback. – Bart Silverstrim Oct 1 '10 at 15:14
@Timmy: Are you sure that you have the latest (required) updates installed? They require a new Windows Installer to get updates, you get this via the Windows Update website at first launch. – pauska Oct 1 '10 at 15:16
I know nothing :), it's not my machine. Since it's a client server I won't play with it. I think I could handle it in another way. Thanks man. – Timmy O' Tool Oct 1 '10 at 15:32
feedback

Microsoft has a script to search, download, and install Windows Updates from the command line.

link|improve this answer
Absolutely brilliant resource, @Chris S! – Miles Erickson Oct 1 '10 at 16:40
great link, I hadn't seen anyone at Microsoft put out sample com MSupdate code – Jim B Oct 1 '10 at 21:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.