Services in XP

This is a discussion about Services in XP in the Windows Software category; Is there any way to configure which services start with each user? Here is an example. I have my account, which is admin. I use it for normal use. I would like to create a gaming account where no services start except RPC, Plug & Play and DHCP client.

Windows Software 5498 This topic was started by , . Last reply by ,


data/avatar/default/avatar04.webp

75 Posts
Location -
Joined 2002-07-08
Is there any way to configure which services start with each user?
 
Here is an example.
 
I have my account, which is admin. I use it for normal use. I would like to create a gaming account where no services start except RPC, Plug & Play and DHCP client.
 
Is there a way to do this?
 
Thanks guys.

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Dec 20
Created
Dec 31
Last Response
0
Likes
4 minutes
Read Time
User User User User User User User
Users

Responses to this topic


data/avatar/default/avatar32.webp

266 Posts
Location -
Joined 2001-10-25
Services are designed to be system-wide so it doesn't matter who logs on or if anyone is logged on, they should always load.
 
Also IMHO, if your system is semi-decent, unloading system services won't yield much of a performence gain.

data/avatar/default/avatar12.webp

1915 Posts
Location -
Joined 2000-03-30
I disable any uneccesary services, and only the absolute ones that require XP to run.
 
You can set a lot of them to manual to only start when called on.
 
Probably the best bet

data/avatar/default/avatar04.webp

75 Posts
Location -
Joined 2002-07-08
OP
Thanks guys....I was pretty sure I couldn't do it, but I figured I'd ask the experts....

data/avatar/default/avatar02.webp

2 Posts
Location -
Joined 2002-11-02
Quote:Services are designed to be system-wide so it doesn't matter who logs on or if anyone is logged on, they should always load.

Also IMHO, if your system is semi-decent, unloading system services won't yield much of a performence gain.


I completely disagree; they always should not be loaded. It's more about security -"Champion_R".

The easiest way that I've done this is with a batch file. At www.sysinternals.com -they have a great command-line tool for controlling Services called SC (for XP and Win2k). This nice tool will also pause services (not native from the command line). I have found this tool more useful on Win2k servers, but there is a place for it too on XP systems.

data/avatar/default/avatar02.webp

2 Posts
Location -
Joined 2002-11-02
Quote:Quote:Services are designed to be system-wide so it doesn't matter who logs on or if anyone is logged on, they should always load.

Also IMHO, if your system is semi-decent, unloading system services won't yield much of a performence gain.


I completely disagree; they always should not be loaded. It's more about security -"Champion_R".

The easiest way that I've done this is with a batch file. At www.sysinternals.com -they have a great command-line tool for controlling Services called SC (for XP and Win2k). This nice tool will also pause services (not native from the command line). I have found this tool more useful on Win2k servers, but there is a place for it too on XP systems.


Oops, the tools is not from www.sysinternals.com. It's a MS resources kit tool.

data/avatar/default/avatar39.webp

3867 Posts
Location -
Joined 2000-02-04
Quote:I completely disagree; they always should not be loaded. It's more about security -"Champion_R".

He's not statting that they should always be loaded. He's stating that the services will load the same no matter what user you are using unless you specify a specific user account. By default all NT4/2K/XP services use SYSTEM.

data/avatar/default/avatar32.webp

266 Posts
Location -
Joined 2001-10-25
Quote:I completely disagree; they always should not be loaded. It's more about security -"Champion_R".


In this case we were discussing performence not security. Also most of the default services don't pose a security risk as long as common sense is applied.

data/avatar/default/avatar16.webp

1623 Posts
Location -
Joined 1999-12-06
Follow this link, it is the Deviant PC - Ultimate guide to services. Pretty useful, though before you disable any service a system restore should be done.
 

Quote:Also most of the default services don't pose a security risk as long as common sense is applied.

 
That is not true, i would not call UPnP, and remote registry non-security risks. I know that I would love to have my registry remotely accessed by default. Most users don't even have a clue what services are let alone which ones do what. So performance might be an issue but security is more important to me than 5 extra FPS in Quake 3.