Hide a process from task manager

Is there any way I can hide my Win32 MFC based program from task manager or maybe make it appear as a system process or service ?
closed account (13bSLyTq)
That would require significant malicious-like features to be incorporated -

- Detouring
- Injection

Look at NtQuerySystemInformation or ZwQuerySystemInformation.
Topic archived. No new replies allowed.