Windows service doesn't start automatically

tich

Member
Joined
Jul 27, 2005
Messages
20
Location
Beirut,Lebanon
Programming Experience
3-5
hi,
i making a windows service that counts the time spent on the internet. i can install the service and start/stop it without any problem. but the service doesn't start on windows startup, even though i told it to start automatically. i open the event viewer and under the "System" tab, i fin the following errors:
1- Timeout (30000 milliseconds) waiting for the Time Counter service to connect.
2- The Time Counter service failed to start due to the following error:
The service did not respond to the start or control request in a timely fashion.
:(
plz help.
thx

 
my friend its has a lot of way for making a service be as your start up !
if u want use thn start up folder make a bat file & then write it on notepad
net start [your service name]
& save it to .bat , put it on ur start up folder . now restart windows !:)
if you want i'll say another ways to make start up serives tell me
have nice day
 
Back
Top