Glam Prestige Journal

Bright entertainment trends with youth appeal.

I'm not able to open an elevated command prompt in Windows 7 Ultimate. Previously I was able to open such a command prompt in one of the following ways:

  • Start > type "cmd" then hit Ctrl + Shift + Enter
  • Start > type "cmd" then right click "cmd" and select Run as Administrator.

However when I try this now I only get a normal command prompt without administrator rights.

Any ideas what could be wrong, and how I could fix it?

2

1 Answer

Try this on a normal command prompt:

powershell -command "start-process cmd -verb runas"

If the command still end up opening a normal command prompt, update your PC using Windows Update, then try again.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy