Hi.
My Server 2016 Essentials computer seems to be stuck with a Windows Update package that is trying to install Security Update for Microsoft Visual C++ 2010 Service Pack 1 Redistributable Package (Security Update for Microsoft Visual C++ 2010 Service Pack 1 Redistributable Package (KB2565063).).
When this package shows up, Windows Update says I need to restart. After the restart, though, the update is still there telling me I need to restart. I have tried:
Manually installing the update (it still shows up in Windows Update)
DISM /Online /Cleanup-Image /RestoreHealth (no problems found)
Doing the following causes the update to disappear, but it eventually comes back
net stop bits
net stop cryptsvc
net stop wuauserv
net stop msiserver
Ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
Ren C:\Windows\System32\catroot2 Catroot2.old
net start bits
net start cryptsvc
net start wuauserv
net start msiserver
Ran the troubleshooter for Windows Update, but it found no problems.
I cannot find any errors related to this update.
It appears that this update is preventing other updates from installing, so I really need to figure out how to make it go away permanently. I have seen reports of this issue on various Windows versions dating back to 2012, and I have tried every "resolution" I can find. Nothing has worked, though.
Thank you!