回答:
これはあなたが探しているものですか?
RUNAS
Execute a program under a different user account.
Syntax
RUNAS [/profile] [/env] [/netonly] /user:user Program
Key
/profile Option to load the user's profile (registry)
/env Use current environment instead of user's.
/netonly Use the credentials specified only for remote connections.
/user Username in form USER@DOMAIN or DOMAIN\USER
(USER@DOMAIN is not compatible with /netonly)
Program The command to execute
プロンプトが表示されたらパスワードを入力します。
でプログラムを開始するとRunAs /netonly
、プログラムは現在ログオンしているユーザーとしてローカルコンピューターで実行されますが、ネットワーク上の他のコンピューターへの接続は、指定されたユーザーアカウントを使用して行われます。
/netonly
すべてがなければ、指定したユーザーアカウントで実行されます。