Error DataBase-One Place all Solutions Forums Blog Glossary    Contact Us
Search  
   
Browse by Category
Error DataBase-One Place all Solutions .: Operating Systems .: Windows Operating Systems .: MS DOS .: How to remove a running process from memory using KILL command (Resource kit)

How to remove a running process from memory using KILL command (Resource kit)

Remove a running process from memory.

Syntax
      KILL [option] process_id
      KILL [option] task_name
      KILL [option] window_title

Option
        -f     Force process kill

Note: Kill -f basically just nukes the process from existence, potentially leaking a lot of memory and losing any data that the process hadn't committed to disk yet. It is there for worst case scenarios - when you absolutely must end the process now, and don't care whether proper cleanup gets done or not.

In WindowsXP, KILL is replaced with the superior TASKKILL - Allowing you to specify a remote computer, different user account etc - for more details run TASKKILL /?


How helpful was this article to you?

Related Articles

article How to Kill processes by name or process ID using PsKill
Kill processes by name or process ID ...

(No rating)  3-7-2008    Views: 147   
article How to Batch process multiple files using FORFILES.exe Tool (Resource Kit + update)
Batch process multiple files Syntax...

(No rating)  3-9-2008    Views: 211   
article How to Display memory usage using MEM command
Display memory usage. Syntax MEM...

(No rating)  3-9-2008    Views: 171   

User Comments

Add Comment
No comments have been posted.