Windows simple Kill Process batch Program

Source: Internet
Author: User

Create a new TXT document, the command is Taskkill.bat, copy the following command to save

@echo off
taskkill/f/im vm*/T
taskkill/f/im apple*/T
taskkill/f/im sogoucloud.exe/t
taskkill/f/im itunes*/T

Parameter description of Taskkill

/S system Specifies the remote system to connect to.

/u [domain\]user Specifies the user context in which the command should be executed.

/p [Password] specifies the password for the provided user context. If omitted, prompt for input.

/f Specifies to forcibly terminate the process.

The/FI filter specifies the task to filter in or out of the query.

The/PID process ID specifies the PID of the processes to be terminated.

/IM image name Specifies the picture name of the process to terminate. The wildcard ' * ' can be used to specify all image names.

/T Tree Kill: Terminates the specified process and any child processes that are started from this.

/? Displays help/usage.

Reproduced in original: http://www.2cto.com/os/201404/292444.html

Windows simple Kill Process batch Program

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.