Click here to Skip to main content
15,893,904 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I want to un-install an application from control panel using a batch file.
Instead of manual process am trying to do with a batch file process.
Can any one help me out......

Thanks in advance.
Posted

i dont think it is possible with batch only... i may be wrong ofc... but the only way i've heard works in batch is "del" or "delete" command.
 
Share this answer
 
Got the sloution

wmic product where name="Application Name" call uninstall /nointeractive

Thanks to All.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900