diff --git a/windows/security/application-security/application-control/user-account-control/how-user-account-control-works.md b/windows/security/application-security/application-control/user-account-control/how-user-account-control-works.md index d2859f50de..b66eac573e 100644 --- a/windows/security/application-security/application-control/user-account-control/how-user-account-control-works.md +++ b/windows/security/application-security/application-control/user-account-control/how-user-account-control-works.md @@ -76,7 +76,7 @@ The elevation prompt color-coding is as follows: - Gray background: The application is a Windows administrative app, such as a Control Panel item, or an application signed by a verified publisher :::image type="content" source="images/uaccredentialpromptsigned.png" alt-text="UAC credential prompt with a signed executable."::: -- Yellow background: the application is unsigned or signed but isn't trusted by the device +- Yellow background: the application is unsigned or signed but isn't trusted :::image type="content" source="images/uaccredentialpromptunsigned.png" alt-text="UAC consent prompt with an unsigned executable."::: ### Shield icon @@ -85,7 +85,7 @@ Some Control Panel items, such as **Date and Time**, contain a combination of ad :::image type="content" source="images/uacshieldicon.png" alt-text="UAC Shield Icon in Date and Time Properties" border="false"::: -The shield icon on the **Change date and time...** button indicates that the process requires a full administrator access token and will display a UAC elevation prompt. +The shield icon on the **Change date and time...** button indicates that the process requires a full administrator access token. ## Securing the elevation prompt @@ -117,14 +117,14 @@ To better understand each component, review the following tables: |Component|Description| |--- |--- | -|

Application Information service|

A system service that helps start apps that require one or more elevated privileges or user rights to run, such as local administrative tasks, and apps that require higher integrity levels. The Application Information service helps start such apps by creating a new process for the application with an administrative user's full access token when elevation is required and (depending on Group Policy) consent is given by the user to do so.| +|

Application Information service|

A system service that helps start apps that require one or more elevated privileges or user rights to run, such as local administrative tasks, and apps that require higher integrity levels. The Application Information service helps start such apps by creating a new process for the application with an administrative user's full access token when elevation is required. Depending on the configured policies, the user may give consent.| |

Elevating an ActiveX install|

If ActiveX isn't installed, the system checks the UAC slider level. If ActiveX is installed, the **User Account Control: Switch to the secure desktop when prompting for elevation** Group Policy setting is checked.| |

Check UAC slider level|

UAC has a slider to select from four levels of notification.