I want to start an exe from the command line running as Administrator, is that possible to do from a non-elevated cmd prompt?

link|improve this question

64% accept rate
Wrong site for this question. – Chris Aug 2 '11 at 16:31
feedback

migrated from stackoverflow.com Jan 4 at 21:55

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 4 down vote accepted

You can use the runas command to impersonate a user.

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.