Original Post
Hi there! I'm looking for ways to hide a process from the "task manager" (for security purposes only) C#/C++. I found this API function "RegisterServiceProcess" that is supposed to do the deed but I get this error saying That the entry point could not be found in kernel32.dll where it is supposed to be... please help :)