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.
该应用程序是使用 WPF 用 C# 编写的。
如何检查 Windows 资源管理器是否以管理员身份运行?原因是 UAC 阻止资源管理器将文件拖放到我的应用程序中。如果资源管理器没有以管理员身份运行,我将重新启动它。
功能
IsUserAnAdmin()
不允许我检查外部进程,只有我的,所以我需要一个替代解决方案。