wushui 当前离线
列兵
DAIC 当前离线
中将
taskkill /f /im a.exe复制代码
TOP
wmic process where name="a.exe" get * /value > 1.txt复制代码
amwfjhh 当前离线
六级士官
wmic process where name="a.exe" get commandline,processid|findstr /rc:" -.*"复制代码
CrLf 当前离线
论坛巡查
wmic process where "name='a.exe' and commandline like '% -aaa%'" call Terminate复制代码
start "一个恶心的例子" "c:\a.exe -aaa\a.exe"复制代码