Why does Task Manager force-close applications more effectively (Windows 10)?

933 views

When an application isn’t responding, the obvious response is to attempt to close it with the red “X” in the top right corner of the application window, but often if the app is frozen or otherwise unresponsive, that button is likewise unresponsive and accomplishes nothing. At this point, you might try to right click on the app icon in the taskbar and select “Close Window”, which (in my experience) seems to work more often than the red X does. However, sometimes neither of those solutions does anything at all and the only option left is to open Task Manager and instruct Task Manager to shut down the process, which typically works immediately. So why the hell doesn’t Windows just run whatever script is executed by Task Manager when I press the red X or select “Close Window”? Why are there three seemingly unique approaches to ending a process with varying levels of success when the developers of Windows are clearly fully capable of designing one which works in all cases?

In: Technology

12 Answers

Anonymous 0 Comments

Close window closes/terminates the processing tree/requests/PIDs. When you go straight to the Task Manager 90% of the time you’re going to have some sort of reputable session so the account just pregs off of your permissions.

Like, if you were running an app in windows 10 as an admin and try to close it, it’ll reject because it reflects the binaries of your REG files.

Basically, like was said… It’s like clicking the “x” is saying close from some persistence due to the processing. However, when you’re the teacher and you click the “x” you know damn well every PID better stop immediately. 😂

It’s confusing to explain. Gotta understand the layers to understand it.

You are viewing 1 out of 12 answers, click here to view all answers.