Prevent applications from being run as administrator

Posted by Unsigned on Super User See other posts from Super User or by Unsigned
Published on 2012-09-09T21:21:40Z Indexed on 2012/09/09 21:40 UTC
Read the original article Hit count: 150

Filed under:

Background

Most installation toolkits have the ability to launch, automatically or otherwise, external programs after installation. This is often appears in the installer via such options as "Show readme", or "Start program".

Issue

The problem is, many of these installers are poorly coded, and do not drop permissions appropriately, for example, opening the application's homepage in the browser... launching the browser with the installer's Administrative privileges, or a "High" UAC integrity level.

This has the potential to open up security breaches, by opening up a webpage (and possibly browser addons), that are now running with elevated permissions.

Question

The question is: Is there a way to prevent certain applications (such as a web browser) from ever being launched with Administrative privileges, i.e., an automatic drop-privilege?

© Super User or respective owner

Related posts about windows-7