Examples of unclosable computer programs
December 2, 2007 5:08 PM   RSS feed for this thread Subscribe

I'm looking for examples of legitimate, non-malware programs that do not allow the user to close them in any normal way.

There is no way to close a minor system utility included with a PC I recently got. It's a basic self-help type program. The normal close button is there, but it minimizes the program to the tray. No right-click option to close it is available. I have confirmed with the manufacturer that this is the expected behavior.

I'm wondering if there are other examples of this sort of design out there. Doesn't have to be a utility, any sort of program for OSX or Windows.

As an aside, even Task Manager can't close the program--I think the program has been hardened to resist that in the way some antivirus programs are.
posted by aerotive to computers & internet (11 comments total) 1 user marked this as a favorite
Almost any form of Kiosk software would fall under this category.
posted by SansPoint at 5:39 PM on December 2, 2007


When I was in college there was a program on the computers to reset any changes users had made on each boot. This includes wiping installed programs (that hadn't been installed with the program's password by the IT dept), and wiping saved files. The program had something to do with ice or freeze in its name... something like FreezeBoot or similar. Anyways, you couldn't disable or close it.
posted by IndigoRain at 5:41 PM on December 2, 2007


IndigoRain, I think you're thinking of DeepFreeze.
posted by JaredSeth at 5:44 PM on December 2, 2007


Oh and there are a few programs that we load on our PCs at work that users can't close, but on a home computer? If you're running as an administrator, I'd think you'd be able to use MSCONFIG to prevent it loading at startup, whether it's an application or service.
posted by JaredSeth at 5:47 PM on December 2, 2007


Those are legit examples but not for a personally owned PC. If it is your PC (owned, not loaned or leased) you get to control what it runs and what it doesn't. This sounds pretty bogus to me and I'd get it purged. Try booting into safe mode and renaming the offending executable or DLL.
posted by chairface at 5:47 PM on December 2, 2007


Terminate and Stay Resident programs fit this description.

In NT-based systems, like 2000, XP, Vista, and so on, you can run a program as a system service. It will not show up in the taskbar, but will be listed in the processes. If you want to prevent it from being easily shut down, you can run it as the system account. There are methods to run your own program as a system service. Cygwin offers a couple of methods to do this with shell scripts, cron jobs, etc.
posted by odinsdream at 5:51 PM on December 2, 2007


Ah, is your question about the theoretical, or about this particular program you've mentioned? You can definitely disable the program. I frequently make use of StartupList to examine the programs that get loaded at boot.
posted by odinsdream at 5:53 PM on December 2, 2007


Symantec's stuff (Norton Anti-Virus) is a total pain to kill off.
posted by aeschenkarnos at 7:35 PM on December 2, 2007


JaredSeth: "IndigoRain, I think you're thinking of DeepFreeze."

That's it, thanks.

posted by IndigoRain at 7:57 PM on December 2, 2007


the game dwarf fortress won't let you close unless you save. I think you can stop the process, but clicking the red X gets you nowhere, as a way to keep the player from abusing save states.
posted by nautone at 12:36 AM on December 3, 2007


Systems control programs (for factories, research, etc.) often have an option to remove or disable the exit & minimize buttons, to keep operators from accidentally (or purposely!) closing the control screens.

Usually you can kill these programs from the Task Manager, though, assuming you have admin rights... which, of course, the operators aren't supposed to have. :)
posted by vorfeed at 2:11 PM on December 3, 2007


« Older Can a plastic surgeon just mak...   |   I've installed Mac OS Leopard.... Newer »
This thread is closed to new comments.