记录折腾的那点事
在折腾的道路上永不止步

windows查找java的jar进程命令

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

赞(4)
未经允许不得转载:ghMa » windows查找java的jar进程命令
分享到: 更多 (0)

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址