从注册表强制卸载已禁用的Windows服务


windows服务-开发框架文库

从注册表强制卸载已禁用的Windows服务

前言

本文将讲解从注册表强制卸载已禁用的Windows服务,如:YES.PlaneService

查看 Windows 服务状态

从注册表强制卸载已禁用的Windows服务

 

强制卸载已停用的Windows服务

打开注册表管理器

从注册表强制卸载已禁用的Windows服务

regedit

菜单打开查找窗体:编辑  -> 查找

输入Windows 服务名称,如:YES.PlaneService,找到路径如下:

从注册表强制卸载已禁用的Windows服务

删除注册表子目录

删除:YES.PlaneService 子目录。

重新打开Windows服务管理器,发现 YES.PlanService 服务已被删除。

 

高效开发.追求卓越-开发框架文库

版权声明:本文为开发框架文库发布内容,转载请附上原文出处连接
C/S框架网
上一篇:使用dos命令强制停止Windows服务
下一篇:C# 获取当前应用程序集(Assembly)路径
评论列表

发表评论

评论内容
昵称:
关联文章

注册表强制禁用Windows服务
C# 注册表获取Windows服务文件路径
C# 使用cmd命令WCF Windows 服务
使用dos命令强制停止Windows服务
C# 使用cmd命令安装及WCF Windows 服务
使用批处理文件安装或WCF服务(Windows服务)
C#源码-Windows服务管理器,实现安装,,启动和停止服务等功能
Windows服务定时作业计划软件框架(C#)
如何在Windows服务中安装和部署WCF服务器?
如何关闭Windows Defender
C# Windows目录服务工具包 DirectoryServices
C/S系统快速开发平台采用Windows服务承载WCF服务器
WCF服务错误:MessageSecurityException: 另一方收到未进行安全处理或安全处理不正确错误
批处理命令启动Windows服务宿主WebApi服务器
使用net.exe和sc.exe实用程序启动停止Windows服务
未能程序集体中加类型:SecurityRulesAttribute
如运行程序时加数据库报错:存在同名数据库,或无法打开UNC目录
C# ASP.NET WebApi服务器搭建详解 - Win服务承载(Windows Service Hosting宿主)
C#.NET VS2015运行时调试Windows服务承载WCF程序(新)
C#.NET VS2015运行时调试Windows服务(宿主)承载WCF程序