Hide process from Process bar of the Taskmanager (W2K)

Printed from http://www.compatdb.org/support/topics/112978_hide_process_from_process_bar_of_the_taskmanager_w2k.html

Hide process from Process bar of the Taskmanager (W2K) - 10/18/02 06:35 AM

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........

Thank you
Jinglebells......

Re: Hide process from Process bar of the Taskmanager (W2K) - 10/18/02 07:35 AM

What type of program are you trying to create?

Re: Hide process from Process bar of the Taskmanager (W2K) - 10/18/02 09:42 AM

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...

Re: Hide process from Process bar of the Taskmanager (W2K) - 10/18/02 12:12 PM

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.

Re: Hide process from Process bar of the Taskmanager (W2K) - 10/18/02 06:57 PM

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....

Thanking you
Jinglebells

Re: Hide process from Process bar of the Taskmanager (W2K) - 10/19/02 01:22 AM

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.

Re: Hide process from Process bar of the Taskmanager (W2K) - 10/19/02 02:10 AM

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...

Re: Hide process from Process bar of the Taskmanager (W2K) - 10/19/02 09:27 AM

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 .......

Thanking you
jinglebells....

Re: Hide process from Process bar of the Taskmanager (W2K) - 10/20/02 07:12 AM

Well I looked in here:
"Start" --> "Programs" --> "Administrative Tools" --> "Local Security Policy"

But I couldn't find such an option frown. Sorry guy. Maybe somebody who has an Admin background will help you.
-Christian

Re: Hide process from Process bar of the Taskmanager (W2K) - 10/20/02 07:51 AM

frown frown shocked frown frown shocked frown frown shocked frown frown shocked Plzzz give me 1 way Plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz.....

Re: Hide process from Process bar of the Taskmanager (W2K) - 10/20/02 07:54 AM

What do you mean man? I just told you "I DON'T KNOW HOW!".

Re: Hide process from Process bar of the Taskmanager (W2K) - 10/20/02 08:02 AM

Why don't you post your question at Windrivers.com I think they'll a bit mor networking savvy then us Compatiblity folks smile.
-Christian

Re: Hide process from Process bar of the Taskmanager (W2K) - 10/18/07 03:21 PM

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 (-:

Yes, it's free!

www.winPadlock.co.nr
www.winPadlock.uni.cc

Re: Hide process from Process bar of the Taskmanager (W2K) - 10/18/07 04:23 PM

This still sounds fishy to me...

Re: Hide process from Process bar of the Taskmanager (W2K) - 10/18/07 06:14 PM

Wow, ancient thread laugh
20/10/2002.

(And Icesword sees it:
)

Re: Hide process from Process bar of the Taskmanager (W2K) - 10/22/07 12:38 AM