Yzöwl Posted November 19, 2004 Posted November 19, 2004 I know most of you already have one somewhere in your collection, but here goes anyhow for those who aint.This is an inf for setting XP SP2 Service Configurations, to Black Vipers (http://www.blackviper.com/WinXP/servicecfg.htm) current 'SAFE' guidelines. For an unattended install use the following under [Commands]in your cmdlines.txt and put the inf in the same folder as cmdlines.txtHome edition:"rundll32.exe setupapi,InstallHinfSection DefaultInstall 128 .\services.inf"Professional:"rundll32.exe setupapi,InstallHinfSection ProInstall 128 .\services.inf"I have left comments in if you need to change /remove any you desire, please read his pages first though.The file is also uninstallable, if the desired results are not as expected, the uninstall will turn all services changed by it back to Windows SP2 defaults. To uninstall go to add/remove programs and select 'SAFE service config'. To uninstall you should be logged in with Administrator privileges.The file does not contain all Windows XP SP2 services, just those where the 'SAFE' install differs from the defaults.PS The only change from BV's page is that he has mistakenly suggested that Telnet service is not disabled by default, which it is and therefore not included in the file.Hope it helps someone.services.inf
Yzöwl Posted February 5, 2005 Author Posted February 5, 2005 (edited) Due to a recent request, I have made a very similar inf to the previous one; the main difference being that it has all of the SP2 Services from Black Vipers Site.I have stuck some commented basic instructions at the top for those who require help.The services are all set at BVs 'SAFE' settings again, so all you should have to do is change the 0x0? bit on the ones you wish to have different.This file will only Install using a command line, i.e right click -> install will not work; this is by design.For Home Edition SP2 UsersRundll32.exe setupapi.dll,InstallHinfSection HomeInstall 128 .\sp2serv.inf or Rundll32.exe setupapi.dll,InstallHinfSection HomeInstall 132 <drive>\<path>\sp2serv.infFor Professional Edition SP2 UsersRundll32.exe setupapi.dll,InstallHinfSection ProInstall 128 .\sp2serv.inf or Rundll32.exe setupapi.dll,InstallHinfSection ProInstall 132 <drive>\<path>\sp2serv.infHope it helps others!<edit>I have upped it again due to a small error </edit>sp2serv.inf Edited February 5, 2005 by Yzöwl
gtaylor Posted February 14, 2005 Posted February 14, 2005 Thought people might be interested in my SERVICES.INF file. I have included an entry for each service with the option to Enable the service (in either Automatic or Manual mode) or to Disable the service or to reset the service to the default. For example for the alerter service the following settings are available:EnableAlerterServiceDefaultEnableAlerterServiceAutomaticEnableAlerterServiceManualDisableAlerterServiceThere is a description for each entry in the file.Usage:rundll32 setupapi,InstallHinfSection {FUNCTION} 128 [filepath]\Services.infFor example to disable the Alerter service:rundll32 setupapi,InstallHinfSection DisableAlerterService 128 .\Services.infServices.rar
dazkrlauwste Posted February 19, 2005 Posted February 19, 2005 Does the sp2serv.inf still work even after some services have been removed with nLite?
Yzöwl Posted February 19, 2005 Author Posted February 19, 2005 It should work fine, theoretically it will only add unneeded registry rntries.Better still, if you know what services were removed by nLite, just comment the entries out with a ; in both the install and back sections and your good to go.
dazkrlauwste Posted February 27, 2005 Posted February 27, 2005 Can i use u'r sp2serv.inf for WindowsServer 2003 Enterprise (RC2) or is it possible that u can make one?
dazkrlauwste Posted February 27, 2005 Posted February 27, 2005 It seems that Msmsgs is not in de component section of the WinXP SP2 ref.chm. Is the ref.chm not complete or what?
Yzöwl Posted February 27, 2005 Author Posted February 27, 2005 It's an undocumented component.I guess MS feels it unthinkable that anyone would see fit to not need this 'feature'
dazkrlauwste Posted April 6, 2005 Posted April 6, 2005 I've been using ur sp2serv.inf on my Windows XP Pro x64 and it works just fine, however there are some services that are different in x64. I'd like some info on whether to change in them in disabled, manual or automatic.
Takeshi Posted April 8, 2005 Posted April 8, 2005 I'm interested in this method as a means to using inf, not specifically about BV's settings.Does using this inf method mean I can or can't change the service setting manually in services.msc?
Yzöwl Posted April 8, 2005 Author Posted April 8, 2005 No, you can continue to use your, usual methods.Also the file is only normal text, is commented and you can add, remove or change whatever you require.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now