Share via

2023-07 Cumulative Update for Windows Server 2019 for x64-based Systems (KB5028168)

FPSO MONDO ICSS 0 Reputation points
2023-12-25T10:14:48.69+00:00

How can I reverse windows update -2023-07 Cumulative Update for Windows Server 2019 for x64-based Systems (KB5028168)

Windows for business | Windows Server | User experience | Other

2 answers

Sort by: Most helpful
  1. Anonymous
    2023-12-27T05:51:49.2033333+00:00

    Hello,

    If you are unable to find the Cumulative Update for Windows Server 2019 (KB5028168) in the list of installed updates when attempting to uninstall it, you can try the following steps to reverse the update:

    Use Command Prompt:

    a. Open Command Prompt with administrative privileges.

    b. Type the following command and press Enter:

    wusa /uninstall /kb:5028168

    Use DISM Tool:

    a. Open Command Prompt with administrative privileges.

    b. Type the following command and press Enter:

    dism /online /get-packages | find "5028168"

    c. Note the Package Identity of the update.

    d. Type the following command and press Enter (replace Package Identity with the actual value):

    dism /online /remove-package /packagename:PackageIdentity

    Best Regards

    0 comments No comments

  2. Thameur-BOURBITA 36,516 Reputation points Moderator
    2023-12-25T11:15:41.4533333+00:00

    Hi @FPSO MONDO ICSS

    the update shows in installed updates , but do not show up if select to uninstall updates

    It's normal because this KB has been replaced by the last cumulative update installed on your server (KB5033371 12-2023) as indicated in the link below:

    https://catalog.update.microsoft.com/ScopedViewInline.aspx?updateid=d6c3908e-fb9f-4d86-a049-33a2cff6b97a#PackageDetails

    User's image

    So, if you want uninstall KB5028168 you have to uninstalled the last cumlative updated installed on your server.


    Please don't forget to accept helpful answer


Your answer

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