User Account Control (UAC) On
When UAC is enabled, a user who is part of the Administrators group will be presented with a prompt for consent dialog that will then launch the application with a full administrative access token. Standard users will be prompted for credentials of an Administrator. Since UAC can be disabled and have various configurations, you should also perform any required Administrator detection using the System.GetUserInfo action, and respond appropriately.