User Account Control (UAC)
Last updated
Was this helpful?
Last updated
Was this helpful?
UAC relies on access token which conains the information about the level of access that the user is granted. There are two types of access token we need to know for UAC:
Adminstrator access token
Standard user access token
By default, all apps run as standard user access token. The UAC will be involved, only if the app is going to perform administrative task and the existing token does not have the required level of access.