To run a command prompt as a certain user, you can do the following, go to Start > Run and type "cmd" and enter, then type:

runas /user:<domain>\<username> "cmd"

It will then prompt you to enter the password for that user, then open another command window with "cmd (running as <domain>\<username>)" in the title bar.