Skip to content

Removing Hotfixes And Updates

Tags: windows


View HotFixes

Powershell

Terminal window
Get-Hotfix | Sort-Object -Descending InstalledOn

CMD

wmic qfe list full /format:table

Remove HotFixes

Terminal window
wusa /uninstall /kb:<KB>