-
i would like to know what happens when one registers a program as a service ( it hides it from ctrl alt del list ) ...
but is there any oter effect and should someone call this function each time the program runs or only once ????
- regards -
- razzaj -
-
Service is a prog. that is loaded everytime windows is booted.. except if it is RunServicesOnce..
Effects:
it runs in the background without anything visible.. (normally)... so you could do progs that scan if some program is started or something with it being service...
hope that explains little
------------------
-Matti Kiviranta
AyS of AyS Systems
Move yourrr body
"Eiffel65 - Move your body"
-
... well .. are u saying that if the first time i run the program i call makemeservice
the program should run automatically each time i start windows???