Close Multiple Programs in Single Click

If you're new here, you may want to subscribe to our RSS feed. Thanks for visiting!


We have already posted how to open multiple programs at once now we will see how to close multiple programs at once using simple bacth file.This is very useful tip for all users instead of closing each application you can close multiple applications at once.

Procedure

Open notepad from Start>Run type notepad click ok

Now you need to find the filename of the programs you want to close. You can do this by open up the Task Manager. Do this by right-clicking on the Taskbar and choosing the Task Manager option. Then look for the filename of the program you want to close.

Now you’ll need to use the taskkill command in Notepad, along with the filenames from above step Each command will look like this

taskkill /f /im FileZilla.exe
taskkill /f /im firefox.exe
taskkill /f /im mspaint.exe

Options Details

/f - Specifies that process(es) be forcefully terminated.

/im - Specifies the image name of the process to be terminated.

Now you need to save this file as a .BAT file by manually entering in the extension at the end of the file name.

Double-click on the new batch file that you just created to test . Each program listed will be closed forcefully.

If you don’t want to close forefully just remove /f in the above commands

The batch file will begood enough to skip over any applications that are currently not running. So you can put all of those extra programs in the batch file.

Related Post


Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically each day to your feed reader.

No comments yet.

Leave a comment

Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>

(required)

(required)