Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,

I am working on a project where according to my requirement I need to hide a process from task manager.

I asked this question before and got suggestion that it’s not possible. If anyone knows to does this please help?

What I want to do is if I can disguise the process to explorer.exe or some other process name dynamically? Can I change process name dynamically?

If you have any alternate suggestions to solve this requirement please feel free and help with you suggestions.

Thanks
Posted

 
Share this answer
 
Comments
RaviRanjanKr 4-Jun-11 13:31pm    
Nice Link, My 5 :)
Monjurul Habib 4-Jun-11 16:40pm    
thank you.
sunder.tinwar 5-Jun-11 4:35am    
sorry Monjurul, The solutions what you gave is not at all useful for me.Why should I use that approach when I have this.Text=Application.ProductName;

My requirement is in taskmanager the process name should be visible to x.exe to y.ext
Change the .exe name to svchost.exe and have it startup with a parameter like
"-k LocalServiceProvider"

Take a look at the Task Manager and see how many svchosts.exe that are running.
Svchost.exe is a generic host process name for services that run from dynamic-link libraries (DLLs).
 
Share this answer
 
Comments
sunder.tinwar 4-Jun-11 9:41am    
can you give some example by coding c# thats what I am plaining to do but no idea.
Kim Togo 4-Jun-11 15:54pm    
There is no code example. Just rename you program .exe file to svchost.exe.

myprogram.exe, rename to svchost.exe.

When the program run, it will list as "svchost.exe" under Task Manager.
sunder.tinwar 5-Jun-11 4:42am    
How can i change a exe name while its running?
sunder.tinwar 4-Jun-11 10:00am    
hey kim thanks for reply...can you provide some example for reference of any link
sunder.tinwar 5-Jun-11 4:41am    
hey kim..what i asked is dynamically change the name. How can i change a exe name while its running?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900