Home
> How Can Task Manager In Windows Or Force Close In Macos Close Frozen, Suspended And Instantly Unresponsive Programs? What Do They Do Different From Clicking The X Button In The Corner?
Question
How can Task Manager in Windows or Force Close in macOS close frozen, suspended and instantly unresponsive programs? What do they do different from clicking the X button in the corner?
Reply
Because it executes a KILL.
Just as on Linux you can do it via terminal, on Windows and MacOS it does exactly the same thing, only it does it underneath and you don't see the command.
The KILL command removes all traces of the application from RAM. Different from the X button in the corner, which performs a controlled shutdown, writes system logs, updates the execution log, etc.