runas command line with password code example
Example 1: how to use runas in windows
runas /profile /user:Admin cmd
Example 2: runas with password
You can't and shouldn´t due to security reasons. Just use runas as follows and
insert your password inmediately after being requested.
runas /profile /user:Admin cmd