I've got a program that I want to hide from CTRL-ALT-DEL, and can use the RegisterServiceProcess for Win9x. This API is unsupported in NT though.
Does anyone know of an NT equivalent API, or another way of hiding a program under NT?
Printable View
I've got a program that I want to hide from CTRL-ALT-DEL, and can use the RegisterServiceProcess for Win9x. This API is unsupported in NT though.
Does anyone know of an NT equivalent API, or another way of hiding a program under NT?
There is no NT API equivelent, but you can try these tricks
http://www.vbforums.com/showthread.p...t=task+manager
Thanks Chris, I'll have a think about the alternatives. :)