killing a process or program that hanged.
i guess you will use Task Manager to do it..
for fun, you may also use cmd or command prompt to do this...
run cmd
then type "tasklist" w/o the quotes.
this will be your list of programs that are running.. you may also see the PID of the program.
to KILL a running program you have two method..
KILLiNg by IMAGE NAME
kill /im svchost.exe
KILLInG by PID process ID
kill /pid 988
thats its... a fun alternative to task manager.. :)
No comments:
Post a Comment