From a regular windows 7 command line, how do I launch the admin command prompt?

link|improve this question
feedback

1 Answer

up vote 11 down vote accepted

Local:

runas /user:LOCALCOMP\Administrator cmd

With AD-credentials:

runas /user:MYDOMAIN\Administrator cmd
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.