|
|
|
#1
|
|||
|
|||
|
Windows and Services
I have a program that I want to run every time Windows (XP Home) starts up, even if no one has logged in. Does such a program have be written to be a service, or is it possible to simply identify a program as a service for this to happen?
|
| Advertisements | |
|
|
|
|
#2
|
|||
|
|||
|
#3
|
|||
|
|||
|
Quote:
I want a program to start when the machine starts, before anyone logs in. |
|
#4
|
|||
|
|||
|
Wiki actually has a pretty decent article on Windows services. The external links should help to get you started.
|
|
#5
|
|||
|
|||
|
http://www.gamedev.net/reference/art...rticle1899.asp
Seems to require some knowledge of programming. |
|
#6
|
|||
|
|||
|
Quote:
I sit corrected. How about: http://www.nirsoft.net/utils/strun.html http://www.mlin.net/StartupCPL.shtml |
|
#7
|
|||
|
|||
|
As ultrafilter's wiki link points out, you can create a service using Microsoft-published tools by following the steps in this Knowledge Base article.
The article was written for the Windows NT version of the utilities, but you can get newer ones in the Server 2003 Resource Kit Tools. Note that you don't have to install the package; the individual tools can be extracted with any unzipping program. Not all programs will run correctly as services, and may require a lot of tweaking to get right. |
|
#8
|
|||
|
|||
|
You have to create it as a service. There are some good books on it, with some good examples on Amazon.
I have recently had to create several services for a project at work. I used Borland Builder, which provides a very nice class wrapper for it. |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|