O UAC pode ser um conceito bastante complexo para envolver sua mente. De um modo geral, um processo filho herda seu token de acesso do processo pai. No entanto, isso ocorre somente se ambos os processos tiverem o mesmo integrity level
:
Each application that requires the administrator access token must prompt the administrator for consent. The one exception is the relationship that exists between parent and child processes. Child processes inherit the user access token from the parent process. Both the parent and child processes, however, must have the same integrity level.
Os níveis de integridade dependem de várias coisas, mas, em geral, um navegador da web é um aplicativo low integrity
e provavelmente exigirá um prompt adicional do UAC se ele tentar executar qualquer operação que exija um maior nível de privilégio:
Windows 7 protects processes by marking their integrity levels. Integrity levels are measurements of trust. A "high" integrity application is one that performs tasks that modify system data, such as a disk partitioning application, while a "low" integrity application is one that performs tasks that could potentially compromise the operating system, such as a Web browser. Applications with lower integrity levels cannot modify data in applications with higher integrity levels.
Se você deseja saber mais sobre o UAC, os seguintes artigos são um bom recurso: