นี่คือสิ่งที่คุณกำลังมองหา?
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
ทุกอย่างจะทำงานภายใต้บัญชีผู้ใช้ที่ระบุ