Removing an entry in 'Services'

D

deango

Hi. My WinXP print spooler was showing a 'dependency' on an old,
uninstalled Lexmark printer.
LexBceS (Server) lexbces.exe.
I removed the dependency using the Command Prompt to reset the value for
the spooler as follows.
"sc config spooler depend= RPCSS" and deleted all the
Lexmark related files I could find using Search. This worked fine. The
LexBces is stopped and
disabled but I would like to know how to REMOVE the entry in 'Services'.
Thanks anyone. deango
 
W

Wesley Vogel

Check this key...

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Spooler
You should have...
Value Name: DependOnService
Data Type: REG_MULTI_SZ
Value Data: RPCSS

You should not have...
Value Name: DependOnService
Data Type: REG_MULTI_SZ
Data Type: LexBceS

See this...
Can’t Uninstall Print Server Utility
http://www.windowsitpro.com/Articles/Index.cfm?ArticleID=38545&DisplayTab=Article

DependOnService
http://www.microsoft.com/resources/...s/2000/server/reskit/en-us/regentry/46710.asp

DependOnService
http://www.microsoft.com/technet/pr...Kit/9ed28d24-db74-4953-8f41-162faad2a3e1.mspx


--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
R

Ramesh, MS-MVP

First, use the "SC DELETE <...>" Command-line, or follow the instructions to
remove a Service / driver from the registry directly. Type "CMD /K SC /?" in
Start, Run.

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

If you want to remove a service manually from the registry, read below:

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.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


Hi. My WinXP print spooler was showing a 'dependency' on an old,
uninstalled Lexmark printer.
LexBceS (Server) lexbces.exe.
I removed the dependency using the Command Prompt to reset the value for
the spooler as follows.
"sc config spooler depend= RPCSS" and deleted all the
Lexmark related files I could find using Search. This worked fine. The
LexBces is stopped and
disabled but I would like to know how to REMOVE the entry in 'Services'.
Thanks anyone. deango
 

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