How to remove windows in service

A way: with sc.exe the Windows command
      Start - Run - cmd.exe , and then enter the sc can be seen. The solution is simple to use:

sc the Delete "
service name "


Method two: direct registry edit (not recommended)
   Open the Registry Editor, locate the following key:

HKEY_LOCAL_MACHINE \ the SYSTEM \ CurrentControlSet \ Services
general services the same name will be

shown here a primary key, delete the relevant key value can

Reproduced in: https: //www.cnblogs.com/davidgu/archive/2011/05/14/2046312.html

Guess you like

Origin blog.csdn.net/weixin_34417814/article/details/93802723