

Or we can also specify like clause but the query itself needs to be enclosed under double quotes (“”) Wmic product where “name like ‘itunes’” get name Wmic product where name=’itunes’ get name To filter out a specific program, use where clause with = sign for exact application name to specified. To see what programs are installed, run the command: wmic product get name Open command prompt with elevated rights. Get the details of application using Command line I will show you how to get the details first and then we have option to uninstall a single product or going with multiple products also possible. Application / package can be uninstalled through command line using multiple methods.
