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帐户下运行的 Windows 服务进程中模拟当前登录用户的线程。如何以编程方式或使用 Visual Studio 调试器或其他工具确定当前的模拟级别(如是否使用模拟或委托)?
SYSTEM
最简单的方法是通过 Visual Studio$user伪变量。
$user