Security Update for Windows Server 2019 for x64-based Systems (KB4535680)

TylerB1985 36 Reputation points
2021-01-25T19:39:39.177+00:00

I know this update was pulled. Anyone know how to remove it from a server as a pending update?

I have looked for this file: C:\windows\winsxs\pending.xml and it's not there. I have also stopped Windows Updates and BITS and removed the C:\Windows\SoftwareDistribution folder. Still no luck.

Security Update for Windows Server 2019 for x64-based Systems (KB4535680) - Error 0x800f0922

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,467 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,160 questions
0 comments No comments
{count} vote

Accepted answer
  1. Juan Sobrado - MSFT 406 Reputation points Microsoft Employee
    2021-01-30T05:16:50.557+00:00

    Hello @TylerB1985

    Move to an admin cmd and run:

    dism /online /get-packages /format:table

    look for the update, it should show as "Install Pending"

    Copy the package name and type:

    dism /online /remove-package /packagename:NameOfPackage

    Let me know the results,

    Juan S

    -----------------------------

    Please up vote this answer if your find it useful.

    1 person found this answer helpful.

9 additional answers

Sort by: Oldest
  1. Jenny Feng 14,081 Reputation points
    2021-01-26T03:22:24.33+00:00

    @TylerB1985
    Hi,
    The Windows Update error 0x800F0922 can occur due to one of the following reasons.
    App Readiness service is disabled.
    Performance counters are damaged.
    The System Reserved partition’s free space is less than 15 MB.

    You may refer to the following link for details:
    https://www.winhelponline.com/blog/error-0x800f0922-installing-windows-update-windows-10/
    Please note: Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.
    Hope above information can help you.

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

  2. Jenny Feng 14,081 Reputation points
    2021-01-29T07:42:10.127+00:00

    Hi,
    Resetting the catroot2 folder is basically known to fix many Windows Update problems.

    Catroot and catroot2 are actually the Windows operating system folders required for Windows Update.

    When you run Windows Update, the folder catroot2 stores the signatures of the Windows Update package and also helps to install it. The Cryptographic Service actually uses the % windir% System32catroot2edb.log file for the update process. Updates are stored in the SoftwareDistribution folder, which is then used by Automatic Updates to perform the update.

    Do not delete or rename the Catroot folder. The Catroot2 folder is recreated automatically by Windows. However, the Catroot folder is not recreated if it is renamed.


  3. Ben Taratoot 1 Reputation point
    2021-02-10T15:48:52.437+00:00

    Hi @TylerB1985
    I am having this same issue on Server 2016. Where did you find that this update has been pulled? I cannot find anything about it.

    0 comments No comments

  4. Marco Lopes 6 Reputation points
    2021-03-24T14:22:21.193+00:00

    SAME problem here!

    "Installation Failure: Windows failed to install the following update with error 0x800F0922: Security Update for Windows 10 Version 1909 for x64-based Systems (KB4535680)."

    Tried many solutions at no avail...

    OTHER TOPICS with same problem

    https://answers.microsoft.com/en-us/windows/forum/all/windows-update-failing-error-0x800f0922-security/ff160e2e-b4e5-4154-b9fb-ac8b9f590b6d

    https://learn.microsoft.com/en-us/answers/questions/262543/1909-windows-update-keeps-failing-to-install-kb453.html?childToView=327457#answer-327457

    HERE is the LOG!

     2021/03/24 13:58:01.2521904 19664 9720  Handler         CBS called Terminate  
     2021/03/24 13:58:01.2613142 19664 13180 Handler         Completed install of CBS update with type=0, requiresReboot=0, installerError=1, hr=0x800f0922  
     2021/03/24 13:58:01.2644155 19664 13180 Handler         * END *   CBS Install  
     2021/03/24 13:58:01.2650142 19452 9956  Agent           ***FAILED* [8024200B] Method failed [CAgentUpdateManager::InstallUpdate:11561]**  
     2021/03/24 13:58:01.2661031 19452 9956  Handler         Loaded state: cCompleteIterations: 1, pt: SelfContainedNoExpressPayload, nNextRequestID: 1  
    
    0 comments No comments