답변:
이것이 당신이 찾고있는 것입니까?
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
모든 것이 없으면 지정된 사용자 계정으로 실행됩니다.