Windows XP Services question

AdLo

Expert Member
Joined
Dec 15, 2004
Messages
1,190
Reaction score
3
Location
South Africa
I want to start windows services (not programs) dependant on which user I am logged in as.
Unfortunately the loading of Windows XP services isn't user spesific (installation can be installed under a spesific user but is started for all users when logging in)

I know I can go into Service Manager to start and stop services myself but some of the software on my PC uses up to 12 windows services so this method is too time consuming. A program that is able to group different services together and let you start it manually is another option that would be nice to have.

Does anyone know if there any programs that can help me?
 
you could just write a batch file with the commands
net start/stop "Service Name"
for each service
 
mirco30za said:
you could just write a batch file with the commands
net start/stop "Service Name"
for each service

I second that. Its by far the easiest way of starting multiple services.
 
Top
Sign up to the MyBroadband newsletter
X