How to fix Windows server 2022 cumulative update problem? Error, 0x800f0905

Aija Korhonen 0 Reputation points
2023-06-05T18:18:14.2566667+00:00

Windows server 2022 cumulative update problem, 0x800f0905

Last succesfully installed cumulative update: 02-2022 (KB5010421)

[Kuva

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,335 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Reza-Ameri 16,996 Reputation points
    2023-06-05T21:12:02.8733333+00:00

    Try run the Command prompt as administrator and then type the following command:

    net stop bits
    net stop wuauserv
    net stop appidsvc
    net stop cryptsvc
    Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader*.*"
    regsvr32.exe /s atl.dll
    regsvr32.exe /s urlmon.dll
    regsvr32.exe /s mshtml.dll
    netsh winsock reset
    netsh winsock reset proxy
    net start bits
    net start wuauserv
    net start appidsvc
    net start cryptsvc


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.