命令解释
tasklist列出进程
| 管道
findstr /v 过滤
下面是系统自带的进程排除掉
“notepad.exe calc.exe cmd.exe tasklist.exe findstr.exe svchost.exe System msedge.exe Registry smss.exe csrss.exe wininit.exe services.exe explorer.exe winlogon.exe lsass.exe fontdrvhost.exe dwm.exe Memory Compression spoolsv.exe conhost.exe Widget dllhost.exe WmiPrvSE.exe SgrmBroker.exe ctfmon.exe SearchIndexer.exe SearchHost.exe Video.UI.exe uhssvc.exe RuntimeBroker wmpnetwk.exe fsnotifier.exe ApplicationFrameHost.exe MsMpEng.exe MpDefenderCoreService.exe StartMenuExperienceHost CastSrv.exe TextInputHost.exe AggregatorHost.exe sihost.exe taskhostw.exe ChsIME.exe wlanext.exe WifiAutoInstall.exe RadeonSoftware.exe amdfendrsr.exe AMDRSServ.exe SDXHelper.exe atieclxx.exe atiesrxx.exe Taskmgr.exe smartscreen.exe backgroundTaskHost.exe audiodg.exe vds.exe SearchProtocolHost.exe DataExchangeHost.exe ShellExperienceHost.exe”
命令
标签:findstr,tasklist,atieclxx,Compression,ApplicationFrameHost,windows,exe From: https://blog.csdn.net/QQ2861104332/article/details/143923139tasklist | findstr /v “notepad.exe calc.exe cmd.exe tasklist.exe findstr.exe svchost.exe System msedge.exe Registry smss.exe csrss.exe wininit.exe services.exe explorer.exe winlogon.exe lsass.exe fontdrvhost.exe dwm.exe Memory Compression spoolsv.exe conhost.exe Widget dllhost.exe WmiPrvSE.exe SgrmBroker.exe ctfmon.exe SearchIndexer.exe SearchHost.exe Video.UI.exe uhssvc.exe RuntimeBroker wmpnetwk.exe fsnotifier.exe ApplicationFrameHost.exe MsMpEng.exe MpDefenderCoreService.exe StartMenuExperienceHost CastSrv.exe TextInputHost.exe AggregatorHost.exe sihost.exe taskhostw.exe ChsIME.exe wlanext.exe WifiAutoInstall.exe RadeonSoftware.exe amdfendrsr.exe AMDRSServ.exe SDXHelper.exe atieclxx.exe atiesrxx.exe Taskmgr.exe smartscreen.exe backgroundTaskHost.exe audiodg.exe vds.exe SearchProtocolHost.exe DataExchangeHost.exe ShellExperienceHost.exe”
可以弄个bat文件双击运行