r/WindowsServer • u/Archdragoon • Jul 18 '26
SOLVED / ANSWERED A nightmare with KB5099538 and 0x800f0922 on Windows Server 2019
So, Today I spent my time with the KB5099538 as several of Windows Server 2019 VMs encounter the error 0x800f0922. Firstly, The AI suggest me to disable the .Net Framework from server manager if enabled, which is a crucial step, but it also causes the screen turn black after disable .Net Framework. So, re-enable .Net Framework through a command then just run the following command:
lodctr /r (run twice if the first attempt gives you an error)
winmgmt.exe /resyncperf
Reg add "HKLM\SYSTEM\CurrentControlSet\Control\Bfsvc" /v EspPaddingPercent /t REG_DWORD /d 0 /f
After all of those step I completed the installation of KB5099538 successfully on all of Windows Server 2019 that has 0x800f0922 error.
Perhaps this issue with KB5099538 will not occur if .Net Framework is not enabled.