@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