特殊情況下,如何移除想移除的服務?

How to delete/remove service Caption from list ?

First, you should try those ways I posted in my blog.

(Like How to delete/remove/unistall service from windows (general) )

If you can’t find the execute file(*.exe) that installed the service, you can do things as following:
1. Start=>Run=>regedit.exe
2.Change path to 「HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\」,
then you can see many registry under this folder.
3.Find services you want to delete, right click and choose delete.
4.Restart your computer.
#:By this way, we just remove/delete the caption of service from service list.
But it won’t make any damage to services you can’t find the execute file.
In fact, it won’t run at every startup of windows. It just leave a trash caption in service list.

一般情況下,如何移除想移除的服務?

How to delete/remove/unistall service from windows (general)?

First, you should know what it is

Just go to Google and search the Caption of service you want to remove/unistall/delete .

Now, you know what it is, and you will find an execute file (*.exe) that can install/unistall that service.

(Let us take it as “service_exe.exe”)

Second, you shold know where it is

I think that’s very easy for everyone to do it, just search it.

Third, unistall/remove/delete it !

Go to command line DOS (Start=>Run=>cmd.exe), change path to that execute file.

You can type cd path and press Enter to change path.

(For example, if you want to change path to C:\Windows\, you should type cd C:\Windows\)

Type service_exe.exe /unistall and press Enter, then you finish remove/delete/unistall service.

(For example, you want to delete/remove/unistall a service which is installed by pcm.exe.

Type pcm.exe /uninstall and press Enter)

#:If possible, delete the execute file after remove/delete/unistall the service.

如何移除ColaBBS服務

How to remove Colabbs_Service from windows ?
Step 1、download this file ColaBBS_Service.exe
Step 2、move/copy ColaBBS_Service.exe to C:\
Step 3、Start =>Run=>cmd ,press Enter.
Step 4、Enter the following red code and press Entercd c:\
Step 5、Enter the following red code and press Enter:ColaBBS_Service /uninstall
Finish!

如何停用 LexBce server服務

How to unistall/remove “LexBce server” Service from windows ?

Step 1、Start=>Search=>Lexbces.exe

(I think you will find it at “C:\WINDOWS\system32”)

Step 2、Start=>Run=>cmd.exe (press Enter)

Step 3、key in the following red code and press Enter:
cd c:\windows\system32

Step 4、key in the following red code and press Enter:lexbces /uninstall


Step 5、delete “Lexbces.exe”


Finish!