Close multiple programs at once using a batch file (Batch files 5)

Опубликовано: 05 Сентябрь 2014
на канале: Guido's How-Tos
34,759
207

Batch files 5: Close multiple programs at once using a batch file

Batch commands:
"@echo off

taskkill /F /IM explorer.exe /IM winword.exe /IM excel.exe /IM chrome.exe /IM iexplore.exe

Start explorer.exe "

#batchfile #batch

Follow me on other media:
►Website: http://www.guidoshowtos.com
►Facebook:   / guidoshowtos  
►Twitter:   / guidoshowtos  

Music used:
Delay Rock Kevin MacLeod (incompetech.com)


Annotations:

Right-click the desktop → New → Text Document

Give your text document a name, and open it.

Insert the commands. For example commands see video description.

The taskill command tells your PC to kill a specified task.

Add /F if you want to force the taskkill; you won't get a change to save files openend in the program.

Type /IM in front of every program name you want to close to specify the program.(IMagename).

If you want to include windows explorer (explorer.exe), add "start explorer.exe" at the end of the file, as explorer.exe also includes the taskbar, menu, and desktop functionality.

Save and exit the file.

Change the file extension of the .txt file to .bat to make it into a batch file.


На этой странице сайта вы можете посмотреть видео онлайн Close multiple programs at once using a batch file (Batch files 5) длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Guido's How-Tos 05 Сентябрь 2014, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 34,759 раз и оно понравилось 207 зрителям. Приятного просмотра!