CODE: [Copy to clipboard]tasklist /nh | find /i "notepad.exe" >nul && taskkill /im notepad.exe && echo 已经结束notepad.exe进程.