Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I'm using Windows 7 64-bit. I am the only user of the computer, although I do have a password-protected backup account. I have not disabled UAC, nor do I wish to. I also use Steam (unfortunately).

The first time I run any newly-installed Steam game, I'm asked whether I wish to give the Steam BuildBot permission to modify my computer. The answer is always 'yes.'

I am growing really tired of going through this every single time. Surely, with Win7's "robust" permission system, there must be a way to permanently grant a given program elevated permissions such that no user is ever required to answer UAC-type questions when using that program, without disabling UAC or modifying the entire system.

Any help is appreciated.

EDIT

Oliver observes that I've misunderstood the facts of the situation.

So now, I'd like to know whether it's possible to add a permanent exception for programs signed by the Steam BuildBot, or -- more generally -- to make signature-based exceptions on a permanent basis without lowering other security settings on a system-wide basis.

share|improve this question
There seems to be a slight misunderstanding. Steam is starting the setup executable of that game. This executable was signed by the Steam BuildBot. I assume the build bot is an application that automatically constructs the setup for all Steam applications and then signs them. Windows will then ask you if you want to start the application and it will display the name of the entity that signed the executable :) – Oliver Salzburg Jan 19 at 18:40

1 Answer

Permissions are not and can not be given on a per-application basis, they are applied to security principals (e.g. user accounts). So no, what you ask is not possible. You can, however, adjust UAC settings so that administrator actions are automatically elevated (i.e. no prompt). How is a single mouse click on a consent dialog reasonably describable as "going through all this"?

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.