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.
可能重复: 如何在 Vista (.NET) 中运行 未提升的权限如何取消提升子进程的权限
我的程序作为提升的进程运行,并使用Process.Start().
Process.Start()
出于安全原因,我想以非提升的方式运行这些新进程。
怎么做?
看看:如何在 Vista (.NET) 中运行不提升
答案显示在该 URL 上。此外,您可能想阅读http://go.microsoft.com/fwlink/?LinkId=81232了解为什么这不是一个好主意......