I'm running a Windows Server 2012 R2 and there are two patches that's causing the error 0x800F0922.
I have installed the latest SSU on the system, removed the AV, it is running in Gen1, tried adding/removing bitlocker, I tried running the restore command through dism, I checked the system partition (it's 1gb), tried installing through command line manually while being elevated and yet...
Basically I tried all of the above, most patches go through except for two, they install, the system reboots and "Undoes the the change" and in the WU information screen the error is 800F0922.
I've been trying to resolve this issue for over two weeks, short of scrapping the whole server and rebuilding it, however it is an Active Directory and would cause me much headache if I did....
The updates are the following:
SSU Installed: 2020-07 Servicing Stack Update for Windows Server 2012 R2 for x64-based Systems (KB4566425)
They're both bundled security patches.
Please advise.
You could try to reset Windows Update:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\\Windows\\SoftwareDistribution SoftwareDistribution.old
ren C:\\Windows\\System32\\catroot2 Catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
User contributions licensed under CC BY-SA 3.0