IT Tech Talk

How to get a list of installed programs from Command in Windows OS

One can obtain a list of all installed programs in Windows OS using WMI (Windows Management Instrumentation) command-line interface (WMIC).

To do so, follow the give steps

Go to the command prompt.
Execute command ‘wmic’ (without quotes)
Now you are in wmic interface i.e wmic:root\cli>
Now run a command - product get name

This command returns a list of all installed [...]

Windows Update Error 80073f8f

When you receive Windows Update error 80073f8f while checking for updates, your computer’s date and time might not be the same as the date and time for the online Windows Update service. Your computer and the service don’t need to have an identical date and time but if they vary too much it will prevent [...]

Next Page »