
| Last Modification: December 11, 1999 |
How can I hide my app from the System Task List?
The answer depends on the operating system. On Win9x, where the task list is
the one shown by pressing Ctrl-Alt-Del, you can hide your application by
registering it as a Service, via the RegisterServiceProcess() api. On NT,
however, it's impossible.