Windows PCのアプリが応答しなくなった場合、実行する必要があるのは1つだけです。それは、アプリを強制的に終了する必要があるということです。Windowsには、これを行うために利用できるいくつかの方法があります。実行中のソフトウェアがクラッシュして閉じない場合は、Windowsがそれ自体で問題に対処できる可能性があり、アプリを閉じるか再起動するための安全なオプションが提供されます。
特に自動的に閉じないアプリの場合、Windowsで強制終了する方法を知りたい場合は、以下の手順に従う必要があります。
Windowsが応答しないアプリを終了するのを待つ(Wait for Windows to Terminate a Non-Responsive App)
Windows 10でアプリが応答しなくなったら、数秒待ちます。アプリが本当に応答しない場合、Windowsはアプリに回復の機会を与えることで自動的に応答します。アプリウィンドウのタイトルに応答しない(not responding)タグが表示されます。これは、Windowsが(Windows)カウントダウンを開始してアプリを終了していることを示しています。
Windowsがこれを行うための設定された時間はありませんが、通常、実行中のアプリの問題を数秒以内に解決しようとします。これは、アプリを自動的に閉じることを意味する場合があります(アプリが完全にクラッシュした場合)。応答に時間がかかる場合、またはアプリが回復する可能性がある場合は、Windowsが次の手順を決定します。
これには、アプリを強制終了して再起動するか、アプリを閉じて閉じたままにするか、アプリが回復するまでの時間を長くするオプションが含まれます。アプリが大量のシステムメモリを使用していて、しばらくすると回復すると確信している場合は、後者を実行することを決定できます。
選択が完了したら、Windowsが決定を実行する必要があります。ただし、 Windows(Windows)でアプリを強制終了することを選択しても応答しない場合は、より抜本的な対策を講じる必要があります(以下にリストされているような対策)。
キーボードを使用する(Use Your Keyboard)
タスクマネージャー(Task Manager)などの他の方法を使用してアプリを強制終了する前に、キーボードを試してみることをお勧めします。Windowsには、実行中のプログラムを閉じるなどのシステムタスクをすばやく実行するのに役立つキーボードショートカットが長い間含まれています。
試すことができるキーボードショートカットの1つは、Alt + F4. Altキー(Alt)とF4キーの組み合わせは、現在アクティブなウィンドウを終了しようとするようにWindowsに指示します。(Windows)このキーボードコマンドを使用してもアプリが応答しない場合は、上記のセクションにリストされている対策が有効になり、再起動するか、強制終了するか、時間をかけるかを選択できます。
ただし、Alt-F4ショートカットは、実際には応答しないアプリのソリューションではありません。この場合は、別の方法を試す必要があります。
タスクマネージャーを使用してアプリを強制終了する(Force Quit an App Using the Task Manager)
Windows PCで実行されている各プログラム、アプリ、またはシステムサービスは、 Windowsタスクマネージャー(Windows Task Manager)に表示されます。実行中の各プログラムのシステムリソースの使用状況を表示して、応答していないアプリのトラブルシューティングに役立てることができます。
たとえば、アプリが100%のCPU使用率に達した場合、それはおそらくPCハードウェアが処理するにはハードに実行されていることを示します。ありがたいことに、タスクマネージャー(Task Manager)は情報のためだけのものではありません。これを使用して、応答していないアプリを強制終了できます。
- これを行うには、タスクバーを右クリックして、[(Taskbar)タスクマネージャー(Task Manager)]オプションを選択します。
- [タスクマネージャー](Task Manager)ウィンドウで、強制終了するアプリを見つけます。それを右クリックし、[タスクの終了(End Task)]を選択して強制的に終了します。アプリはすぐに閉じる必要がありますが、閉じない場合は、プロセスをもう一度繰り返します。
Powershellターミナルを使用してアプリを強制終了する(Force Quit an App Using a Powershell Terminal)
タスクマネージャー(Task Manager)は、誤ったアプリが完全に応答しなくなったときに強制的に終了させるための最良の方法ですが、別の方法もあります。Windows PowerShellターミナル(Windows PowerShell terminal)に精通している場合は、それを使用して、 taskkillコマンドを使用してWindows上のアプリを強制終了できます。必要に応じて、古いWindowsコマンドラインを使用してこのコマンドを実行することもできます。
- PowerShellターミナルを開くには、 [スタート(Start)]メニューを右クリックし、 [ Windows PowerShell(管理者)(Windows PowerShell (Admin)) ]オプションを選択します。
- PowerShellターミナルウィンドウで、tasklistと入力して(tasklist)、実行中のすべてのプロセスのリストを表示します。アプリを実行可能ファイル名(executable filename)(たとえば、yourphone.exeまたはconhost.exe )と照合して、アプリを見つける必要があります。
- アプリ名を見つけたら、taskkill /im process.exeprocess.exeを、強制終了する予定のアプリの実行可能ファイル名(たとえば、taskkill /im notepad.exe )に置き換えます。
- taskkillコマンドは、アプリを正常に終了させる必要があります(一部の保護されたWindowsサービスを除く)。含まれている場合は、確認のためにターミナルウィンドウに成功メッセージが表示されます。それ以外の場合は、プロセスを繰り返して、プロセス(または他のリンクされたプロセス)を強制的に終了する必要があります。
サードパーティのアプリを使用してアプリを強制終了する(Using Third-Party Apps to Force Quit Apps)
上記の方法が示すように、Windowsにはアプリを強制終了するための多くの方法が含まれています。ただし、アプリを強制的に閉じるためのより迅速な方法が必要な場合は、サードパーティのソリューションを検討する必要があります。
この目的に最適で最もシンプルなサードパーティ製アプリの1つは、SuperF4です。(SuperF4.)Ctrl + Alt + F4 )を使用して、任意のアプリをすぐに強制的に閉じることができます。
これにより、 PowerShell(PowerShell)ターミナルで使用されるtaskkillコマンドの効果が複製され、 Windowsに含まれている(Windows)Alt-F4キーボードコマンドと比較して、より強力なコマンドを使用できるようになります。
- SuperF4を使用するには、最初にダウンロードしてインストールします(download and install it)(または、代わりにポータブルバージョンのアプリをダウンロードして解凍します)。インストールしたら、SuperF4アプリ(またはポータブルディレクトリのSuperF4.exeファイル)を実行して開始します。
- SuperF4はバックグラウンドで実行されますが、タスクバーのシステムトレイアイコンを確認することで、実行されていることを確認できます。自動的に実行する場合は、SuperF4トレイアイコンを右クリックし、[Options > Autostart起動]を選択します。
- SuperF4は、デフォルトでは管理者アクセスでは実行されません。これが無効になっている場合、SuperF4には、すべてのアプリ(特に一部のシステムアプリ)を強制終了する権限がありません。このオプションを指定する場合は、SuperF4トレイアイコンを右クリックして、[昇格]を選択します(Elevate)。これを自動的に有効にするには、[Options > Elevate on autostart [後で自動起動時に昇格]を選択します。
- SuperF4を使用してアプリを強制終了するには、アプリウィンドウがアクティブになっていることを確認してください。ウィンドウがアクティブな状態で、キーボードのCtrl + ALT + F4 を押して、アプリを強制終了します。
応答性の低いWindowsアプリの修正(Fixing Non-Responsive Windows Apps)
これで、 Windows(Windows)で強制終了する方法がわかったので、将来、応答しないアプリの問題をすばやく解決できるはずです。ほとんどのアプリは自動的に終了するはずですが、Windowsがそれらをシャットダウンしない場合は、代わりにタスクマネージャー(Task Manager)、PowerShell 、または(PowerShell)SuperF4などのサードパーティアプリを使用して問題に対処できます。
インストールされたプログラムに問題があることが判明した場合は、それをアンインストールするのが最善の方法です。Windows 10でソフトウェアを削除する(remove software in Windows 10)方法はいくつかありますが、MicrosoftStoreアプリ(removing Microsoft Store apps)を削除するプロセスは少し異なります。インストールしたものがわからない場合は、インストールされているソフトウェアのリストを生成して、(generate a list of installed software)最初に確認できます。
How to Force Quit Apps on Windows
When an app on your Windows PC stops responding, there’s only one thing to do: уou’ll nеed to force it to quit. Windows has a few methods аvailable to let you do this. If running software craѕhes and won’t close, Windows might be able to deal with the problem by itself, giving you a safe oрtiоn to close or rеstart the app.
If you want to know how to force quit on Windows, especially for apps that don’t close automatically, you’ll need to follow the steps below.
Wait for Windows to Terminate a Non-Responsive App
When an app stops responding in Windows 10, give it a few seconds. If the app is truly unresponsive, Windows responds automatically by giving the app the chance to recover. You’ll notice a not responding tag appear in the app window title, which indicates that Windows is beginning the countdown to terminate the app.
There isn’t a set time for Windows to do this, but it’ll usually try to resolve a problem with a running app within a few seconds. This could mean closing the app automatically (if the app crashes completely) or, if it takes longer to respond or there’s a chance the app can recover, Windows will let you decide the next steps.
This includes the option to force quit and restart the app, close it and leave it closed, or allow the app more time to recover. You may decide to do the latter if the app is using a lot of system memory and you’re confident that, after a few moments, it’ll recover.
Once you’ve made your choice, Windows should follow through with your decision. If you choose to force quit an app on Windows and it still doesn’t respond, however, you’ll need to take more drastic measures (like those listed below).
Use Your Keyboard
Before you rush to force quit an app using other methods, such as through Task Manager, you might want to give your keyboard a try. Windows has long included keyboard shortcuts to help you quickly perform system tasks, such as closing a running program.
One keyboard shortcut you could try is Alt + F4. The combination of the Alt and F4 keys instructs Windows to try and terminate the currently active window. If you use this keyboard command and the app still doesn’t respond, the measures listed in the section above should activate, giving you the option to restart, force quit, or give more time.
The Alt-F4 shortcut isn’t a solution for apps that really aren’t responding, however. You’ll need to try another method if this is the case.
Force Quit an App Using the Task Manager
Each program, app, or system service running on your Windows PC will appear in the Windows Task Manager. You can view system resource usage for each running program, helping you to troubleshoot apps that aren’t responding.
For instance, if an app reaches 100% CPU usage, that would indicate that it’s probably running too hard for your PC hardware to handle. Thankfully, the Task Manager isn’t just for information. You can use it to force-quit apps that aren’t responding.
- To do this, right-click the Taskbar and select the Task Manager option.
- In the Task Manager window, locate the app you’re looking to force close. Right-click it, then select End Task to force it to quit. The app should close immediately but, if it doesn’t, repeat the process again.
Force Quit an App Using a Powershell Terminal
The Task Manager is the best way to force an errant app to quit when it stops responding completely, but there are alternatives. If you’re familiar with the Windows PowerShell terminal, you can use it to force quit apps on Windows using the taskkill command. You can also use the old Windows command line to run this command, if you prefer.
- To open a PowerShell terminal, right-click the Start menu and select the Windows PowerShell (Admin) option.
- In the PowerShell terminal window, type tasklist to view a list of all running processes. You’ll need to locate the app by matching it to its executable filename (for instance, yourphone.exe or conhost.exe).
- Once you’ve found the app name, type taskkill /im process.exe, replacing process.exe with the executable filename of the app you’re looking to force quit (for instance, taskkill /im notepad.exe).
- The taskkill command should successfully force the app to quit (except for some protected Windows services). If it does, a success message should appear in the terminal window to confirm. Otherwise, you’ll need to repeat the process to force it (or other linked processes) to quit instead.
Using Third-Party Apps to Force Quit Apps
As the methods above show, Windows includes plenty of methods for force quitting apps. If you want a quicker method for forcing apps to close, however, then you’ll need to look at third-party solutions.
One of the best, and simplest, third-party apps for this purpose is SuperF4. This app has a simple purpose, allowing you to quickly force any app to immediately close using a keyboard shortcut (in this case, Ctrl + Alt + F4).
This replicates the effect of the taskkill command used in the PowerShell terminal, making it a stronger command to use compared to the Alt-F4 keyboard command included in Windows.
- To use SuperF4, download and install it first (or download and unzip the portable version of the app instead). Once installed, run the SuperF4 app (or the SuperF4.exe file in the portable directory) to begin.
- SuperF4 runs in the background, but you can check that it’s running by checking the system tray icons on the taskbar. If you want it to run automatically, right-click the SuperF4 tray icon, then select Options > Autostart.
- SuperF4 doesn’t run with admin access by default. If this is disabled, SuperF4 won’t have the rights to force all apps (especially some system apps) to quit. If you want to give it this option, right-click the SuperF4 tray icon, then select Elevate. To enable this automatically, select Options > Elevate on autostart afterwards.
- To force-quit an app using SuperF4, make sure the app window is active. With the window active, press Ctrl + ALT + F4 on your keyboard to force the app to quit.
Fixing Non-Responsive Windows Apps
Now you know how to force quit on Windows, you should be able to quickly resolve issues with non-responsive apps in future. Most apps should quit automatically, but if Windows won’t shut them down, you can use the Task Manager, PowerShell, or a third-party app like SuperF4 to deal with the problem instead.
If an installed program is proving problematic, the best thing to do is to uninstall it. There are a few ways you can remove software in Windows 10, although the process is slightly different for removing Microsoft Store apps. If you don’t know what you have installed, you can generate a list of installed software to review first.