How to End a Process without the use of Task Manager
In Windows, many people have seen the Task Manager. It's an easy way to see what is running and what resources it is using. However, it's also handy if you need to kill a stubborn process/program. Well, there is another way if you don't have access to the Task Manager.
Ending Processes in Windows without using the Task Manager
Introduction
There was a time, when only one process could be run at any given time, and the reigning operating system of those times was DOS. But, today there are a lot of processes running at the same time, and to track them we use Windows task manager or certain commands typed in the command prompt. Each method has its advantages of course, but here, well mostly focus on the command prompt method.
Normally, by default, the Windows Task Manager will NOT show the ProcessID, but you can change this by choosing View->Select Columns, and check mark what you'd like to see, including PID.
If you do this, you can see the ProcessID's like this image:

Using DOS command prompt
Some windows permissions settings may keep you from accessing the Task Manager. Fortunately, we can go back to the old fashioned command prompt (DOS). This is usually found in the Start Menu under Programs->Accessories. Or, you could start your own by going ot Start->Run and then typing "cmd.exe" and hitting Enter.
From a command prompt, you can type "tasklist" to get the same information as is shown in the Task Manager window above.
To kill as task, you could then specify which task to end by using a command line command called "taskkill.exe". You could use the process ID from the tasklist above. You can also specify the process name (referred to as Image Name) by using the /IM option. Here's an example:
taskkill /IM notepad.exe
You can kill the task by using the /PID option. Example:
taskkill /PD 3154
both commands (tasklist and taskkill) each have more options that you can check with their built-in help. Just type the command and see what else you can do.
-
Not Responding Killer
| By Flavjo | in Computers
Create an icon on your desktop which automatically closes any not responding programs!...
-
Kaspersky Internet Security 2009
| By suprazs | in Software
The moment you launch it, you can see that the latest security suite from Kaspersky Labs is very different from las...
-
Nat Turner
| By Rev.AlanL.Joplin | in Politics
The prevailing belief among slaves at the time seemed to be that one needed no more than a “calling” from God t...
-
Tips for buying a DSL modem | By MaxwellPayne | in Computers
Learn about what to look for when buying a DSL modem....
-
Popular Chat Rooms Are Entertaining | By ja_schmidt | in Computers
Now a days, more than a million people use the Internet to connect with each other every day. Just like all commun...
-
YouTube Now Supports 1080p Videos | By Acke | in Computers
Youtube is now supporting 1080p videos for more crisp entertainment!...
-
Why You Need Antivirus | By juanchavez | in Computers
Today's cyber criminals are downloading malware onto your PC without your knowledge at an alarming rate. The only p...
-
Computer basic concepts - part two | By maxie | in Computers
A hard disk is the main reusable storage device, which holds information, such as software programs or data, in the...
-
How to Erase Surfing History and cached (and hidden) data from Firefox and Internet Explorer | By themamboman | in Safety
In some cases, you'll need or want to remove the surfing history of your computer. This also includes not only the...
-
How to make money online using Get Paid To (GPT) sites | By themamboman | in Home & Online Business
There are plenty of ways to make money online but many require too much time or aren't free (or both). I've found ...
-
Speeding up Windows Vista web browsing and network performance | By themamboman | in Computers
Yet another feature to disable which may improve your Window's Vista browsing speed....
-
Speeding up Windows Vista file copying by disabling one feature | By themamboman | in Computers
Microsoft included many features in Windows Vista that were tuned for corporate environments and may lead to degrad...
-
How to remove start up items in Windows | By themamboman | in Computers
Is your computer taking longer and longer to boot? It probably has some useless (or maybe even malicious) software...








No comments yet.