CanitoHD wrote:
Hello community, I need to uninstall Adobe Reader in all its versions, I find multiple versions on the computers and I just have to leave the last one and updated but I can't find how to delete the previous versions, some guidance about it, thanks
I haven't had to do an uninstall of reader as I just install over the top which appears to update it ok.
But you could try running something like this which I have used for various apps. It depends on if it uses Windows MSI installers etc though.
echo product where "name like 'APPLICATION NAME%%'" call uninstall /nointeractive|wmic && shutdown /a