PDA

View Full Version : Items in startup


Razors Edge
2005-04-03, 23:01 PM
I have a 2 things in my startup folder of my windows 2000 server I need to start if the server is ever rebooted for some reason, But for the past week now when my server was rebooted, none of the items would start untill I logon to the server, then they would start. Is thier a way I make this automatic without me logging into the server?

-Razors Edge-

Ron
2005-04-04, 01:57 AM
What you are looking for is a service. Things in the startup folder will only 'startup' when you login because they are located in a user enviroment.

checkout FireDaemon:
http://www.firedaemon.com

flc
2005-04-04, 09:32 AM
You can also try setting up a scheduled task to run At System Startup.

KyleMulligan
2005-04-04, 15:27 PM
If you need it to startup at boot and run in the background perpetually, then the best way is to set it up as a Windows service. This also makes sure it restarts on its own if it ever crashes.

Razors Edge
2005-04-06, 22:23 PM
Thank you everyone for the help. I will get to work on this tonight. Thank you once again.

-Razors Edge-