Jump to content

Why is there a difference between right clicking an open nonresponsive tab and choosing "close window" vs. ending the process in Task Manager? When a game crashes the first option never works but the second works in under a second. Shouldn't they be doing the exact same thing?

Link to comment
https://linustechtips.com/topic/1508299-shutting-down-programs-in-windows/
Share on other sites

Link to post
Share on other sites

The point of ending the process in task manager is to allow you to close programs that don’t close when you click the x as described.

My PC Specs: (expand to view)

 

 

Main Gaming Machine

CPU:  Intel Core i7-14700K
CPU Cooler: Deepcool LT720
Motherboard: MSI PRO Z790-P WIFI
Memory: G.Skill Trident Z5 RGB 32 GB (2 x 16 GB) DDR5-6400

Storage 1: Samsung 990 Pro 2 TB

Storage 2: Crucial P3 Plus 4 TB
Video Card: EVGA XC3 ULTRA GAMING GeForce RTX 3080 10GB

Power Supply: Corsair RM850 850W
Case: Corsair 7000D Airflow
Case Fan 140mm: Noctua A14 PWM 82.5 CFM 140 mm (x7)
Monitor Main: MSI G274QPF-QD 27.0" 2560 x 1440 170 Hz
Monitor Vertical: Asus VA27EHE 27.0" 1920x1080 75 Hz

Link to post
Share on other sites

1 hour ago, Aileron said:

Why is there a difference between right clicking an open nonresponsive tab and choosing "close window" vs. ending the process in Task Manager?

Clicking on close "asks" the program to close itself (by sending a "close" command to its message queue). This allows the process to perform whatever is necessary to shut down cleanly. Ending the process kills it immediately.

 

If a program is non-responsive the first option will no longer work, because the program is in a state where it has stopped processing its message queue (this is also how Windows determines that it is non-responsive). At some point Windows should ask you if you want to force quit the program, which will then terminate the process like task manager does.

Remember to either quote or @mention others, so they are notified of your reply

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×