How to hide winform exe name from taskmanager process list using c#.net 2.0
- by user342777
I have created one winform application that will be run in background so I want to hide that application from being listed in Task Manager Processlist.
any help would be appriciated.