We are experiencing this issue with all our 2022 servers that received the October CU - if I create a new VM that didn't get the October CU, the November CU installs just fine.
Windows Server 2022 21H2 KB5032198 (OS Build 20348.2113) - Error 0x800f081f
Hello, I'm having trouble updating (KB5032198) on Windows Server 2022 21H2
I've tried the methods:
SC config trustedinstaller start=auto
net stop bits
net stop wuauserv
net stop msiserver
net stop cryptsvc
net stop appidsvc
Ren %Systemroot%\SoftwareDistribution SoftwareDistribution.old
Ren %Systemroot%\System32\catroot2 catroot2.old
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
netsh winsock reset
netsh winsock reset proxy
rundll32.exe pnpclean.dll,RunDLL_PnpClean /DRIVERS /MAXCLEAN
dism /Online /Cleanup-image /ScanHealth
dism /Online /Cleanup-image /CheckHealth
dism /Online /Cleanup-image /RestoreHealth
dism /Online /Cleanup-image /StartComponentCleanup
Sfc /ScanNow
net start bits
net start wuauserv
net start msiserver
net start cryptsvc
net start appidsvc
run windows update troubleshooter
reboot server
All methods were unsuccessful.
Is anyone else having the same problems?
OS Version 21H2 (OS Build 20348.1906)
3 answers
Sort by: Most helpful
-
-
-
Lei Tao (Shanghai Wicresoft Co Ltd) 240 Reputation points Microsoft Vendor
2023-11-28T02:57:20.84+00:00 Hello @Adminti_521 ,
1.Regards error 0x800f0831, there are two methods in https://learn.microsoft.com/en-us/troubleshoot/mem/configmgr/update-management/error-0x800f0831-installing-update.
2.Error 0x800F081F can be caused by a setup error, you can try the following steps:
a.First of all, press Windows + R to bring up the "Run" dialog box.
b.Next, type "gpedit.msc"(no quotes) and press Enter.
c.The command will open the Group Policy Editor window, use the left panel to navigate to Computer Configuration> Administrative Templates >System.
d.Then scroll down on the right until you find the entry labeled Specify the settings for optional component installation and component repair.
e.Double-click this entry to open "Settings for Optional Component Installation and Component Repair", in the upper left corner, select the checkbox next to Enabled, and click the OK button.
Hope it helps.
Lei