讲解对象;查看进程
背景:
很多应用程序在后台默认打开,长时间,计算机很卡,那么怎么关闭这些应用的进程呢?
方法一:
1 打开任务管理器,(Ctrl+Shitf+ESC或者Ctrl+Alt+Del)
2 根据进程名称,右击点击结束进程就行了(或者右键+E 或者直接左击进程 Alt+E)
方法二:
1 任务管理器的详细信息有PID号,找到对应软件PID号。
2 执行taskkill /pid PID号命令就能关闭相应的应用。
方法三:
情景:当你的任务管理器打开不了的时候。
1 执行dos命令 tasklist
运行:
C:UsersAdministrator>tasklist
映像名称 PID 会话名 会话# 内存使用
========================= ======== ================ =========== ============
System Idle Process 0 Services 0 8 K
System 4 Services 0 144 K
Registry 96 Services 0 40,976 K
smss.exe 368 Services 0 952 K
csrss.exe 580 Services 0 4,416 K
wininit.exe 688 Services 0 5,452 K
csrss.exe 696 Console 1 5,900 K
services.exe 760 Services 0 7,988 K