Windows – wuauclt.exe /detectnow /updatenow not installing all updates

windowswindows 7windows update

I would like to install updates from command line

OS : Windows 7 x64

I ran

wuauclt.exe /detectnow /updatenow

and in the log it says "No feature Update available"

enter image description here

but it never installed the following updates, please help me figure out how i can the following using command

office and windows 7 updates that were not installed
Optional Updates that were not installed

Best Answer

https://technet.microsoft.com/en-ca/library/cc720477.aspx

As I remember it, when an update check occurs a cookie is stored that prevents a new update or check for 1 hour. So, you should use the /resetauthorization switch, along with /detectnow, like this:

wuauclt.exe /resetauthorization /detectnow
Related Question