I would be interested to hear why on earth you want to do this, but as far as I know, you cannot hide a process from Windows - otherwise all the malware authors would be using such a technique to hide their viruses and spyware.
If your issue has been solved, please use the "Mark as Solution" link on the most relevant thread.
to hide processes from the task manager and the normal API, however you must have the "REAL" source code, and not just a wise script that is compiled. Another possibility would be to create a dll "HOOK" that explicitly intercepts such calls that display information in for example the Task Manager. I suspect however this technique will be beyond your capabilites if you ask this type of question on this forum. If you are still interested, a good starting point is www.codeproject.com
Don't think you can do this
I would be interested to hear why on earth you want to do this, but as far as I know, you cannot hide a process from Windows - otherwise all the malware authors would be using such a technique to hide their viruses and spyware.
If your issue has been solved, please use the "Mark as Solution" link on the most relevant thread.
It is possible
to hide processes from the task manager and the normal API, however you must have the "REAL" source code, and not just a wise script that is compiled. Another possibility would be to create a dll "HOOK" that explicitly intercepts such calls that display information in for example the Task Manager. I suspect however this technique will be beyond your capabilites if you ask this type of question on this forum. If you are still interested, a good starting point is www.codeproject.com
Cheers
Phil
Thanks mate, for
Thanks mate,
for encouraging, I will go through codeproject.com
I dont know how IMPOSEBLE spells
Try here...
www.codeproject.com/KB/system/hide-driver.aspx
Cheers
Phil
Would you like to reply?
Login or Register to post your comment.