sothpaw Posted May 1, 2013 Report post Posted May 1, 2013 I'm looking for a smiple batch file or script that will completely uninstall and remove any version of Java. Any suggestions on what to use? Thanks again! Quote Share this post Link to post Share on other sites More sharing options...
0 rddvls1999 Posted May 4, 2013 Report post Posted May 4, 2013 Check out the following: http://social.technet.microsoft.com/Forums/en-US/configmgrgeneral/thread/48011e95-5057-4981-b9c8-2738cbefad2a/ Quote Share this post Link to post Share on other sites More sharing options...
0 pbalderos Posted May 13, 2013 Report post Posted May 13, 2013 Hi Sothpaw, You could try this batch file and edit it where you see fit wmic product where "name like 'Java%%%'" call uninstall /nointeractivewmic product where "name = 'java 7 update 1'" uninstall /nointeractivewmic product where "name = 'java 7 update 2'" call uninstall /nointeractivewmic product where "name = 'java 7 update 3'" call uninstall /nointeractivewmic product where "name = 'java 7 update 4'" call uninstall /nointeractivewmic product where "name = 'java 7 update 5'" call uninstall /nointeractivewmic product where "name = 'java 7 update 6'" call uninstall /nointeractivewmic product where "name = 'java 7 update 7'" call uninstall /nointeractivewmic product where "name = 'java 7 update 8'" call uninstall /nointeractivewmic product where "name = 'java 7 update 9'" call uninstall /nointeractivewmic product where "name = 'java 7 update 10'" call uninstall /nointeractivewmic product where "name = 'java 7 update 11'" call uninstall /nointeractivewmic product where "name = 'java 7 update 12'" call uninstall /nointeractivewmic product where "name = 'java 7 update 13'" call uninstall /nointeractive 1 Quote Share this post Link to post Share on other sites More sharing options...
0 EdwardA Posted October 21, 2014 Report post Posted October 21, 2014 Southpaw. Muchos gracias! You have saved me valuable time. Java just came up with 8.25 and it didn't uninstall 7.67. Running the batch file to about 500 workstations! Quote Share this post Link to post Share on other sites More sharing options...
I'm looking for a smiple batch file or script that will completely uninstall and remove any version of Java. Any suggestions on what to use?
Thanks again!
Share this post
Link to post
Share on other sites