delete the ill windows services name

delete the ill windows services name:


open the ill services

检查系统服务列表:
sc query >c:/aaaa.txt

(举例:Google Updater Service)
SERVICE_NAME: gusvc
DISPLAY_NAME: Google Updater Service
TYPE : 10 WIN32_OWN_PROCESS
STATE : 4 RUNNING
(STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0(0x0)
SERVICE_EXIT_CODE : 0(0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

C:/>sc delete gusvc

[SC] DeleteService SUCCESS

stop the service

检查services.msc,【Google Updater Service】已清除。

你可能感兴趣的:(windows)