标题: [原创] 【续】[一日一教学](34)显示进程清单:tasklist [打印本页]
作者: Hello123World 时间: 2011-10-16 15:32 标题: 【续】[一日一教学](34)显示进程清单:tasklist
本帖最后由 Hello123World 于 2011-10-17 14:35 编辑
【原】[一日一教学]批处理系列帖子索引 http://bbs.bathome.net/thread-2576-1-1.html
【续】[一日一教学]批处理系列帖子索引 http://bbs.bathome.net/thread-13798-1-1.html
帮助信息:- TASKLIST [/S system [/U username [/P [password]]]]
- [/M [module] | /SVC | /V] [/FI filter] [/FO format] [/NH]
-
- 描述:
- 该工具显示在本地或远程机器上当前运行的进程列表。
-
- 参数列表:
- /S system 指定连接到的远程系统。
-
- /U [domain\]user 指定应该在哪个用户上下文执行这个命令。
-
- /P [password] 为提供的用户上下文指定密码。如果省略,则
- 提示输入。
-
- /M [module] 列出当前使用所给 exe/dll 名称的所有任务。
- 如果没有指定模块名称,显示所有加载的模块。
-
- /SVC 显示每个进程中主持的服务。
-
- /V 显示详述任务信息。
-
- /FI filter 显示一系列符合筛选器指定的标准的任务。
-
- /FO format 指定输出格式。
- 有效值: "TABLE"、"LIST"、"CSV"。
-
- /NH 指定列标题不应该在输出中显示。
- 只对 "TABLE" 和 "CSV" 格式有效。
-
- /? 显示帮助消息。
-
-
- 筛选器:
- 筛选器名 有效操作符 有效值
- ----------- --------------- --------------------------
- STATUS eq, ne RUNNING |
- NOT RESPONDING | UNKNOWN
- IMAGENAME eq, ne 映像名称
- PID eq, ne, gt, lt, ge, le PID 值
- SESSION eq, ne, gt, lt, ge, le 会话编号
- SESSIONNAME eq, ne 会话名
- CPUTIME eq, ne, gt, lt, ge, le CPU 时间,格式为
- hh:mm:ss。
- hh - 时,
- mm - 分,ss - 秒
- MEMUSAGE eq, ne, gt, lt, ge, le 内存使用量,单位为 KB
- USERNAME eq, ne 用户名,格式为 [domain\]user
- SERVICES eq, ne 服务名称
- WINDOWTITLE eq, ne 窗口标题
- MODULES eq, ne DLL 名称
-
- 说明: 当查询远程机器时,不支持 "WINDOWTITLE" 和 "STATUS"
- 筛选器。
-
- 示例:
- TASKLIST
- TASKLIST /M
- TASKLIST /V /FO CSV
- TASKLIST /SVC /FO LIST
- TASKLIST /M wbem*
- TASKLIST /S system /FO LIST
- TASKLIST /S system /U domain\username /FO CSV /NH
- TASKLIST /S system /U username /P password /FO TABLE /NH
- TASKLIST /FI "USERNAME ne NT AUTHORITY\SYSTEM" /FI "STATUS eq running"
复制代码
命令概括:
tasklist,意为“任务列表”;
/s,全英文system,意为“系统”;
/u,全英文user,意为“用户”;
/p,全英文password,意为“密码”;
/m,全英文module,意为“模块”;
/svc,全英文service,意为“服务”;(题外话,s、v、c都是service发音中的辅音,由此可见英文简写的一般规律)
/v,未知;
/fi,全英文filter,意为“过滤器”;
/fo,全英文format,意为“格式”;
/nh,全英文no heading,意为“无列标题”;“列标题”在这里是个名词。
参数详解:
/fi参数会在后续的taskkill中讲到,这里暂时不讲。
/s,/u,/p,由于不在局域网,这里就跳过不讲了(没办法弄)。
1.显示当前的进程复制代码
光杆的tasklist会列出关于进程的5项数据,分别是,映像名称 ,PID, 会话名 ,会话# , 内存使用。
效果:- 映像名称 PID 会话名 会话# 内存使用
- ========================= ======== ================ =========== ============
- System Idle Process 0 Services 0 24 K
- System 4 Services 0 252 K
- smss.exe 276 Services 0 536 K
- csrss.exe 376 Services 0 3,432 K
- wininit.exe 416 Services 0 2,720 K
- csrss.exe 424 Console 1 19,884 K
- winlogon.exe 480 Console 1 3,196 K
- services.exe 500 Services 0 6,224 K
- lsass.exe 540 Services 0 6,492 K
- lsm.exe 548 Services 0 2,092 K
- svchost.exe 656 Services 0 5,020 K
- svchost.exe 752 Services 0 5,372 K
- svchost.exe 816 Services 0 11,516 K
- svchost.exe 892 Services 0 23,436 K
- svchost.exe 920 Services 0 22,960 K
- svchost.exe 1096 Services 0 8,044 K
- ZhuDongFangYu.exe 1224 Services 0 7,708 K
- svchost.exe 1264 Services 0 11,384 K
- dwm.exe 1476 Console 1 21,792 K
- explorer.exe 1488 Console 1 29,516 K
- spoolsv.exe 1604 Services 0 6,012 K
- sched.exe 1660 Services 0 1,600 K
- svchost.exe 1696 Services 0 8,476 K
- taskhost.exe 1768 Console 1 6,908 K
- avguard.exe 1908 Services 0 12,092 K
- avgnt.exe 1960 Console 1 2,244 K
- svchost.exe 1968 Services 0 3,964 K
- 360tray.exe 1976 Console 1 12,528 K
- c20ukdrwsvr.exe 292 Services 0 2,296 K
- svchost.exe 1888 Services 0 8,456 K
- svchost.exe 544 Services 0 5,024 K
- inetinfo.exe 1064 Services 0 6,184 K
- svchost.exe 112 Services 0 2,648 K
- vmount2.exe 2112 Services 0 3,564 K
- vmnat.exe 2340 Services 0 3,024 K
- svchost.exe 2436 Services 0 4,696 K
- WDelMgr20.exe 2556 Services 0 1,192 K
- WLIDSVC.EXE 2676 Services 0 4,996 K
- svchost.exe 2704 Services 0 4,080 K
- vmware-authd.exe 2772 Services 0 5,372 K
- WLIDSVCM.EXE 2892 Services 0 1,580 K
- vmnetdhcp.exe 2908 Services 0 1,796 K
- SearchIndexer.exe 3200 Services 0 15,312 K
- svchost.exe 3372 Services 0 3,304 K
- chrome.exe 3980 Console 1 159,416 K
- chrome.exe 1468 Console 1 66,152 K
- chrome.exe 2496 Console 1 15,300 K
- chrome.exe 1212 Console 1 12,704 K
- chrome.exe 2976 Console 1 12,968 K
- chrome.exe 2880 Console 1 13,360 K
- chrome.exe 148 Console 1 6,880 K
- svchost.exe 2684 Services 0 15,972 K
- wmpnetwk.exe 3296 Services 0 6,392 K
- notepad++.exe 1028 Console 1 26,076 K
- chrome.exe 340 Console 1 58,284 K
- cmd.exe 2000 Console 1 2,520 K
- conhost.exe 1036 Console 1 6,012 K
- notepad.exe 440 Console 1 7,024 K
- YodaoDict.exe 3448 Console 1 27,484 K
- WmiPrvSE.exe 3396 Services 0 31,516 K
- WmiApSrv.exe 2524 Services 0 4,820 K
- tasklist.exe 2964 Console 1 4,628 K
- WmiPrvSE.exe 3540 Services 0 5,140 K
复制代码
2.显示运行了指定dll的进程复制代码
效果:- 映像名称 PID 模块
- ========================= ======== ============================================
- wininit.exe 416 WS2_32.dll
- services.exe 500 WS2_32.dll
- lsass.exe 540 WS2_32.dll
- svchost.exe 656 WS2_32.dll
- svchost.exe 752 WS2_32.dll
- svchost.exe 816 WS2_32.dll
- svchost.exe 892 WS2_32.dll
- svchost.exe 920 WS2_32.dll
- svchost.exe 1096 WS2_32.dll
- ZhuDongFangYu.exe 1224 WS2_32.dll
- svchost.exe 1264 WS2_32.dll
- dwm.exe 1476 WS2_32.dll
- explorer.exe 1488 WS2_32.dll
- spoolsv.exe 1604 WS2_32.dll
- sched.exe 1660 WS2_32.dll
- svchost.exe 1696 WS2_32.dll
- taskhost.exe 1768 WS2_32.dll
- avguard.exe 1908 WS2_32.dll
- 360tray.exe 1976 WS2_32.dll
- svchost.exe 1888 WS2_32.dll
- svchost.exe 544 WS2_32.dll
- inetinfo.exe 1064 WS2_32.dll
- vmount2.exe 2112 WS2_32.dll
- vmnat.exe 2340 WS2_32.dll
- WLIDSVC.EXE 2676 WS2_32.dll
- svchost.exe 2704 WS2_32.dll
- vmware-authd.exe 2772 WS2_32.dll
- vmnetdhcp.exe 2908 WS2_32.dll
- svchost.exe 3372 WS2_32.dll
- chrome.exe 3980 WS2_32.dll
- chrome.exe 1468 WS2_32.dll
- chrome.exe 2496 WS2_32.dll
- chrome.exe 1212 WS2_32.dll
- chrome.exe 2976 WS2_32.dll
- chrome.exe 2880 WS2_32.dll
- chrome.exe 148 WS2_32.dll
- svchost.exe 2684 WS2_32.dll
- wmpnetwk.exe 3296 WS2_32.dll
- notepad++.exe 1028 WS2_32.dll
- chrome.exe 340 WS2_32.dll
- cmd.exe 2000 WS2_32.dll
- conhost.exe 1036 WS2_32.dll
- notepad.exe 440 WS2_32.dll
- YodaoDict.exe 3448 WS2_32.dll
- WmiPrvSE.exe 3396 WS2_32.dll
- taskmgr.exe 3344 WS2_32.dll
- notepad.exe 2516 WS2_32.dll
- WmiPrvSE.exe 3864 WS2_32.dll
- tasklist.exe 4052 WS2_32.dll
复制代码
3.显示进程需要哪些服务的支持复制代码
这条命令在应对一些有服务支持的流氓软件时颇为有用——找出对应流氓软件相关进程的服务,关闭服务。
效果:- 映像名称 PID 服务
- ========================= ======== ============================================
- System Idle Process 0 暂缺
- System 4 暂缺
- smss.exe 276 暂缺
- csrss.exe 376 暂缺
- wininit.exe 416 暂缺
- csrss.exe 424 暂缺
- winlogon.exe 480 暂缺
- services.exe 500 暂缺
- lsass.exe 540 EFS, KeyIso, SamSs
- lsm.exe 548 暂缺
- svchost.exe 656 DcomLaunch, PlugPlay, Power
- svchost.exe 752 RpcEptMapper, RpcSs
- svchost.exe 816 Audiosrv, Dhcp, eventlog, lmhosts, wscsvc
- svchost.exe 892 AudioEndpointBuilder, CscService, hidserv,
- Netman, PcaSvc, SysMain, TrkWks, UxSms,
- Wlansvc, wudfsvc
- svchost.exe 920 BITS, Browser, EapHost, gpsvc, IKEEXT,
- iphlpsvc, LanmanServer, MMCSS, ProfSvc,
- RasMan, Schedule, SENS, ShellHWDetection,
- Themes, Winmgmt, wuauserv
- svchost.exe 1096 EventSystem, netprofm, nsi, SstpSvc,
- W32Time, WdiServiceHost
- ZhuDongFangYu.exe 1224 ZhuDongFangYu
- svchost.exe 1264 CryptSvc, Dnscache, LanmanWorkstation,
- NlaSvc, TapiSrv
- dwm.exe 1476 暂缺
- explorer.exe 1488 暂缺
- spoolsv.exe 1604 Spooler
- sched.exe 1660 AntiVirSchedulerService
- svchost.exe 1696 BFE, DPS, MpsSvc
- taskhost.exe 1768 暂缺
- avguard.exe 1908 AntiVirService
- avgnt.exe 1960 暂缺
- svchost.exe 1968 AppHostSvc
- 360tray.exe 1976 暂缺
- c20ukdrwsvr.exe 292 c20ukdrwsvc
- svchost.exe 1888 FDResPub, FontCache, SSDPSRV, upnphost
- svchost.exe 544 ftpsvc
- inetinfo.exe 1064 IISADMIN
- svchost.exe 112 StiSvc
- vmount2.exe 2112 vmount2
- vmnat.exe 2340 VMware NAT Service
- svchost.exe 2436 W3SVC, WAS
- WDelMgr20.exe 2556 WDelMgr20
- WLIDSVC.EXE 2676 wlidsvc
- svchost.exe 2704 XLDoctor Service
- vmware-authd.exe 2772 VMAuthdService
- WLIDSVCM.EXE 2892 暂缺
- vmnetdhcp.exe 2908 VMnetDHCP
- SearchIndexer.exe 3200 WSearch
- svchost.exe 3372 PolicyAgent
- chrome.exe 3980 暂缺
- chrome.exe 1468 暂缺
- chrome.exe 2496 暂缺
- chrome.exe 1212 暂缺
- chrome.exe 2976 暂缺
- chrome.exe 2880 暂缺
- chrome.exe 148 暂缺
- svchost.exe 2684 WinDefend
- wmpnetwk.exe 3296 WMPNetworkSvc
- notepad++.exe 1028 暂缺
- chrome.exe 340 暂缺
- cmd.exe 2000 暂缺
- conhost.exe 1036 暂缺
- notepad.exe 440 暂缺
- YodaoDict.exe 3448 暂缺
- taskmgr.exe 3344 暂缺
- notepad.exe 1396 暂缺
- audiodg.exe 320 暂缺
- tasklist.exe 2364 暂缺
- WmiPrvSE.exe 2488 暂缺
复制代码
4.显示更详细的进程信息复制代码
比光杆的tasklist,多了4个进程相关信息,分别是状态,用户名 ,CPU 时间 ,窗口标题 。
效果:- 映像名称 PID 会话名 会话# 内存使用 状态 用户名 CPU 时间 窗口标题
- ========================= ======== ================ =========== ============ =============== ================================================== ============ ========================================================================
- System Idle Process 0 Services 0 24 K Unknown NT AUTHORITY\SYSTEM 2:58:32 暂缺
- System 4 Services 0 252 K Unknown 暂缺 0:01:01 暂缺
- smss.exe 276 Services 0 536 K Unknown NT AUTHORITY\SYSTEM 0:00:00 暂缺
- csrss.exe 376 Services 0 3,428 K Unknown NT AUTHORITY\SYSTEM 0:00:01 暂缺
- wininit.exe 416 Services 0 2,720 K Unknown NT AUTHORITY\SYSTEM 0:00:00 暂缺
- csrss.exe 424 Console 1 20,672 K Running NT AUTHORITY\SYSTEM 0:00:17 暂缺
- winlogon.exe 480 Console 1 3,640 K Unknown NT AUTHORITY\SYSTEM 0:00:00 暂缺
- services.exe 500 Services 0 6,236 K Unknown NT AUTHORITY\SYSTEM 0:00:07 暂缺
- lsass.exe 540 Services 0 6,536 K Unknown NT AUTHORITY\SYSTEM 0:00:28 暂缺
- lsm.exe 548 Services 0 2,108 K Unknown NT AUTHORITY\SYSTEM 0:00:01 暂缺
- svchost.exe 656 Services 0 5,020 K Unknown NT AUTHORITY\SYSTEM 0:00:09 暂缺
- svchost.exe 752 Services 0 5,376 K Unknown NT AUTHORITY\NETWORK SERVICE 0:00:02 暂缺
- svchost.exe 816 Services 0 11,132 K Unknown NT AUTHORITY\LOCAL SERVICE 0:00:09 暂缺
- svchost.exe 892 Services 0 24,400 K Unknown NT AUTHORITY\SYSTEM 0:00:17 暂缺
- svchost.exe 920 Services 0 23,116 K Unknown NT AUTHORITY\SYSTEM 0:03:54 暂缺
- svchost.exe 1096 Services 0 8,056 K Unknown NT AUTHORITY\LOCAL SERVICE 0:00:07 暂缺
- ZhuDongFangYu.exe 1224 Services 0 7,808 K Unknown NT AUTHORITY\SYSTEM 0:00:01 暂缺
- svchost.exe 1264 Services 0 11,424 K Unknown NT AUTHORITY\NETWORK SERVICE 0:03:56 暂缺
- dwm.exe 1476 Console 1 22,224 K Running helloworld-PC\helloworld 0:01:20 DWM Notification Window
- explorer.exe 1488 Console 1 31,632 K Running helloworld-PC\helloworld 0:00:29 暂缺
- spoolsv.exe 1604 Services 0 6,012 K Unknown NT AUTHORITY\SYSTEM 0:00:00 暂缺
- sched.exe 1660 Services 0 1,600 K Unknown NT AUTHORITY\SYSTEM 0:00:00 暂缺
- svchost.exe 1696 Services 0 8,512 K Unknown NT AUTHORITY\LOCAL SERVICE 0:00:10 暂缺
- taskhost.exe 1768 Console 1 6,996 K Running helloworld-PC\helloworld 0:00:00 MCI command handling window
- avguard.exe 1908 Services 0 6,612 K Unknown NT AUTHORITY\SYSTEM 0:00:46 暂缺
- avgnt.exe 1960 Console 1 2,184 K Running helloworld-PC\helloworld 0:00:11 暂缺
- svchost.exe 1968 Services 0 3,968 K Unknown NT AUTHORITY\SYSTEM 0:00:00 暂缺
- 360tray.exe 1976 Console 1 10,556 K Running helloworld-PC\helloworld 0:00:55 360AsyncHelper
- c20ukdrwsvr.exe 292 Services 0 2,296 K Unknown NT AUTHORITY\SYSTEM 0:00:00 暂缺
- svchost.exe 1888 Services 0 8,460 K Unknown NT AUTHORITY\LOCAL SERVICE 0:00:09 暂缺
- svchost.exe 544 Services 0 5,028 K Unknown NT AUTHORITY\SYSTEM 0:00:00 暂缺
- inetinfo.exe 1064 Services 0 6,184 K Unknown NT AUTHORITY\SYSTEM 0:00:00 暂缺
- svchost.exe 112 Services 0 2,648 K Unknown NT AUTHORITY\LOCAL SERVICE 0:00:00 暂缺
- vmount2.exe 2112 Services 0 3,564 K Unknown NT AUTHORITY\SYSTEM 0:00:00 暂缺
- vmnat.exe 2340 Services 0 3,024 K Unknown NT AUTHORITY\SYSTEM 0:00:00 暂缺
- svchost.exe 2436 Services 0 4,700 K Unknown NT AUTHORITY\SYSTEM 0:00:00 暂缺
- WDelMgr20.exe 2556 Services 0 1,192 K Unknown NT AUTHORITY\SYSTEM 0:00:00 暂缺
- WLIDSVC.EXE 2676 Services 0 4,996 K Unknown NT AUTHORITY\SYSTEM 0:00:00 暂缺
- svchost.exe 2704 Services 0 4,084 K Unknown NT AUTHORITY\SYSTEM 0:00:06 暂缺
- vmware-authd.exe 2772 Services 0 5,372 K Unknown NT AUTHORITY\SYSTEM 0:00:47 暂缺
- WLIDSVCM.EXE 2892 Services 0 1,580 K Unknown NT AUTHORITY\SYSTEM 0:00:00 暂缺
- vmnetdhcp.exe 2908 Services 0 1,796 K Unknown NT AUTHORITY\SYSTEM 0:00:00 暂缺
- SearchIndexer.exe 3200 Services 0 20,768 K Unknown NT AUTHORITY\SYSTEM 0:00:05 暂缺
- svchost.exe 3372 Services 0 3,304 K Unknown NT AUTHORITY\NETWORK SERVICE 0:00:02 暂缺
- chrome.exe 3980 Console 1 163,000 K Running helloworld-PC\helloworld 0:04:43 批处理教学&资料 - 批处理之家 ─ 做最实用的批处理论坛 - Powered by Discuz
- chrome.exe 1468 Console 1 66,328 K Unknown helloworld-PC\helloworld 0:01:34 暂缺
- chrome.exe 2496 Console 1 14,980 K Unknown helloworld-PC\helloworld 0:00:17 暂缺
- chrome.exe 1212 Console 1 12,704 K Unknown helloworld-PC\helloworld 0:00:01 暂缺
- chrome.exe 2976 Console 1 12,968 K Unknown helloworld-PC\helloworld 0:00:01 暂缺
- chrome.exe 2880 Console 1 13,364 K Unknown helloworld-PC\helloworld 0:00:01 暂缺
- chrome.exe 148 Console 1 6,880 K Running helloworld-PC\helloworld 0:00:00 暂缺
- svchost.exe 2684 Services 0 17,880 K Unknown NT AUTHORITY\SYSTEM 0:00:28 暂缺
- wmpnetwk.exe 3296 Services 0 6,428 K Unknown NT AUTHORITY\NETWORK SERVICE 0:01:25 暂缺
- notepad++.exe 1028 Console 1 26,076 K Running helloworld-PC\helloworld 0:00:04 C:\Users\helloworld\Desktop\1.txt - Notepad++
- chrome.exe 340 Console 1 61,976 K Unknown helloworld-PC\helloworld 0:01:43 暂缺
- cmd.exe 2000 Console 1 7,112 K Running helloworld-PC\helloworld 0:00:00 暂缺
- conhost.exe 1036 Console 1 6,716 K Running helloworld-PC\helloworld 0:00:04 CicMarshalWnd
- notepad.exe 440 Console 1 7,032 K Running helloworld-PC\helloworld 0:00:03 1.txt - 记事本
- YodaoDict.exe 3448 Console 1 27,768 K Running helloworld-PC\helloworld 0:00:35 有道词典
- taskmgr.exe 3344 Console 1 9,852 K Running helloworld-PC\helloworld 0:00:01 Windows 任务管理器
- audiodg.exe 320 Services 0 14,080 K Unknown NT AUTHORITY\LOCAL SERVICE 0:00:00 暂缺
- notepad.exe 1240 Console 1 7,056 K Running helloworld-PC\helloworld 0:00:00 2.txt - 记事本
- taskeng.exe 3304 Console 1 5,784 K Running helloworld-PC\helloworld 0:00:00 TaskEng - 任务计划程序引擎进程
- tasklist.exe 2284 Console 1 5,092 K Unknown helloworld-PC\helloworld 0:00:00 暂缺
- WmiPrvSE.exe 768 Services 0 5,152 K Unknown NT AUTHORITY\NETWORK SERVICE 0:00:00 暂缺
复制代码
5.进程信息的显示格式- tasklist /fo [table|list|svc]
复制代码
用/fo参数控制,一共3种显示格式,默认是table方式显示;
6.取消掉列表题得显示复制代码
对比光杆tasklist的显示效果,你就明白了。
效果:- System Idle Process 0 Services 0 24 K
- System 4 Services 0 252 K
- smss.exe 276 Services 0 536 K
- csrss.exe 376 Services 0 3,424 K
- wininit.exe 416 Services 0 2,720 K
- csrss.exe 424 Console 1 20,668 K
- winlogon.exe 480 Console 1 3,640 K
- services.exe 500 Services 0 6,204 K
- lsass.exe 540 Services 0 6,536 K
- lsm.exe 548 Services 0 2,068 K
- svchost.exe 656 Services 0 5,020 K
- svchost.exe 752 Services 0 5,384 K
- svchost.exe 816 Services 0 11,104 K
- svchost.exe 892 Services 0 24,400 K
- svchost.exe 920 Services 0 23,036 K
- svchost.exe 1096 Services 0 8,052 K
- ZhuDongFangYu.exe 1224 Services 0 7,808 K
- svchost.exe 1264 Services 0 11,528 K
- dwm.exe 1476 Console 1 22,236 K
- explorer.exe 1488 Console 1 31,508 K
- spoolsv.exe 1604 Services 0 6,012 K
- sched.exe 1660 Services 0 1,600 K
- svchost.exe 1696 Services 0 8,524 K
- taskhost.exe 1768 Console 1 6,992 K
- avguard.exe 1908 Services 0 6,824 K
- avgnt.exe 1960 Console 1 2,188 K
- svchost.exe 1968 Services 0 3,968 K
- 360tray.exe 1976 Console 1 11,188 K
- c20ukdrwsvr.exe 292 Services 0 2,296 K
- svchost.exe 1888 Services 0 8,460 K
- svchost.exe 544 Services 0 5,020 K
- inetinfo.exe 1064 Services 0 6,188 K
- svchost.exe 112 Services 0 2,648 K
- vmount2.exe 2112 Services 0 3,564 K
- vmnat.exe 2340 Services 0 3,024 K
- svchost.exe 2436 Services 0 4,712 K
- WDelMgr20.exe 2556 Services 0 1,192 K
- WLIDSVC.EXE 2676 Services 0 4,996 K
- svchost.exe 2704 Services 0 4,084 K
- vmware-authd.exe 2772 Services 0 5,372 K
- WLIDSVCM.EXE 2892 Services 0 1,580 K
- vmnetdhcp.exe 2908 Services 0 1,796 K
- SearchIndexer.exe 3200 Services 0 21,444 K
- svchost.exe 3372 Services 0 3,304 K
- chrome.exe 3980 Console 1 163,308 K
- chrome.exe 1468 Console 1 66,396 K
- chrome.exe 2496 Console 1 15,488 K
- chrome.exe 1212 Console 1 12,696 K
- chrome.exe 2976 Console 1 12,968 K
- chrome.exe 2880 Console 1 13,364 K
- chrome.exe 148 Console 1 6,880 K
- svchost.exe 2684 Services 0 16,288 K
- wmpnetwk.exe 3296 Services 0 6,428 K
- notepad++.exe 1028 Console 1 26,076 K
- chrome.exe 340 Console 1 63,056 K
- cmd.exe 2000 Console 1 7,172 K
- conhost.exe 1036 Console 1 6,716 K
- notepad.exe 440 Console 1 7,032 K
- YodaoDict.exe 3448 Console 1 27,904 K
- taskmgr.exe 3344 Console 1 9,860 K
- tasklist.exe 1524 Console 1 4,604 K
- WmiPrvSE.exe 2032 Services 0 5,164 K
复制代码
扩展阅读:
1.神马是进程?
进程是动态的程序代码;——写好了程序代码,但你不运行程序,代码永远都只是一些怪异的符号,只有当程序运行时代码才产生了意义,这时候的程序代码被称为进程。
进程百科:http://baike.baidu.com/view/19746.htm
windows入门,开机11个进程作用讲解:http://www.qqread.com/meetwindows/p495414.html
更多进程知识:http://www.qqread.com/z/windows/process/
作者: 522235677 时间: 2011-10-17 10:36
好 顶
作者: cjiabing 时间: 2011-10-18 00:13
呵呵,又提意见了,别拍砖啊!建议将那些多余的进程删掉除非直接用来讲解的,放那么多进程进来不好看,不好找东西看。
作者: Hello123World 时间: 2011-10-18 14:22
这个没办法,本来想传图的,但为了节省bathome的磁盘空间。
这样虽然不美观,但勉强还是能看的
作者: zxd11097 时间: 2011-11-1 12:52
怎么Hello123World 系统里还会有ZhuDongFangYu.exe 卸了吧 IT时代 倡导裸奔。
作者: cjiabing 时间: 2011-11-1 15:17
回复 4# Hello123World
没明白我的意思,我的意思是把那些不是系统进程删掉。
-
- wininit.exe 416 Services 0 2,720 K
- lsm.exe 548 Services 0 2,068 K
- ZhuDongFangYu.exe 1224 Services 0 7,808 K
- dwm.exe 1476 Console 1 22,236 K
- sched.exe 1660 Services 0 1,600 K
- taskhost.exe 1768 Console 1 6,992 K
- avguard.exe 1908 Services 0 6,824 K
- avgnt.exe 1960 Console 1 2,188 K
- 360tray.exe 1976 Console 1 11,188 K
- c20ukdrwsvr.exe 292 Services 0 2,296 K
- inetinfo.exe 1064 Services 0 6,188 K
- svchost.exe 112 Services 0 2,648 K
- vmount2.exe 2112 Services 0 3,564 K
- vmnat.exe 2340 Services 0 3,024 K
- WDelMgr20.exe 2556 Services 0 1,192 K
- WLIDSVC.EXE 2676 Services 0 4,996 K
- vmware-authd.exe 2772 Services 0 5,372 K
- WLIDSVCM.EXE 2892 Services 0 1,580 K
- vmnetdhcp.exe 2908 Services 0 1,796 K
- SearchIndexer.exe 3200 Services 0 21,444 K
- wmpnetwk.exe 3296 Services 0 6,428 K
- notepad++.exe 1028 Console 1 26,076 K
- chrome.exe 340 Console 1 63,056 K
- conhost.exe 1036 Console 1 6,716 K
- notepad.exe 440 Console 1 7,032 K
- YodaoDict.exe 3448 Console 1 27,904 K
- WmiPrvSE.exe 2032 Services 0 5,164 K
复制代码
以上基本不属于系统进程,可以删掉不影响原文。
作者: 1w9j9h1 时间: 2014-8-9 15:33
楼主你有一个词拼错了,虽然也不是什么严重的错误就是了:在“5.进程信息的显示格式”中的代码- tasklist /fo [table|list|svc]
复制代码
应该是- tasklist /fo [table|list|csv]
复制代码
查了一下,scv是Comma Separated Value逗号分隔的意思,看显示的结果,应该是这样了
欢迎光临 批处理之家 (http://bbs.bathome.net/) |
Powered by Discuz! 7.2 |