作为网络服务的交互式命令提示符
如何打开作为网络服务运行的交互式应用程序,例如 cmd.exe 或 Windows 资源管理器?对于系统帐户有多种方法可以做到这一点,但事实证明网络服务是一个挑战。我需要它在 Windows 7 上运行,但也对其他 Windows 版本的解决方案感兴趣。
How do I open an interactive application, such as cmd.exe or Windows Explorer, running as NETWORK SERVICE? There are ways to do it for the SYSTEM account, but NETWORK SERVICE is proving to be a challenge. I need this to work on Windows 7, but would be interested in solutions for other Windows versions as well.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否尝试过 PsExec,这是一些包含更多信息的有趣链接:
Have you tried PsExec, a couple of interesting links with more information:
以下是如何使用 PsExec 在“NETWORK SERVICE”用户上下文下运行 cmd.exe:
Here is how you would use PsExec to run cmd.exe under "NETWORK SERVICE" user context: