操作系统 
首页 > 操作系统 > 浏览文章

强制结束指定Windows Vista进程

(编辑:jimmy 日期: 2024/12/29 浏览:3 次 )
首先,  
  * 开始菜单- 程序 - 附件 - 命令提示符
  * 右键 - 以管理员身份运行
  * 输入tasklist,出现如下列表:  
  Image Name PID Session Name Mem Usage
  ========================= ======== ================ ============
  saayaa.exe 26356 Console 39,352 K
  regedit.exe 24244 Console 9,768 K
  cmd.exe 18664 Console 2,380 K
  conhost.exe 2528 Console 7,852 K
  notepad.exe 17364 Console 7,892 K
  notepad.exe 24696 Console 22,028 K
  notepad.exe 25304 Console 5,852 K
  explorer.exe 2864 Console 72,232 K  
  接下来,如果我们想要结束某个程序的所有进程的话,比如,notepad.exe,可以输入  
  Taskkill /IM notepad.exe /F  
  如果只想结束某程序的某个进程的话,可以输入该进程的PID来实现,比如:  
  Taskkill /PID 17364 /F  
  这里的F表示强制结束。
上一篇:利用UAC来提高Windows 7的安全
下一篇:Windows 7 加快系统速度的九大方法
一句话新闻
Windows上运行安卓你用过了吗
在去年的5月23日,借助Intel Bridge Technology以及Intel Celadon两项技术的驱动,Intel为PC用户带来了Android On Windows(AOW)平台,并携手国内软件公司腾讯共同推出了腾讯应用宝电脑版,将Windows与安卓两大生态进行了融合,PC的使用体验随即被带入到了一个全新的阶段。