how to UNREGISTER a service (not simply disable)

  • Thread starter Thread starter John Jay Smith
  • Start date Start date
J

John Jay Smith

there are a couple of services left off from previous programs I no longer
have,
I have disabled them of course but I would like to unresgister them so they
do not appear in the service list.

How do I do this?

thanks
 
You may use the "SC DELETE <...>" command-line to delete a service.

Microsoft Windows XP - SC:
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/sc.mspx

SC

Communicates with the Service Controller and installed services. SC.exe
retrieves and sets control information about services. You can use SC.exe
for testing and debugging service programs. Service properties stored in the
registry can be set to control how service applications are started at boot
time and run as background processes. SC.exe parameters can configure a
specific service, retrieve the current status of a service, as well as stop
and start a service. You can create batch files that call various SC.exe
commands to automate the startup or shutdown sequence of services. SC.exe
provides capabilities similar to Services in the Administrative Tools item
in Control Panel.


Alternately, follow the instructions to remove a Service / driver from the
registry directly.

The Service and driver entries are present under this registry key:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services]

Each sub-key represents a driver or a Service. To modify/delete a 3rd party
service, click Start, Run and type REGEDIT to open the Registry Editor and
navigate to the above location.You should be able to identify them easily by
reading the "DisplayName" and "ImagePath" fields in the right-pane in the
Registry Editor.

Note: Before modifying / removing a Service, create a System Restore point
or a complete Registry backup, just in case something happens.

[ERUNT] Registry Backup and Restore for Windows
http://www.larshederer.homepage.t-online.de/erunt/

[ERUNT Download URLs]
http://www.aumha.org/downloads/erunt.zip
http://www.aumha.org/downloads/erunt-setup.exe

[Installing & Using ERUNT]
http://www.winxptutor.com/regback.htm
http://www.silentrunners.org/sr_eruntuse.html
http://www.larshederer.homepage.t-online.de/erunt/erunt.txt

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com


"John Jay Smith" <-> wrote in message
there are a couple of services left off from previous programs I no longer
have,
I have disabled them of course but I would like to unresgister them so they
do not appear in the service list.

How do I do this?

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top