1,128 questions
Hello
Thank you for your question and reaching out. I can understand you are having query\issues related to Windows update not applying.
- Open Command prompt using elevated prompt and run below commands one by one
net stop bits
net stop wuauserv
ren %systemroot%\softwaredistribution softwaredistribution.bak
ren %systemroot%\system32\catroot2 catroot2.bak
net start bits
net start wuauserv
- Disable any Antivirus program or Windows firewall you may have for temporary purpose.
- Run sfc /scannow from elevated prompt.
- Run below DISM commands from elevated prompt.
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
- Try to Download then Install update manually from https://www.catalog.update.microsoft.com/Home.aspx
--If the reply is helpful, please Upvote and Accept as answer--