Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Jul : hide my program process from windows task manager
| Subject: | hide my program process from windows task manager |
| Posted by: | "Carlo Garcia" (carlo..@hotmail.com) |
| Date: | Sun, 22 Jul 2007 15:09:14 |
Hi, i'm tring to hide my program from windows task manager, preventing any
user can stop it.
I'm using:
RegisterServiceProcess(GetCurrentProcessID, RSPSIMPLESERVICE);
But only works on Win9x
Are there any other way to do it on Win XP/Vista ?
Thanks in advance !