Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用 SYSTEM 帐户运行一个进程。
从管理员开始,提升到 SYSTEM 帐户的最佳方法是什么?
它应该适用于 Windows XP 及更高版本。
如果需要启动或停止正在系统帐户中运行的服务,则无需在系统帐户中运行进程。
相反,您需要在您的服务上设置 ACL(它是您的服务,对吗?),以授予交互式用户启动或停止您的服务的权利。
如果这不是您的服务,那么您真的不应该这样做。如果服务的作者决定交互式用户不应该启动或停止他们的服务,他们可能有充分的理由做出这个决定。