How to manually start windows update
--------------------------------------------------
Become or hire the top 3% of the developers on Toptal https://topt.al/25cXVn
--------------------------------------------------
Track title: CC I Beethoven Sonata No 31 in A Flat M
--
Chapters
00:00 Question
00:21 Accepted answer (Score 31)
00:56 Answer 2 (Score 3)
01:47 Thank you
--
Full question
https://superuser.com/questions/19813/ho...
Question links:
http://update.microsoft.com/windowsupdat...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows #windowsupdate
#avk47
Become or hire the top 3% of the developers on Toptal https://topt.al/25cXVn
--------------------------------------------------
Track title: CC I Beethoven Sonata No 31 in A Flat M
--
Chapters
00:00 Question
00:21 Accepted answer (Score 31)
00:56 Answer 2 (Score 3)
01:47 Thank you
--
Full question
https://superuser.com/questions/19813/ho...
Question links:
http://update.microsoft.com/windowsupdat...
--
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.