Manage Windows Processes from the Command Line with TASKLIST and TASKKILL

|
Rather Have Fast and Secure Remote
Control?
|
Only available on XP Professional systems, the TASKLIST and TASKKILL commands allow you to view (and kill, when necessary) the same running processes visible from the Processes tab in Task Manager. For more information on using these tools to view and kill tasks, see the steps below.
Step 1: Open the command prompt and type tasklist at the command line. Press Enter. A list of all running processes will appear, including useful information such as the process name and Process ID (PID). Note the PID of the task you wish to terminate.
Step 2: To kill a process, you need to identify it in conjunction with the TASKKILL command. For example, to terminate a task with a PID of 1572, enter the command taskkill /PID 1572 and press Enter.
Step 3: To confirm that the intended process has been killed, issue the tasklist command again and press Enter. The process associated with the PID specified in Step 2 should no longer be running. Issue the taskkill /? command for more information on how processes can be terminated.
Written by Dan DiNicolo - Visit WebsiteNext post in Windows Commands:
Backing Up Files and Folders with the XCOPY Command
Previous post in Windows Commands:
Gathering System Information with the SYSTEMINFO Command
All Tutorials by Category:
- CCDA Study Guide
- CCNA Study Guide Chapter 01
- CCNA Study Guide Chapter 02
- CCNA Study Guide Chapter 03
- CCNA Study Guide Chapter 04
- CCNA Study Guide Chapter 05
- CCNA Study Guide Chapter 06
- CCNA Study Guide Chapter 07
- CCNA Study Guide Chapter 08
- CCNA Study Guide Chapter 09
- CCNA Study Guide Chapter 10
- CCNA Study Guide Chapter 11
- CCNA Study Guide Chapter 12
- Cognos
- Computer Hardware
A
C
D
E
F
G
H
I
L
M
N
Entire site Copyright © 1999-2007 2000Trainers.com, all rights reserved.
Content on this site may not be copied or reproduced in any way without permission.


