Table of Contents
How to force close an unresponsive app on Windows 11 using keyboard shortcuts
How to use Task Manager to close unresponsive apps on Windows 11
How to force close an unresponsive app via Settings on Windows 11:
Windows 11 Application Troubleshooting
Home Common Problem How to force close unresponsive apps on Windows 11

How to force close unresponsive apps on Windows 11

May 15, 2023 am 11:52 AM
windows system

如何在 Windows 11 上强制关闭无响应的应用程序

Apps usually run fine on Windows 11, but not always - they can freeze. Here’s how to force close unresponsive apps on Windows 11.

If you encounter a situation on Windows 11 where apps won’t close at all? The good news is that Windows offers a few different ways to force them to close so you can continue to get your work done.

Apps generally run fine on Windows 11 without issues; however, they can freeze or get stuck for various reasons. For example, a faulty Windows update or a poor internet connection could cause it to freeze.

Luckily, there are several methods you can use to force close unresponsive apps on Windows 11. Methods as below.

How to force close an unresponsive app on Windows 11 using keyboard shortcuts

You can force close an app by using a keyboard shortcut, using Task Manager, or PowerShell terminal.

To use keyboard shortcuts to force an app to close on Windows 11:

  1. Click the title bar of an unresponsive app. 如何在 Windows 11 上强制关闭无响应的应用程序
  2. After selecting an unresponsive application, press the Alt F4 keyboard combination to force close the application.
    NOTE: The app should close and you will not receive any other notifications. Also, depending on your keyboard, you can use the Alt Fn F4 keyboard combination.

How to use Task Manager to close unresponsive apps on Windows 11

If the keyboard shortcuts shown above don't work, or you want to use a different method, use Tasks Manager.

To force close an unresponsive application on Windows 11 using Task Manager:

  1. Right-click the Start button , and then select "Task Manager" from the menu. 如何在 Windows 11 上强制关闭无响应的应用程序
  2. Select the Processes option, right-click the application or process causing the problem, and click End Task from the menu. 如何在 Windows 11 上强制关闭无响应的应用程序
  3. You can also click on the unresponsive application and select the End Task option from the top of the Task Manager. 如何在 Windows 11 上强制关闭无响应的应用程序

Stuck and frozen processes or applications should end and the application will be closed on the desktop. After that, you can launch the app again and see if it works.

How to force close an unresponsive app via Settings on Windows 11:

Another way to force close an app on Windows 11 is to use the Settings app.

To turn off frozen apps on Windows 11 via settings:

  1. Click the Start button or press Windows key and launch "Settings" . 如何在 Windows 11 上强制关闭无响应的应用程序
  2. Click on the application in the left panel and select the Installed Applications option on the right side. 如何在 Windows 11 上强制关闭无响应的应用程序
  3. Enter the name of the problematic app in the search field. Click the
  4. three-dot button next to it and select Advanced options. 如何在 Windows 11 上强制关闭无响应的应用程序
  5. Scroll down to near the bottom and click "
  6. TERM". You won't see a notification when you click the "TERM" button; the app will simply be closed. 如何在 Windows 11 上强制关闭无响应的应用程序
How to force close an application via PowerShell on Windows 11

In addition to the above options, you can also force close an application via the PowerShell Terminal. If you prefer using the command line, this is a good choice.

The same steps also apply to newer Windows Terminals.

To force close an unresponsive application via PowerShell:

  1. Open the "Start" menu.
  2. Search for PowerShell and select the Run as administrator option on the right. 如何在 Windows 11 上强制关闭无响应的应用程序
  3. Run the following command and press Enter:
    Get-Process
    Copy after login

    如何在 Windows 11 上强制关闭无响应的应用程序

  4. The PowerShell screen will display a long list of applications and process. Run the following command and press Enter key.
    1. Stop-Process -Name ProcessName
      Copy after login

The "process name" in the above command is the name of the application as it was displayed on the previous screen. So for example, here I want to end VLC, so the command would read:

Stop-Process -Name vlc
Copy after login

如何在 Windows 11 上强制关闭无响应的应用程序

Windows 11 Application Troubleshooting

Full on Windows 11 Leveraging your apps is crucial, but sometimes they come into play. If an application freezes or becomes unresponsive, using one of the solutions above will get you back to normal. After force closing unresponsive apps on Windows 11, you can restart them and hope they work fine. If not, you will need to do further troubleshooting.

If you enable the Archive Apps feature, Windows will uninstall rarely used Microsoft Store apps. It helps save bandwidth and system resources. Additionally, if you want to have a specific app ready to go, learn how to launch apps during Windows 11 startup.

The above is the detailed content of How to force close unresponsive apps on Windows 11. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

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

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

Java Tutorial
1659
14
PHP Tutorial
1258
29
C# Tutorial
1232
24
How to run a JAR file on Windows 11 or 10 How to run a JAR file on Windows 11 or 10 May 12, 2023 pm 06:34 PM

