My account in Windows 7 is an administrator account. When I open the Run box (WinKey + R), I am warned, "This task will be created with administrative privileges."

enter image description here

Is there any way to run programs as myself, but without administrative privileges when logged in as an administrator?

link|improve this question

60% accept rate
feedback

3 Answers

up vote 1 down vote accepted

While one could argue you're doing things somewhat backwards, if you insist, you could look at:

DropMyRights

Process Explorer/Psexec

link|improve this answer
feedback

Yes.

Turn UAC back on!

Technically, the program will still run under the context of your account, but UAC will prevent system wide changes without authentication first.

The only other option is to create shortcuts and then right click, and choose Run as different user then choose an account which does not have administration rights. enter image description here

link|improve this answer
In general, I prefer UAC to be off, since I do a ton of development work where UAC would get in the way. But a web browser, for example, I would want to run unprivileged, to minimize the risk of getting hit by browser exploits. – kpozin Feb 8 '11 at 14:45
UAC shouldn't get in the way of development if done correctly.... What sort of problems do you actually have? (Only problems I have is during setup/patching) – William Hilsum Feb 8 '11 at 15:08
feedback

You need to do 2 things:

  1. Turn on User Account Control by going to Control Panel -> User Accounts and Family Safety -> User Accounts. Click on Change User Account Control settings and Select the Default level and click OK.

  2. Restart your computer.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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