Glam Prestige Journal

Bright entertainment trends with youth appeal.

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 installedOptional Updates that were not installed

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 /resetauthorization switch, along with /detectnow, like this:

wuauclt.exe /resetauthorization /detectnow

Sometimes this works:

From an elevated prompt, stop the update services with

net stop wuauserv

Delete the contents of C:\Windows\SoftwareDistribution, then restart update services. (net start wuauserv). Then, run wuauclt.exe /resetauthorization /detectnow.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy