The Computer Oracle

How to manually start windows update

--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: A Thousand Exotic Places Looping v001

--

Chapters
00:00 How To Manually Start Windows Update
00:11 Accepted Answer Score 31
00:37 Answer 2 Score 3
01:14 Thank you

--

Full question
https://superuser.com/questions/19813/ho...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#windows #windowsupdate

#avk47



ACCEPTED ANSWER

Score 31


From command line, force detect with:

wuauclt /detectnow

To troubleshoot machines updating from my WSUS server.

I am not sure if it will apply to normal online updating but it is worth mentioning.

Troubleshoot update issues with this logfile:

%windir%\windowsupdate.log   

If you are using Windows 10, Windows updates are logged with ETW (Event Tracing for Windows): https://support.microsoft.com/en-us/kb/3036646




ANSWER 2

Score 3


Another way to manually begin the windows update procedure in XP is to restart it from the Control Panel:

  • Control Panel -> System
  • Go to 'Automatic Updates' tab
  • Temporarily turn off updates: check 'Turn off Automatic Updates.' -> Apply
  • Turn them back on: check 'Automatic' tab (or whichever option you normally use) -> Apply

This forces Automatic Updates to restart, and the result can be seen in the logfile

%windir%\WindowsUpdate.log

This is also a great way to restart AU downloads if they have been interrupted for some reason.