2

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?

craigmoliver
  • 187
  • 3
  • 7

3 Answers3

5

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?

Matt Simmons
  • 20,396
  • 10
  • 68
  • 116
1

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

Adam Brand
  • 6,127
  • 2
  • 30
  • 40
  • 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. – Skyhawk Sep 30 '11 at 01:16
1

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.

RainyRat
  • 3,730
  • 1
  • 24
  • 29