As a developer, there are many times where we may need to run a program in context of another user. For example, you may need to replicate an issue that a user encountered.

The RUNAS windows command line program is your friend. From the command line run the following command to launch a program in context of another user.

Continue reading