How to remove System Configuration Utility Services entry?

J

J David Ellis

By editing the registry I can usually remove an unwanted
entry in the Services tab. But there is one (Adobe LM
Service) is not found by a registry search. Where, besides
the registry, does SCU get its services entries?
--David
 
R

Ramesh, MS-MVP

Click Start, Run and type:

SC GetKeyName "Adobe LM Service"

You'll get the shortname for that service. (Example: Windows Installer service shortname is "MSIServer")

You can then remove the service using "SC Delete ...." command line. Type "cmd /k sc /?" to learn more about the SC.EXE command.

--
Regards,

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


By editing the registry I can usually remove an unwanted
entry in the Services tab. But there is one (Adobe LM
Service) is not found by a registry search. Where, besides
the registry, does SCU get its services entries?
--David
 
J

J David Ellis

Thank you very much, Ramesh, for sc.exe which is exactly
what I needed. --David
 
R

Ramesh, MS-MVP

You're welcome David.

--
Regards,

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


Thank you very much, Ramesh, for sc.exe which is exactly
what I needed. --David
 

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

Top