CMD under the command prompt to kill the process there are mainly three ways

Source: Internet
Author: User

30056787

1, with taskkill command

1.TASKKILL/IM Process Name

Example: Turn tomcat off with the Taskkill/im tomcat7.exe command.

2.taskkill/pid[Process Code]-T (end the process)-F (Force end of the process and all child processes)

Note: There are two ways to check the PID code of the process:

1. Use the tasklist command to isolate the PID code of the process at the command line

2. Check the PID in the view options in Task Manager

2, with WMIC process where name= "process name" call terminate this does not need to know the process of PID code

3, Ntsd-c q-p [PID Process Code]

CMD under the command prompt to kill the process there are mainly three ways

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.