标签:orm process mic bsp wmi win 文件 wmic call
@echo off
title 结束进程正在进行...
::结束进程TeamViewer.exe
wmic process where name="TeamViewer.exe" call terminate
::结束进程002_酷我音乐
set var001="KwMusic.exe"
wmic process where name=%var001% call terminate
::结束进程003_暴风影音
wmic process where name="StormPlayer.exe" call terminate
exit
标签:orm process mic bsp wmi win 文件 wmic call
原文地址:http://www.cnblogs.com/sungong1987/p/7088918.html