如何以编程方式将服务依赖项添加到已安装的 Window 服务?

发布于 2024-09-14 00:15:14 字数 116 浏览 2 评论 0原文

如何以编程方式将服务依赖项添加到已安装的 Window 服务?

如果有人建议通过 System.Management 命名空间使用 WMI 的解决方案,这将非常有帮助。我可以设置服务的依赖项属性是什么?

How can I add programatically service dependencies to an installed Window service ?

It would really helpful, If someone suggest solution using WMI through the System.Management namespace . What is property for dependencies on which I can set services?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

帅哥哥的热头脑 2024-09-21 00:15:14

您想要使用更改 Win32_Service 类的方法。最后一个参数是一个以双 NULL 结尾的依赖项列表。

You want to use the Change method of the Win32_Service class. The last parameter is a doubly-NULL-terminated list of dependencies.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文