Sorry for the newbe question, but I'm a developer who hasn't touch a Windows Server in years. A recent project has required me to setup and configure a development VM running Windows Server 2008, IIS 7, and SQL Server 2008 Express. I need to run commands in the command window and get the following message:

"The requested operation requires elevation"

Reminds me of SUDO in Ubuntu, what's the command to elevate?

link|improve this question
feedback

3 Answers

up vote 4 down vote accepted

This is a stab in the dark, but can you right click on the command icon, and select "Run as" and select an account with administrator privileges?

link|improve this answer
I'm trying to run a command – craigmoliver Jul 18 '09 at 21:58
oh, nevermind, I get it – craigmoliver Jul 18 '09 at 22:00
I right clicked and found "Run as Administrator", and that worked, thanks! – craigmoliver Jul 18 '09 at 22:01
feedback

After you type cmd in the "run" box you can press Ctrl-Shift-Enter.

link|improve this answer
This works if you type a command in the "Search programs and files" box on the Start Menu, but it most definitely does NOT work at the "run" dialog box. – Miles Erickson Sep 30 '11 at 1:16
feedback

Alternatively, just run the command prompt itself as Administrator, and you won't need to worry about needing elevation. You will, however, need to worry about having it.

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.