|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
|||
|
|||
|
selective startup based on login
how do i go about having certain apps or services run at startup based on the login?
for example if i login as myself the normal stuff will load, but if i login as a developer then iis, sql server, etc will startup but nothing else...thanks, rob |
|
#2
|
||||
|
||||
|
I don't hink you can configure the service itself to start depending on who's logging in. But an alternative could be to create some scripts to start/stop those services. Then you would have to set those services to startup manually, and when you log in as developer, create a script with net start IIS, net start SQL etc, and place it in your startup folder. You might also wanna throw in a few net stop service in that script as well...
And have another similar script which starts/stops services when you log in as a normal user... //NoXcuz
__________________
UN*X is sexy! who | grep -i blonde | date; cd ~; unzip; touch; strip; finger; mount; gasp; yes; uptime; umount; sleep |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Windows Help > selective startup based on login |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|