Hope this is the right place for this.
I support the software updates in an enterprise. When pushing out the newest Java, I use a WMIC command in a batch file to uninstall all previous versions before installing the newest.
*wmic product where "name like 'java%%'" call uninstall /nointeractive*
It has come to my attention that this command is also uninstalling the Java Development Kit...
↧