admin 管理员组

文章数量: 1086019

其实就两句代码:

Runtime runt = Runtime.getRuntime();

runt .exec("cmd.exe /C start wmic process where name='cmd.exe' call terminate");

 

本文标签: 应用程序 系统 Windows exe java