PDA

View Full Version : Server Registration


craigwf
07-03-2005, 06:13 PM
I registered the program by typing "ventrilo_svc -i" but would like to know how I can stop the service from running at startup (it doesn't appear in msconfig). Hopefully someone can tell me what registry setting to edit to accomplish this. The reason I desire this is because my computer does not acquire an IP address until well after the pc is booted. I have DSL with a very dynamic IP (it changes at every reboot). Since the service now starts without an active internet connection, I have to first "net stop ventrilo" and then "net start ventrilo" after I have acquired an IP. Thanks folks.

mjgraf
07-03-2005, 08:10 PM
in Services look for Ventrilo and set it to Manual. You can then create a bat file with `net start ventrilo` to start the service whenever you want.