Uninstall/Install an Update from the Command Line โ Windows Server 2012 R2
- November 24th, 2015
- Posted in Documentation
- Write comment
To list all installed updates:
c:\>wmic qfe list
To install an update:
c:\>wusa C:\somedirectory\someupdate1234567.msu
To uninstall an update:
c:\>wusa /uninstall /kb:1234567
No comments yet.