A Windows user which is member of Administrators groups has 2 Access tokens:
- One with medium integrity level.
- One with high integrity level.
The first one is used by default. When an application needs an high integrity level, an UAC consent popup is displayed to the user. When the user accepts, he switches to his high integrity level access token.
The Administrator account has only one access token: The one with high integrity level. This is why he is never prompted by UAC constant popup.
Am I wrong?
Is there a way to create a "second" Administrator account? (I mean a user which has a single access token with high integrity level).
Thanks