views:

208

answers:

1

I am using "LVM_GETITEMTEXT" and "LVM_DELETEITEM" on SendMessage() for trying to delete or hide specific .exe from task manager. But its not hide specific .exe. But i am getting the specific .exe name ReadProcessMemory().But after that the specific .exe is not hiding.Can u tell how can i do so that the specific appilication will hide or pls give some sample code which can help me to hide specific appilication.

A: 

This is a duplicate question to you last one:

http://stackoverflow.com/questions/1558292/how-to-hide-windows-service-from-task-manager-in-windwos-desktop/1558490#1558490

Just becuase you didn't like the answer there's no point in asking it twice, but with different wording.

ChrisBD
Because i am getting one sample apppilication which can hide all process from task managaer .
Kamal
So you're saying that you have an application already, that hides processes from task manager? Is this program available for general inspection?
ChrisBD