Automatically run an application as another user
- Create a shortcut to your executable.
Modify the "Target" under the shortcut's properties to:
runas /user:DOMAIN\USERNAME "path to executable"
Then, just use the shortcut when you want to run the program.