如何终止 Windows 2000 Server 上的服务启动的进程?
我需要终止 Windows 2000 生产服务器上由 Windows 服务启动的进程。 然而,从 GUI 执行此操作只会让我“访问被拒绝”,所以现在我正在考虑创建一个小型应用程序或脚本来执行此操作。 我只是偶尔访问 GUI,我没有服务器的用户名、密码等。 有任何想法吗?
I need to kill a process on a Windows 2000 production server, which was started by a windows service. However, doing that from the GUI just gives me "Access denied", so now I am considering to create a small application or script to do it. I only have occasionally access to the GUI, I do not have usernames, passwords etc. for the server. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有些服务作为系统运行,您需要升级到系统用户才能终止它。 我建议您研究系统内部结构,找到一种方法来帮助您实现您想要的目标。
Some services run as system and you need to escalate to the system user in order ot kill it. I would recommend looking into system internals to find a way to help you achieve what you are looking for.