Link to home
Start Free TrialLog in
Avatar of Frozt
Frozt

asked on

Hide Program From Task Manager on Windows XP

Is it possible to hide a programa from the task manager on windows xp ?
Avatar of HACKm
HACKm

Put

   ShowWindow(Application.Handle,SW_HIDE);

on Form1.OnActivate event,...
hi, Frotz
you can hide a program from the task manager on XP only if its a service proccess, but then your program can be seen in the list on administration tools - services
This code from HACKm can hide application from application tab in task manager in windows 2k/XP but application is listed under processes tab in task manager. I am not sure is there any possibility to remove application process form there . I would like to know that too :)
look at this link and see if any of that is useful to you.

https://www.experts-exchange.com/questions/20462490/Prevent-closing-application.html

there are a couple of options, either hide it by pretending it's a different process, or write a service app.
Avatar of Frozt

ASKER

Hello

Yes I know how to hide the program from the Applications tab, I would like to hide it from the processes tab.
maybe using Windows Hook :s
or maybe changing the UserName to System will be cool on processes tab
Avatar of Frozt

ASKER

Hello

Yes I know how to hide the program from the Applications tab, I would like to hide it from the processes tab.
maybe using Windows Hook :s
or maybe changing the UserName to System will be cool on processes tab
As far as I can tell it's not possible to remove the app from the process list, hence I suggested hiding it as svchost. the only other way is to write a service app. I have been looking into this quite a lot recently for me and others on here and cannot find a way to remove it. if you find  a way let me know.
why do you need to remove the process from the list unless writing a virus? if you just want to stop a program being closed I have added the answer to

https://www.experts-exchange.com/questions/20462490/Prevent-closing-application.html 

if you want to remove the app from the process list then I can't help you. please let me know either way :o)
Frozt:
This old question needs to be finalized -- accept an answer, split points, or get a refund.  For information on your options, please click here-> http:/help/closing.jsp#1 
EXPERTS:
Post your closing recommendations!  No comment means you don't care.
i think everything you need in this link
http://www.dwinlock.kassl.de
Wow, Its been a long time since this comment have been visited!

Frozt,
No comment has been added lately (21 days), so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area for this question:

RECOMMENDATION: PAQ/No Refund

-- Please DO NOT accept this comment as an answer ! --

Thanks,

knightmad
EE Cleanup Volunteer

Remember you (all) can object this recommendation if you disagree, just leave a post here explaining why are you objecting and what should be done instead.
Within 7 days probably this thread will be closed, so, hurry up! : )
ASKER CERTIFIED SOLUTION
Avatar of YensidMod
YensidMod

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial