我们正在开发一个项目,需要我们远程连接到服务器并在服务器中安装和卸载java。我们徒劳地尝试了以下方法:
wmic product where "name like 'Java™%%%'" call uninstall
wmic product where "name = 'java 7 update 1'" uninstall /nointeractive
wmic product where "name = 'java 7 update 2'" call uninstall /nointeractive
wmic product where "name = 'java 7 update 3'" call uninstall /nointeractive
wmic product where "name = 'java 7 update 4'" call uninstall /nointeractive
请告诉我如何使用bat file命令从服务器卸载java。
答案 0 :(得分:1)
如果不使用第三方实用程序或启动WMIC,则无法从Windows PC卸载java。我建议你研究第三方实用程序