I'm running an IIS SMTP server in Windows 2008 R2 and it can be started manually. However, if I need to restart the system, I must manually start the SMTP server.

Is there a way for it to start automatically on boot?

Thanks

link|improve this question
feedback

2 Answers

Open the run dialog on the server, and enter services.msc. Locate the SMTP service, right click, choose Properties and set the service to Automatic. From now on, it will start at boot

link|improve this answer
There is no SMTP service... – user79537 Apr 26 '11 at 18:35
feedback

Scheduled Tasks, Run on boot. That's will accomplish what you're looking for.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.