Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Windows Vista系統教程 >> Windows Vista教程 >> 強制結束指定Win Vista進程 保系統安全

強制結束指定Win Vista進程 保系統安全

日期:2017/2/7 9:15:28      編輯:Windows Vista教程

一般情況下,我們在需要結束某個進程往往會選擇右鍵任務欄 - 任務管理器 - 右鍵某進程 - 結束的方式來進行。但其實我們還可以通過命令來對此操作進行更多的選項。  

首先,  

* 開始菜單- 程序 - 附件 - 命令提示符

* 右鍵 - 以管理員身份運行

* 輸入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表示強制結束。

Copyright © Windows教程網 All Rights Reserved