Command line option to open program as administrator in Windows 7
You can do it a little bit faster by pressing Win
, type in Search notepad
and press Ctrl + Shift + Enter.
Or you can keep a command-prompt window open with higher privileges all the time and if some program needs to be opened with elevated privileges just start it from there with for instance: start notepad
.
Take a look at runas /?
in command prompt.