@echo off
:: ============================================================
:: GetQuickFixEngineeringReport.bat
::
:: Reports Installed Hotfixes via WMI (Win32_QuickFixEngineering).
:: ============================================================

wmic path Win32_QuickFixEngineering get HotFixID,Description,InstalledOn,InstalledBy /format:table

pause