Some applications won’t run on Windows Vista because they were designed for earlier versions of Windows. Most of the time, the problem is caused by UAC. You have three choices to work around this:
- Disable UAC.
- Run the application as an administrator each time you open it.
- Mark the application to always run as an administrator.
To mark an application so that UAC automatically prompts you to elevate privileges, follow these steps (after the jump):
- Right-click the application, and then click Properties.
- Click the Compatibility tab.
- Select the Run this program as an administrator checkbox, and then click OK.
If this doesn’t work (like, for a command prompt), you can modify the shortcut UAC settings instead.
Every time you run the program in the future, UAC will automatically prompt you to run it with elevated privileges. I’ve done this for Visual Studio 2005, Visual Studio 2003, and some batch files I’ve written that require admin rights. You should only need to do this for programs written before Windows Vista.











Ok, I have a game that works perfectly on my dad’s Dell Latitude D520 (Windows Xp SP 2) but when i try to play it on my HP Pavillion dv6000 (Windows Vista) it will start and then it will shut down by itself, i’ve tried the compatibility trick and there are no differences what should i do? Is it my laptop or is it Vista if so then is there a trick to it? Just for reference the game name is Trackmania Nations ESWC if anybody finds a way please email me at kingdomhearts2k5@hotmail.com
Greatly Appreciated,
Karim
Hi. Is there a way to always run an application as an administrator in Windows XP Pro so that I don’t have to rigth click the app and select Run As… Something like a shortcurt or a batch that do this automatic. Thaks a lot for your help.
how can we set this option programmiticaly
The point is to have an app always run as admin for a user who does not have admin – ever. You are not going to be there when they run the app. You do not want them to have the admin password – only to run this specific app as admin.
The rest of the solutions are really nothing but your own shortcuts.
My run as administrator is greyed out how do i fix this?
i cannot click on the box of running as admin ( in the properties).
how?
In Vista – right click program then look at the top –
Should be third one down for Run as Admin
What was the response to 10/9/2009 – run as admin is greyed out? I’m running into the same problem.
Thanks
Ya, me too
Disable User Account Control (UAC) for administrators:
1. Click on the Start button and type in secpol.msc and hit Enter.
2. Expand Local Policies and then Security Options.
3. Scroll to the bottom and locate “User Account Control: behavior of the elevation prompt for administrators in Admin Approval Mode”.
4. Right click on this setting and select Properties.
5. Set the value to Elevate without prompting.
6. Reboot
Great now I have to figure out how to run programs as an admin that has a password without knowing the pass…
how do i open as an administrator an application.
because i forgot my administrator password.
Run as administrator greyed out?
Anonymous: Sure, turning off UAC works, but I am sure that’s not what most people want to do.
I read elsewhere about this trick, and it worked for me:
1) Open an elevated command prompt
2) Type the following: net use administrator /active:yes
You should have the “run as admin” option now.
How can I set it so someone else can execute a program with “run as administrator” without needing know the admin password? My children have a game that only works correctly when it has administrator access…but I do not want to have to give my children overall administrator access. Is there any way to “run as administrator” for this specific program without me having to enter in the admin password every time? Appreciate any help!