The “Run as command” is incredibly useful and can save you logging in as a different user.
Open cmd.exe and type the following
- runas /user:<localmachinename>\administrator cmd
or if on a domain
- runas /user:<DomainName>\<AdministratorAccountName> cmd
cmd is not required, it can be exchanged for your desired program.
You must log in to post a comment.