Use the following to create a searchable list of all Programs currently installed. This is useful when trying to identify what Windows considers to be installed.
Note:This will create the Software_%Computername%.txt file in the directory that Command Prompt is currently listed in.
- OpenCommand Prompt.
- Typewmic product get /format:list > Software_%Computername%.txt
- Gather the output .TXT file from the directory displayed in Command Prompt.