Windows – How to run executable as Administrator via Command line

command linewindows

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

Best Answer

You can use the runas command to impersonate a user.

Related Question