強制結束指定Windows Vista進程

來源:互聯網
上載者:User
  一般情況下,我們在需要結束某個進程往往會選擇右鍵工作列 - 工作管理員 - 右鍵某進程 - 結束的方式來進行。但其實我們還可以通過命令來對此操作進行更多的選項。  
    首先,  
    * 開始菜單- 程式 - 附件 - 命令提示字元
    * 右鍵 - 以管理員身份運行
    * 輸入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表示強制結束。    (  素材  )   
相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.