Answers:
这是你想要的?
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
任何内容,将在指定的用户帐户下运行。