Windows 11 is capable of running a large number of file types with or without external third-party applications. Not only does it allow you to perform numerous tasks from the comfort of your PC, but it also ensures that you can take advantage of your PC's raw capabilities. Today, we'll take a look at a complex file type—jar—and tell you how to open it on your Windows 11 or Windows 10 PC. What is a jar file? jar is an archive package format that may or may not contain an executable Java program. These archives can contain Java applications or source code, which can then be used to compile and run applications without having to write separate code for each application. You can use various methods

How to disable driver signature enforcement in Windows 11 How to disable driver signature enforcement in Windows 11 May 20, 2023 pm 02:17 PM

Microsoft has built several security features into Windows to ensure your PC remains secure. One of them is driver signature enforcement in Windows 11. When this feature is enabled, it ensures that only drivers digitally signed by Microsoft can be installed on the system. This helps most of the users to a great extent as it protects them. But there is a downside to enabling driver signature enforcement. Suppose you find a driver that works for your device, but it is not signed by Microsoft, although it is completely safe. But you won't be able to install it. Therefore, you must know how to disable driver signing in Windows 11

4 Ways to Enable or Disable Microsoft Store on Windows 11 or 10 4 Ways to Enable or Disable Microsoft Store on Windows 11 or 10 May 14, 2023 am 10:46 AM

Here are some possible reasons why you need to disable Microsoft Store: Stop unwanted notifications. Preserves data by limiting the background processes of the Microsoft Store to improve security or privacy Addresses some issues related to the Store or the apps it installs. Restrict children, family members, or other users from downloading applications without permission. Steps to Disable or Enable Windows Store Before following this tutorial, disabling the Microsoft Store will also stop the installation of any apps that require its services. To use the store, users need to enable its service in the same way as blocking it. 1. Block WindowsStore background service Let us from restricting Microsoft Store as

How to fix Windows 11 activation error 0xc004c060 How to fix Windows 11 activation error 0xc004c060 May 17, 2023 pm 08:47 PM

Why am I encountering Windows 11 activation error 0xc004c060? First make sure you are using genuine Windows and that the license key is valid. Also, check if it was obtained from an official source and if the key is suitable for the installed OS version. If there is an issue with any of these, you may encounter Windows 11 activation error 0xc004c060. So be sure to verify these and if you find everything is in order, move on to the next section. If you obtained the key through unreliable means or believe that the installed copy is a pirated version, you will need to purchase a valid key from Microsoft. In addition to this, misconfigured settings, missing

How to fix runtime error 339 on Windows 11/10 How to fix runtime error 339 on Windows 11/10 May 13, 2023 pm 11:22 PM

There can be several reasons why runtime error 339 occurs when running a program. Some of them may be that some ocx or dll files are missing, damaged or the dll or ocx is not registered. This would be an annoying experience for the smooth execution of the application. Here are some of the possible error messages you may see for Runtime Error 339 Error – Runtime Error 339: Component DUZOCX32.OCX is not registered correctly or the file is missing. Error – Runtime Error 339. Component MSMASK32.ocx or one of its dependencies is not registered correctly; the file is missing or invalid. Error – Runtime Error '339': Component 'FM20.DLL' or one of its dependencies was not correctly noted

0x80010105: How to fix this Windows update error 0x80010105: How to fix this Windows update error May 17, 2023 pm 05:44 PM

Microsoft regularly releases Windows updates to improve functionality or increase the security of the operating system. You can ignore some of these updates, but it's important to always install security updates. While installing these updates, you may encounter error code; 0x80010105. An unstable connection usually causes most update errors, and once the connection is reestablished you're good to go. However, some require more technical troubleshooting, such as the 0x80010105 error, which is what we will see in this article. What causes WindowsUpdate error 0x80010105? This error may occur if your computer has not been updated in a while. Some users may have permanently disabled W for their reasons

How to disable core parking on Windows 10 How to disable core parking on Windows 10 May 16, 2023 pm 01:07 PM

If you are a Windows user and want to disable the core parking functionality in your system, this article will guide you through the process. What is core parking? The core parking function is a power saving mechanism. It puts some of your processors into a sleep mode that doesn't perform any tasks and consumes very little or no power. This helps reduce energy consumption and therefore heat in the system. These cores are unparked when needed. Few users need to disable this feature, especially gamers. Disabling this feature will improve your system performance. Disable Windows Core Parking using Windows Registry Editor Step 1: Use Windows + R keys simultaneously to open the run prompt. Step 2: At the run prompt

How to disable display scaling for high DPI settings in Windows 11 or 10 How to disable display scaling for high DPI settings in Windows 11 or 10 May 22, 2023 pm 10:11 PM

The default display scaling feature on Windows 10 or later is a core component of the Windows operating system. But sometimes, this feature of certain apps can cause compatibility issues, unreadable text, blurry logos, and ultimately, app crashes. This can be a huge headache if you're dealing with 2160p or higher resolutions. There are many ways to disable the default display scaling feature on high DPI settings. We've selected the best ones and detailed step-by-step instructions for each process. How to Disable Display Scaling on High DPI Settings There is a way, all you have to do is disable high DPI scaling for a single application, and there is a way to do it for the entire Window