Tips, Tricks, and Fixes for when your computer doesn't do what it's told.

Monday, October 27, 2008

RUNAS syntax

To open a new command window for a different profile, the syntax is:

runas /netonly /user:domain\user "cmd"
or
runas /noprofile /user:domain\user "cmd"

These should prompt for your password and then open a DOS command window in the context of the specified user.

No comments: