search
HomeCommon ProblemUse shortcuts to instantly close multiple Windows applications at once
Use shortcuts to instantly close multiple Windows applications at onceApr 19, 2023 am 08:37 AM
Batch processingwindows application

If you're someone who works on a specific set of applications every time you sit down in front of your computer, you might want to be able to open them all together with a single click every time you log into your computer. We already have an article detailing how you can save time by opening all your applications together using a simple batch script.

Just like you can open apps in batches, you can also close apps in batches. To do this, we need to write a simple batch script that requires no coding knowledge. Read on to learn how to easily close multiple programs at once.

Section 1: How to create and execute a batch script to close multiple programs at once

Step 1: Press the WIN D keys simultaneously Enter the desktop immediately.

On the desktop, right-click the emptyspace, click New, and then click Text Document.

Use shortcuts to instantly close multiple Windows applications at once

Step 2: Nowdouble-clickthe text document you just created to open it.

Use shortcuts to instantly close multiple Windows applications at once

Step 3: Next, in the text document, copy and pastethe following commands.

taskkill /F /IM  /T > nul

Please note that you must replace with the image name of the application you want to close. If you don't know the image name of the process you want to kill, you can refer to Section 3: How to find the image name of the process/application you want to shut down.

The command parameter description is as follows:

taskkill – Terminate the process or application.

/F - Forcefully terminate a running process.

/IM – represents the image name. /IM is followed by the image name of the process. If you don't know the image name of the process you want to kill, see Section 3: How to Find the Image Name of the Process/Application You Want to Shut Down.

/T – Terminates all child processes of a process.

nul – Suppress errors and messages.

You can add as many rows as you need. Each row corresponds to an application or program.

Finally, write @pause at the end. This is to allow you to view the results of command execution. For example, if a program won't close, you'll be able to see the reason why it won't close on the CMD screen. Otherwise, the CMD screen will turn off momentarily.

Shown below is a sample script we are using to close the programs Notepad, Calculator and WPS office using our batch script.

taskkill /F /IM Notepad.exe /T > nultaskkill /F /IM CalculatorApp.exe /T > nultaskkill /F /IM wps.exe /T > nul@暂停

Use shortcuts to instantly close multiple Windows applications at once

When you're done, don't forget to press the CTRL S key at the same time to save the file.

Step 4: Now back to the desktop, click on the file and press the F2 keyRenamedocument.

Use shortcuts to instantly close multiple Windows applications at once

Step 5: You can give the file any name, we named it Close Multiple Programs . Whatever name you give, pleasemake sure is in . (dot). This is the most important part.

Use shortcuts to instantly close multiple Windows applications at once

Step 6: After entering the name, click elsewhere on the screen. You will now see the following Rename confirmation window. Press the Yes button to confirm.

Use shortcuts to instantly close multiple Windows applications at once

Step 7: That’s it. Your batch script file is now ready. Double click on it to execute it.

Use shortcuts to instantly close multiple Windows applications at once

Step 8: Your batch script will now close all programs specified in it.

Additionally, you will be able to see which all programs are closed on the

Command Prompt screen. This is because you put the @pause command at the end of the script. This pauses the screen and waits for key presses before closing the Command Prompt screen.

Use shortcuts to instantly close multiple Windows applications at once

Section 2: How to Add More Programs to an Existing Batch Script

If you want to add more programs to the batch you want to run You can do this in the list of closed programs in the file.

Step 1: Right-click the batch file you created and click Show more options.

Use shortcuts to instantly close multiple Windows applications at once

第 2 步:从展开的菜单中,单击“编辑”选项。

Use shortcuts to instantly close multiple Windows applications at once

第 3 步:现在,批处理脚本将在记事本中打开,您可以像往常一样在其中进行修改。

在下面的示例中,我们在脚本中又添加了一行。这一次,我们的目标也是杀死MS Paint

Use shortcuts to instantly close multiple Windows applications at once

第三部分:如何找到要关闭的进程/应用程序的镜像名称

本节更像是一个附录,可帮助您找到应用程序或进程的映像名称

要杀死一个应用程序,您需要它的图像名称或它的进程 ID。对于某些应用程序,图像名称可能很简单,但对于其他一些应用程序,则无法立即猜到。在这种情况下,您可以按照以下步骤轻松找出要杀死的进程的映像名称。

第 1 步:在位于 Windows 屏幕底部的任务栏上,单击镜头图标。

Use shortcuts to instantly close multiple Windows applications at once

第 2 步:在搜索栏上,搜索 cmd并单击以管理员身份运行选项以提升模式打开命令提示符。

Use shortcuts to instantly close multiple Windows applications at once

第 3 步:当命令提示符启动打开时,复制并粘贴键入以下命令以列出计算机上所有正在运行的进程。

任务列表

获得列表后,在Image Name列下,您可以滚动并找出要终止的进程/应用程序的名称。您可以在taskkill命令中使用此图像名称。

Use shortcuts to instantly close multiple Windows applications at once

就是这样。希望您从现在开始使用这个超酷的技巧可以节省大量时间。

The above is the detailed content of Use shortcuts to instantly close multiple Windows applications at once. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:云东方. If there is any infringement, please contact admin@php.cn delete
win10中出现logonui.exe系统错误怎么解决win10中出现logonui.exe系统错误怎么解决Apr 19, 2023 pm 02:13 PM

win10中出现logonui.exe系统错误表示logonui.exe文件已损坏,其解决办法是:1、将制作好的U盘插入正常开机的电脑中并打开C盘;2、搜索"logonui.exe"程序并将该程序复制到U盘中;3、将U盘插入故障电脑中,然后按F9键;4、进入引导设备选项,选择启动U盘名称;5、进入pe模式,把相应文件复制到dllcache和system32下,然后重启电脑即可。

如何一次性关闭所有 Google Chrome 窗口和标签页如何一次性关闭所有 Google Chrome 窗口和标签页Apr 14, 2023 pm 05:28 PM

所以,你工作很辛苦。当然,粗糙的工人有1000个Chrome窗口和标签始终打开。您绝对没有耐心打开每个Chrome窗口并一个一个地关闭它们。您至少会想到100次关于如何轻松关闭所有打开的Chrome窗口和标签,只需单击一下!好吧,当我们在这里时,你为什么要担心?在本文中,我们通过2种不同的方法,一种非极客方法和一种极客方法来解释如何轻松关闭所有打开的Chrome窗口!希望你喜欢!方法一:通过任何打开的谷歌浏览器窗口这种方法非常简单,只涉及一个步骤。因此,您打开了许多Googl

如何根据当前时间戳创建文件/文件夹并为其命名如何根据当前时间戳创建文件/文件夹并为其命名Apr 27, 2023 pm 11:07 PM

如果您正在寻找根据系统时间戳自动创建文件和文件夹并为其命名的方法,那么您来对地方了。有一种超级简单的方法可以用来完成这项任务。然后,创建的文件夹或文件可用于各种目的,例如存储文件备份、根据日期对文件进行排序等。在本文中,我们将通过一些非常简单的步骤解释如何在Windows11/10中自动创建文件和文件夹,并根据系统的时间戳对其进行命名。使用的方法是批处理脚本,非常简单。希望你喜欢阅读这篇文章。第1节:如何根据系统当前时间戳自动创建文件夹并命名第1步:首先,导航到要在其中创建文件夹的父文件夹,

0xc0000022无法正常启动怎么解决0xc0000022无法正常启动怎么解决Apr 28, 2023 pm 04:15 PM

0xc0000022无法正常启动的解决办法:1、以管理员身份运行程序,检查权限是否存在问题;2、点击右键找到显示错误的程序.exe文件并打开“属性”页面,然后点击“安全”选项,将Administrators, Users和System三项的权限设置为完全控制,然后点击“确定”完成权限设置即可。

使用快捷方式一次立即关闭多个 Windows 应用程序使用快捷方式一次立即关闭多个 Windows 应用程序Apr 19, 2023 am 08:37 AM

如果您是每次坐在计算机前都在处理一组特定应用程序的人,那么您可能希望在每天登录计算机时只需单击一下即可将它们一起打开。我们已经有一篇文章详细介绍了如何通过使用简单的批处理脚本一起打开所有应用程序来节省时间。就像您可以批量打开应用程序一样,您也可以批量关闭应用程序。为此,我们需要编写一个不需要编码知识的简单批处理脚本。继续阅读,了解如何轻松地一次性关闭多个程序。第1节:如何创建和执行批处理脚本以一次关闭多个程序第1步:同时按下WIN+D键立即进入桌面。在桌面上,右键单击空白空间,单击新建,然后单

0xc00000e9进不去系统怎么办0xc00000e9进不去系统怎么办May 04, 2023 pm 03:11 PM

0xc00000e9进不去系统是系统正确引导发生了不正确或硬盘故障造成的,其解决办法:1、使用pe工具箱制作一块系统U盘;2、将系统U盘插入问题电脑中,然后启动电脑进入bios设置;3、选择U盘启动电脑,进入pe系统启动“修复系统引导”工具;4、在界面选择“自动修复”选项,等系统自动修复完成后即可。

Yii框架中的批处理:优化数据处理Yii框架中的批处理:优化数据处理Jun 21, 2023 pm 04:09 PM

Yii框架是一款优秀的PHP开发框架,以其快速高效、简单易用、代码清晰等特点备受开发者欢迎。在Yii框架中,批处理是一种非常重要的数据处理方式,可以极大地提高数据的处理效率,本文将着重介绍Yii框架中批处理的使用方法及如何优化其数据处理效率。一、什么是批处理?在Web开发中,由于需要处理的数据量很大且并发访问量很高,所以我们需要用“批处理”的方式来处理数据。

如何运用BAT批处理脚本如何运用BAT批处理脚本Feb 19, 2024 pm 08:43 PM

BAT批处理脚本如何使用随着计算机的普及和应用领域的扩大,BAT批处理脚本在实际工作中的使用也越来越广泛。BAT批处理脚本是一种运行在Windows操作系统下的脚本语言,它可以通过一系列命令来完成一些常见的操作任务。在这篇文章中,我们将介绍BAT批处理脚本的基本语法和一些常用的使用场景。一、BAT批处理脚本的基本语法BAT批处理脚本是由一系列命令组成的文本文

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.