c# - How to get the current UAC mode -


can check current uac type set in device before running application through c#.

i got know approach check whether current user administrator or not. but, need know uac type set (i.e. default/never notify) internal logic.

is possible? please help.

this article self-elevation , checking level program runs in. due security reasons i'm afraid won't able retrieve uac level set.

http://code.msdn.microsoft.com/windowsdesktop/csuacselfelevation-644673d3


Comments

Popular posts from this blog

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -