Using the keyboard alone on Windows 7 or Windows 8, how can I open a privileged command prompt window with built-in tools?
I've unsucessfully tried Windows+R -> cmd -> runas /user:Administrator cmd but the resulting cmd doesn't run with administrator privileges (due to UAC explained here)
I'm looking for a sudo equivalent essentially, without the mouse. This is the best candidate I've seen thus far. Is that the best way currently?