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.
我需要监控 Windows Server 上的其他帐户,并且已经发现要做到这一点,我必须能够在它们上运行监控进程。主程序从完全访问(可能是 NT_AUTHORITY)帐户运行,但所有启动进程的方式似乎都需要用户密码!请帮忙!
您可以将其创建为服务,并在安装时为服务属性提供密码(您希望以哪个用户身份运行它)。然后重新输入密码的需要应该消失了。