Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: How to uninstall a specific KB in windows 8 , 2008 server R2, Server 2012  (Read 2670 times)

0 Members and 1 Guest are viewing this topic.

mohitht

  • Guest
Hey Guyz,

If you want to uninstall a specific KB in windows Server 2008,2012,8 and 7 there is a executable file called WUSA.EXE command line tool.

Just follow the steps to below uninstall the KB

General Syntax:

wusa /extract: [/log:]

wusa [/quiet] [/norestart | /warnrestart: | /promptrestart | /forcerestart] [/log:]

wusa / uninstall  < | /kb:> [/quiet] [/norestart | /warnrestart: | /promptrestart | /forcerestart ]

[/log:]




    update - Path to msu file
    /quiet - quite mood, no interaction from user.
    /uninstall - uninstall the package.
    /kb - KB number.
    /extract - Eextract the package contents to the destination folder.
    /norestart - Installer will NOT initiate reboot.
    /forcerestart - Forcefully close applications and initiate reboot.
    /log - Enable logging.



The simple step is


wusa /uninstall /kb:<number> /quiet /forcestart




That's It  :)