Automatically uninstall a program
Posted: 13 Feb 2023 20:16
Good afternoon friends.
I come to ask for your help to create a Batch that I automatically and silently uninstalled a program, this program is installed in both Windows 10 and Windows 7.
The program (I leave it here in a RAR) extracts the serials from the equipment. I have not created it, but I have to uninstall it daily from hundreds of computers.
I have dealt with:
- wmic product where name="HardwareComponents" call uninstall /nointeractive
-EchoY | wmic product where name="HardwareComponents" call uninstall /nointeractive
But I have not been successful, when doing so it tells me that "The instance was not found"
Please, I need help to expedite this process.
I thank you in advance for any help you can give me.
Excuse my English, I'm using a translator.
I come to ask for your help to create a Batch that I automatically and silently uninstalled a program, this program is installed in both Windows 10 and Windows 7.
The program (I leave it here in a RAR) extracts the serials from the equipment. I have not created it, but I have to uninstall it daily from hundreds of computers.
I have dealt with:
- wmic product where name="HardwareComponents" call uninstall /nointeractive
-EchoY | wmic product where name="HardwareComponents" call uninstall /nointeractive
But I have not been successful, when doing so it tells me that "The instance was not found"
Please, I need help to expedite this process.
I thank you in advance for any help you can give me.
Excuse my English, I'm using a translator.