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.
ただ疑問に思っている.... Win32 APIにはユーザーを偽装する機能があることは知っていますが、Windows 7とVistaでは、これらは管理者として実行された場合にのみ機能し、目的を無効にすることを読みました.
UAC をバイパスするのではなく、使用します。管理タスクを別のプロセスに分けてから、LogonUser() を使用してユーザー アカウントにログインし、CreateProcessAsUser() を使用して昇格した状態でそのプロセスを起動します。