WMIC
- use "wmic product get name" to find the exact installed name of the product
- to uninstall type "wmic product where name ="
" call uninstall
Registry
- Open Regedit
- find HKLM\software\microsoft\windows\current version\uninstall
- this will list the string for uninstalling the product in verbose mode normally.
- to find the silent install locate the exe as listed and query it with a \? swtich to find the silent install option ( more often than not it is /S)
No comments:
Post a Comment