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"
but it never installed the following updates, please help me figure out how i can the following using command
2 Answers
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
/resetauthorizationswitch, along with/detectnow, like this:
wuauclt.exe /resetauthorization /detectnow Sometimes this works:
From an elevated prompt, stop the update services with
net stop wuauservDelete the contents of C:\Windows\SoftwareDistribution, then restart update services. (net start wuauserv). Then, run wuauclt.exe /resetauthorization /detectnow.