Computer and Technology
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Platform to share ur knowledge
 
HomeHome  PortalPortal  GalleryGallery  SearchSearch  Latest imagesLatest images  RegisterRegister  Log inLog in  
Search
 
 

Display results as :
 
Rechercher Advanced Search
Latest topics
» Help for PPT
KILL PROCESS USING COMMAND PROMPT EmptyWed Jul 31, 2013 12:58 pm by webmaster

» Formating PC
KILL PROCESS USING COMMAND PROMPT EmptyWed Jul 31, 2013 12:50 pm by webmaster

» AutoDesk 3D Studio MAX
KILL PROCESS USING COMMAND PROMPT EmptyMon Jul 22, 2013 1:58 pm by webmaster

» General computer related errors
KILL PROCESS USING COMMAND PROMPT EmptyMon Jul 22, 2013 1:54 pm by webmaster

» ------------------------------->CHIPSET<--------------------------------
KILL PROCESS USING COMMAND PROMPT EmptyFri Jul 19, 2013 5:14 pm by webmaster

» Motherboard and its components
KILL PROCESS USING COMMAND PROMPT EmptyFri Jul 19, 2013 5:05 pm by webmaster

» Creating 3D Window Effect
KILL PROCESS USING COMMAND PROMPT EmptyWed Jul 17, 2013 3:35 pm by webmaster

» BRIDGE INTRO
KILL PROCESS USING COMMAND PROMPT EmptyWed Jul 17, 2013 3:27 pm by webmaster

» Create A Hidden User Account
KILL PROCESS USING COMMAND PROMPT EmptyMon Jul 15, 2013 6:16 pm by webmaster

VISITORS
KILL PROCESS USING COMMAND PROMPT Flags_1

 

 KILL PROCESS USING COMMAND PROMPT

Go down 
AuthorMessage
shanrajesh
Appatakar
Appatakar
shanrajesh


Posts : 253
Points : 759
Join date : 2012-07-22
Age : 33
Location : VELLORE

KILL PROCESS USING COMMAND PROMPT Empty
PostSubject: KILL PROCESS USING COMMAND PROMPT   KILL PROCESS USING COMMAND PROMPT EmptyWed Aug 01, 2012 10:49 am

KILL PROCESS USING COMMAND PROMPT

Task Manager is generally used to kill or end a process in Windows . This method is effective but not nearly as fun as killing a process in Command Prompt. And one more advantage of killing process using Command Prompt provides much more control and the ability to end multiple processes at once.

All of this is possible with the TaskKill command. You can kill a process by the process ID (PID) or by image name (EXE filename).

Open up an Administrative level Command Prompt and run tasklist to see all of the running processes:

C:\>tasklist

Image Name PID Session Name Mem Usage
========================= ======== ================ ============
firefox.exe 26356 Console 139,352 K
regedit.exe 24244 Console 9,768 K
notepad.exe 24696 Console 22,028 K
notepad.exe 25304 Console 5,852 K
explorer.exe 2864 Console 72,232 K

cmd.exe 18664 Console 2,380 K
conhost.exe 2528 Console 7,852 K

In the example above you can see the image name and the PID for each process. If you want to kill the firefox process run:

C:\>Taskkill /IM firefox.exe /F

or

C:\>Taskkill /PID 26356 /F

The /f flag is kills the process forcefully.

Back to top Go down
https://computermaniac.forumotion.com
 
KILL PROCESS USING COMMAND PROMPT
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Computer and Technology :: Tricks and Tips-
Jump to: