is there easier way how i can hide my process under windows XP
Main Topics
Browse All Topicshow i can made that my programm can't close jusing windows XP taks meneger and pressing "end process"
if we do "end process" of some tasks, then windows shoe "Unable to tarminate process"
I want the same effect in my programm... (in windows XP)
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi,
I've recently answered this question in http://www.experts-exchang
Markus
PS: You have to give me your word that you won't write an virus, trojan, ... !!!
it is realy true that i don't want to write some damaging program such us wirus or trajan, it is past ;)
i am writting program to control what processies are running under computer.
can you give me advice how i can send all information about running processies (when application start, when end) to other computer (server) to store it in database ???
Hi,
it's not possible to hide your program from the windows task manager, but you can disable killing the process by writing a service application. There are several Howtos in the internet, or you can just go -> Delphi -> File -> New -> Service Application. If you've compiled your service you've to install it like following: project1.exe/install, to remore it : project1.exe /uninstall, if you've installed the service it can start every windows logn, if you want to.
Business Accounts
Answer for Membership
by: hippydazPosted on 2003-11-19 at 16:34:56ID: 9783818
Basically, you cant. (as far as im aware....)
The processes that you cant cancel fall in two types:
Windows operating system related (system idle process for example[1])
Ones that have "crashed" or are taking huge chunks of memory. These may come up with a "unable to terminate", but they will be terminatable given enough time/whatever.
The reason for this is so some snot nosed little kid doesnt write a virus that just puts itself into the startup menu, then lock up the computer as soon as it runs.
If you REALLY want to mess up your computer, there are easier ways. And if you want to mess someone elses computer up, you need a slap.
[1] Yeah. I know its not really a process.