Janna Theme License is not validated, go to the theme options page to validate the license, you need a single license for each domain name.

Top 5 Ways to Close All Open Apps at Once on Windows 11

Sometimes, you have multiple apps open and want to close them all together. You can click their close icons individually. This may be safe, but it's not the most efficient way to close all apps at once. So, how do you close all open apps at once on Windows 11?

Top 11 Ways to Close All Open Apps at Once on Windows 1024

Well, there are two ways, and we'll walk you through them in this guide. As a quick tip, if your goal is Shut down and turn off the computer, you can Use Alt + F4, then select Shutdown. But if you just want to close applications while keeping your computer running, read on.

1. Use Command Prompt

It can help you Command Prompt On Windows, the Taskkill utility can quickly launch or close applications and programs. Using the Taskkill command, the utility can close all open applications at once. This command accepts various parameters and can be tailored to close specific application instances or processes.

Step 1: Click on Keyboard shortcut Windows + R To open the dialog box "employment".

Also read:  Top 8 Ways to Improve CPU Performance on Windows 11

Step 2: Type cmd And press Control + Shift + Enter keyboard to open Command Prompt With administrator privileges.

Opening the command prompt Top 5 ways to close all open apps at once on Windows 11

Step 3: Type the command below and press Enter.

taskkill /f /im *

Running-the-Taskkill-command Top 5 Ways to Close All Open Apps at Once on Windows 11 In this command, /f instructs the operating system to force-close applications, /im indicates which applications to close, and * instructs it to close all open applications.

2. Close all applications using POWERSHELL

Looks like Windows PowerShell Command Prompt because it also accepts text commands to perform specific tasks on Windows. You can enter a command to close specific applications or all running applications and processes. Here's what you need to do.

Step 1: Click Windows Search icon located on the taskbar, and type PowerShell In the search box, select the option "Run as administrator".

Top 5 Ways to Close All Open Apps at Once on Windows 11

Step 2: Type the following command in the PowerShell window and press Enter:

Get-Process | Stop-Process

Closing-apps-with-powershell Top 5 Ways to Close All Open Apps at Once on Windows 11

3. Close multiple applications using third-party tools (CLOSEALL)

There are a few third-party tools you can use seamlessly with Windows 11 to close all windows or apps. The CloseAll app is one of many, and the steps below explain how to use it.

Also read:  A tool from Microsoft that provides advanced process control better than Task Manager.

Step 1: Download an app CloseAll and install it on your computer.

Download CloseAll

Step 2: Launch the application. Select the checkboxes for all the applications you want to close, and then click the button. "OK".

Using-CloaseAll-app Top 5 Ways to Close All Open Apps at Once on Windows 11

4. Close all windows using batch scripts

A batch file is a document containing a series of scripts that are completed or executed by a command-line interpreter. They are often necessary for automating Windows 11 tasks. You can use them to copy files, send emails, or terminate open applications simultaneously, as in the example below.

Step 1: Click on Windows Search icon, And type notepad In the search box, then tap Enter to turn it on.

Top 5 Ways to Close All Open Apps at Once on Windows 11

Step 2: Enter the text below into Notepad:

@echo off
taskkill /f /im *
pause

Step 3: Click on the menu "a file" In the upper right corner and select the option "Save as". Then give the file a name and make sure it ends with the .BAT extension.

Top 5 Ways to Close All Open Apps at Once on Windows 11

Step 4: Go to the file, right-click on it and select "Run as administrator".

Run-batch-file Top 5 Ways to Close All Open Apps at Once on Windows 11

5. Close all windows using the Resource Monitor.

In Windows 11, the Resource Monitor allows you to view all your applications and monitor how the operating system's hardware and software components are running. It's a valuable troubleshooting tool and is vital for detecting resource drains and monitoring your computer's health. You can also use it to close multiple open windows, as shown below.

Also read:  Top 8 Ways to Fix Discord Black Screen on Startup on Windows

Step 1: Click on Keyboard shortcut Windows + R To open the dialog box "employment".

Step 2: Type formally And press Enter to turn on Resource Monitor.

Launching the Resource Monitor Top 5 Ways to Close All Open Apps at Once on Windows 11

Step 3: Select the application you want to close. Right-click on your selection and click End the process.

Ending-a-running-app-with-resmon Top 5 Ways to Close All Open Apps at Once on Windows 11

Step 4: Confirm your selection by clicking the button. "Ending the process".

End-process-with-resmon Top 5 Ways to Close All Open Apps at Once on Windows 11

Free up computer memory instantly

There's no keyboard shortcut to close all open applications at once on Windows 11, especially when you want to continue using your computer. However, the solutions discussed above will suffice in all cases, and you should stick to the ones you find most practical. This process will free up your RAM and help prevent your computer from crashing when CPU usage is high.

Go to top button