Tag: 访问令牌

Process.Start()模拟问题

尝试使用另一个访问令牌启动进程,但没有成功,它作为非模拟用户运行。 using (WindowsIdentity identity = new WindowsIdentity(token)) using (identity.Impersonate()) { Process.Start(“blabla.txt”); } 如何使这项工作正常?