I have a Team Speak 3 server and I want it to run as a service, so that it's in the background and running at startup. I did use a program called FireDaemon, but it was only a trial and I hate the idea of having another program running in the background to run this program.
I used Sc.exe (included with Windows) to create the service, and it is there, however I can not run it. I get an error saying it did not start in a timely fashion...
[img]http://uppix.com/f-services4b36b1da000247aa.png[/img]
[img]http://uppix.com/f-registry4b36b243000247ab.png[/img]
[img]http://uppix.com/f-registry24b36b2e9000247ae.png[/img]
This is what I used to create it.
[code]Sc create TeamspeakServer binPath= "C:\Program Files\TeamSpeak 3 Client\SERVER\ts3server_win32.exe" start= auto DisplayName= "TS Serv"[/code]
Can't you just add a shortcut to Teamsoeak and shove the shortcut in your startup folder, making it run at startup?
Suggest you use: [url]http://support.microsoft.com/kb/137890[/url]
[QUOTE=Dr Egg;19229728]Can't you just add a shortcut to Teamsoeak and shove the shortcut in your startup folder, making it run at startup?[/QUOTE]
That will not make it start before login.
Sorry, you need to Log In to post a reply to this thread.