Reason:
1. Unable to uninstall software from Control Panel
2. Software not listed in Control Panel
Solution:
1. Run command prompt as administrator
2. Enter wmic in command prompt. (result: enter to wmic:root\cli mode)
3. Enter product get name in command prompt. (result: name list of software installed)
4. Enter product where name="name of software listed in previous screen that you want to uninstall" call uninstall in command prompt.
4. Enter Y to confirm uninstall in command prompt.