4

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

Thanks!

StackOverflower
  • 257
  • 2
  • 6
  • 12

2 Answers2

7

Start->Run

wuauclt.exe /detectnow
pauska
  • 19,620
  • 5
  • 57
  • 75
  • thanks for the answer but unfortunately that didn't work. I run that command and nothing happens (no error, no message, just nothing) – StackOverflower Oct 01 '10 at 15:11
  • 1
    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 01 '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 01 '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 01 '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. – StackOverflower Oct 01 '10 at 15:32
7

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

Chris S
  • 77,945
  • 11
  • 124
  • 216