I want to uninstall a software by calling a bat file. It must be automatically, without entering any parameters during the uninstallation. How to make the bat file which would be able to uninstall software by name?
PS: I know the perfect method using WMI, but it requires user input:
WMIC
product where name="software" call uninstall