Skip to main content

To get a list of installed apps on a windows computer


This method uses WMIC 

wmic product get name, vendor , version

Comments