nospoon Posted October 29, 2005 Posted October 29, 2005 How do I remove an item from the Windows Services list? Supposing that a third party software installed a service onto this list. Is there are a freeware app that can access this list and allow one to readily remove a listed service? I tried FireDaemon but its kung fu is not powerful enough. Any thoughts? Thanks.
Aegis Posted October 29, 2005 Posted October 29, 2005 Using msconfig.exe removes it I think. Not sure though.
chilifrei64 Posted October 29, 2005 Posted October 29, 2005 MSconfig does not remove items from services.. are you looking to remove the service or remove the ability to see the service
gunsmokingman Posted October 29, 2005 Posted October 29, 2005 This will remove the services that you do not want, this is perminent, use caution using it.srvinstw.exe
nospoon Posted October 29, 2005 Author Posted October 29, 2005 are you looking to remove the service or remove the ability to see the serviceBoth...I installed XAMPP, and clicked on the install "as a service" and when I went to play around with XAMPP, one of the components failed to install and information on how to get it working was sketchy at best, so I wanted to remove the entire thing, which was an easy deletion, but it left XAMPP Service listed.So I went into the registry, and deleted any related keys to it--not surprisingly there were four, two for HKCU and two for HKLM. Afterwards, I went back into the service list and it was still there, except that all the column information (status, startup type, etc...) was missing, but the darn thing was still listed.I think it cleared itself after a reboot, but the fact that it was still showing, just annoyed me. As a latter note, I would still like to know how to get rid of entries on here that other third party apps install, since sometimes their installers are not all that clean, if you know what I mean.Thanks smokinggunman...will give it a try
nospoon Posted October 29, 2005 Author Posted October 29, 2005 Sweeeeeet. Thanks a million gunsmokingman. Works like a charm...worked on the fly too unlike my registry removal You da man!
gunsmokingman Posted October 29, 2005 Posted October 29, 2005 Your welcome and as I said be carefull using this tool
cluberti Posted October 29, 2005 Posted October 29, 2005 All services are listed in HKLM\System\CurrentControlSet\Services
nospoon Posted October 29, 2005 Author Posted October 29, 2005 All services are listed in HKLM\System\CurrentControlSet\Servicesmy bad...memory was a bit fuzzy on recall... It was duped under the controlsets though.[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_XAMPP][-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_XAMPP\0000][-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_XAMPP\0000\Control][-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\XAMPP][-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\XAMPP\Parameters][-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\XAMPP\Security][-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\XAMPP\Enum][-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_XAMPP][-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_XAMPP\0000][-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_XAMPP\0000\Control][-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\XAMPP][-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\XAMPP\Parameters][-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\XAMPP\Security][-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\XAMPP\Enum]
dirtwarrior Posted October 30, 2005 Posted October 30, 2005 If services are removed from the regestry does it also remove them from the list
cluberti Posted October 30, 2005 Posted October 30, 2005 Yes, it removes them from the list. Obviously it doesn't remove the program the service references, but they do get removed from the list (and won't start, of course).As for the Control Sets, those are the last x good boots that you've had, x being the number of ControlSet00x keys. These are used when you try booting from Last Known Good in the F8 boot menu.
dirtwarrior Posted October 30, 2005 Posted October 30, 2005 So in order this must be achieved remove the program the service references.How can this be done?
cluberti Posted October 30, 2005 Posted October 30, 2005 In the services key, find the service in question that you'd like to remove. Within the service's key, there should be a value (ImagePath) pointing to the application or file that the service loads - either uninstall that application from add/remove programs, or manually remove that application's program files and service key. You may also want to search the registry to make sure any other references to the application are removed, just to be safe.
gunsmokingman Posted October 30, 2005 Posted October 30, 2005 The tool I posted does every thing that is needed to remove a service.
cluberti Posted October 31, 2005 Posted October 31, 2005 It does (and it's pretty cool too), but I was posting for knowledge's sake. Having a tool is great, but knowing exactly what it does is nice too.
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