我在Visual Studio 2010中创建了一个Windows 7服务。测试安装已崩溃并留下大量碎片:服务在服务列表中显示,但无法启动(Referenced file does not exist),无法卸载(Action valid only for services that are installed),并且未显示在程序和功能小程序中。
有没有我可以破解的已安装服务的列表?
发布于 2010-04-23 04:51:18
这应该是您要查找的内容:
https://serverfault.com/questions/2514/how-can-i-remove-uninstall-an-orphaned-service
您可以通过转到开始菜单-->运行...首先调出服务列表来确定服务名称。然后键入"services.msc“并按enter键。您应该会在列表中看到您的服务。然后右键单击它并查看它显示的“服务名称”(通常是缩写)。
祝好运。
https://stackoverflow.com/questions/2694334
复制相似问题