Below is an example how to run an executable using a different user account in Windows via command. This is similar to the
right click -> Run as..
C:\WINDOWS\system32\runas.exe /savecred /user:Dexter "C:\executable.exe"
Make this as a shortcut, it will be handy if you regularly needed to run applications on different user accounts for some reasons.