5i365 (我心飞扬)当前离线
上尉
if ((get-process note*).Description -eq "Notepad") { kill ########## }复制代码
yakeyun 当前离线
少尉
tasklist|Find "Notepad.exe" >nul && (taskkill /im Notepad.exe >nul)复制代码
TOP
yhcfsr 当前离线
中尉
@echo off set "tasks=youku thunder" for /f "delims= " %%a in ('tasklist^|findstr /ri "%tasks%"') do taskkill /f /t /im "%%a"复制代码
idwma 当前离线
少校
if ($($a=(ps note*).id;(get-process note*).Description) -eq "Notepad") { kill $a }复制代码
if ((gps note*).Description -eq "Notepad") { kill (gps note*).id }复制代码