How to run executable as Administrator via Command line?
I want to start an exe from the command line running as Administrator, is that possible to do from a non-elevated cmd prompt?
You can use the runas
command to impersonate a user.
I want to start an exe from the command line running as Administrator, is that possible to do from a non-elevated cmd prompt?
You can use the runas
command to impersonate a user.