Hide process from Process bar of the Taskmanager (W2K)
I am making an application in Visual Basic and i dont want that process to be displayed in the Process bar... is there a way by which i can hide that process from the process bar by any registry Tweaks or please give me a suggestion in the VB c...
Topic Options
#112978 - 10/18/0206:35 AMHide process from Process bar of the Taskmanager (W2K)
jinglebells
stranger
Registered: 10/14/02
Posts: 8
I am making an application in Visual Basic and i dont want that process to be displayed in the Process bar... is there a way by which i can hide that process from the process bar by any registry Tweaks or please give me a suggestion in the VB codes by which i can hide it from the Process bar of the Task Manager..... I have disabled it from appearing from the Application bar of the Task manager.. but not able to hide from the Process bar... Kindly help me do that........
#112982 - 10/18/0209:42 AMRe: Hide process from Process bar of the Taskmanager (W2K)
CUViper
old hand
Registered: 01/23/00
Posts: 1120
Yes, please give your motives for doing this... the only kind of programs I can think of that would warrant this kind of request would be viruses and trojans...
#112983 - 10/18/0212:12 PMRe: Hide process from Process bar of the Taskmanager (W2K)
Christianb
old hand
Registered: 11/10/01
Posts: 759
It does sound like you're trying to write a virus, or peeping-Tom type application. Basically you have to write a Win2K service and I don't think you can do that with VB. By the way if you're writing something harmful to others get a life. A 6 year-old girl can break an automobile, but it takes a mechanic to fix one. If you're writing that type of app basically I see you as a 6 year old girl having a temper tantrum. Remember just because you can doesn't mean you should.
#113002 - 10/18/0206:57 PMRe: Hide process from Process bar of the Taskmanager (W2K)
jinglebells
stranger
Registered: 10/14/02
Posts: 8
Hey Buddies ...
I am not trying to make any virus nor any trogen... I just made a software thats used in a Browsing center ( a cyber cafe ) My software works perfectly but the only drawback is that any user can end task the software without me knowing and continues to browse without being traced and can load it back some time before he logs out ... Naturally I loose my money I dont want the customers to end that particular task .. but they should be able to end the task which is not responding.... so i am not looking for disabling the Taskmanager.... I have got the VB code to hide it from the Application bar but not able to hide it from the Process bar.. Plzz do help me to solve that problem ... I have 12 computers and i know What Viruses do and they have infected my computers several times..... and now when the customers are doing this what am i supporsed to do... ? Plzz help me and i swear that this knowledge wont be used for any thing illegal Nor give problems to others....
#113027 - 10/19/0201:22 AMRe: Hide process from Process bar of the Taskmanager (W2K)
Christianb
old hand
Registered: 11/10/01
Posts: 759
Actually what you need to create is a security measure whereby they are unable to end that particular task. I don't know how to do it, because I've never had to, but that's the deal. Another way to conceal your application is to name it the same as a normal windows process that typically has multiple instances running so it won't seem unusual or you could name it as something that sounds like a driver, like ATITask or something.
#113031 - 10/19/0202:10 AMRe: Hide process from Process bar of the Taskmanager (W2K)
CUViper
old hand
Registered: 01/23/00
Posts: 1120
I wasn't trying to attack you - but you gotta admit that what you are trying to do sounded suspicious at first...
As Christianb said, you should really look at getting your security settings down tight, rather than trying to hide it. Even if you do manage to hide it from task manager, there are other ways to find and kill a process. If the security settings prohibit it though, they are stuck...
#113046 - 10/19/0209:27 AMRe: Hide process from Process bar of the Taskmanager (W2K)
jinglebells
stranger
Registered: 10/14/02
Posts: 8
Ok .. I agree that we can tighten the security ... Plzz tell me 1 way that gives security to that particular application and can be disabled to end task of that particular process and so that None of my customers can end that process.... Plzz do help me .......
#178897 - 10/18/0703:21 PMRe: Hide process from Process bar of the Taskmanager (W2K)
deepski
stranger
Registered: 10/18/07
Posts: 1
Hide process? Yes it's possible in VB6!
sub command1_click() padlock.hideMyProcess end sub
That's it! Your process in now invisible! Your prog won't show up in "windows task manager", "sysInternals proc monitor", or other similar utils. Totally gone! Bye bye end task (-: