Adminstrator privileges for User account
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi All, I have an application that runs in User mode. One of the task this application does, requires administrator privileges. Is there a way I can temporarily give administrator privilege and then take it away? Thank you, AJ
have a look at ImpersonateLoggedOnUser[^] Search code project User Impersonation[^] User Impersonation[^] may be useful