Forum Discussion
Arush47
Aug 02, 2021Copper Contributor
Windows Update error (Your device is missing important security and quality fixes)
Cant update- Cumulative update preview for windows 10 version 20H2 for x64 - based systems (KB5004296) Any solution?
JosePinos55
Aug 14, 2021MCT
Hello Arush47
Please run the below commands in CMD. Ensure you run CMD as an admin. These commands will delete the Windows Update registry log on your machine and then next time you click on check for updates, WU will check against the entire WU database.
Reg delete HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate
yes
Net stop wuauserv >NUL
Cd C:\windows
rmdir softwaredistribution /s /q
Net start wuauserv >NUL
I am sure this will help. Let me know how you get on.
Thanks,
Jose
PearOfDice
Mar 09, 2024Copper Contributor
JosePinos55 It says "Access is denied"...