Which of the following command line tools will terminate a non-system process without restarting the computer?

Which of the following command line tools will terminate a non-system process without restarting
the computer?

Which of the following command line tools will terminate a non-system process without restarting
the computer?

A.
Shutdown

B.
Kill

C.
Erase

D.
Break

Explanation:
http://www.tech-recipes.com/rx/446/xp_kill_windows_process_command_line_taskkill/



Leave a Reply 1

Your email address will not be published. Required fields are marked *


#13 Blacklight

#13 Blacklight

It’s actually “taskkill/pid (insert pid number here( for example 2376)). Then bam! The programs shuts down. However you need to run tasklist first to know the pid of the program you want to shutdown.