wmic process where caption=”javaw.exe” get processid,caption,commandline /value
wmic process where (commandline like “%%web.jar%%” and caption=”javaw.exe”) get processid /value
wmic process where (commandline like “%%web.jar%%” and caption=”javaw.exe”) get processid /value
wmic process where (commandline LIKE “%%web.jar%%” and caption=”javaw.exe”) call terminate
ghMa









最新评论