
(see screenshot below) wmic qfe list brief /format:table.

2 Copy and paste the command below into the elevated command prompt, and press Enter to see a list of all installed Windows Update packages. So for this case, you can find all the information through Registry, by typing “ regedit” in your Run Command and navigate to below path. How to Uninstall a Windows Update in Command Prompt with WUSA. Use “ wmic product get /?” to see the parameters including the output formatting with all other attributes.īut sometimes WMIC won’t work on server unless you have explicitly installed “ Management & Monitoring Tools” in the Add/Remove Windows Component Menu

To save all results in a text file, type “ wmic /output:D:\yeahhub.txt product get name, version”Īnd to save all results in a HTML file (Tabular format), then the command is “ wmic /output:software.htm product get Name, Version /format:htable” WMIC is the console version of Windows Managament Instrumentation which is available from windows 2000 onwards.īy Typing “ wmic product get name” will shows you a list of all application names which is installed on your machine.Īlternatively, you can even find all possible information in one command like “ wmic product get name, version, installlocation”
