本文出自Simmy的个人blog:西米在线
http://simmyonline.com/archives/396.html
同事教了一招,很好用。
命令:runas /user:domain\username processname
例:
调出CMD,首先kill掉explorer.exe进程
C:\>runas /user:usa\billgates explorer.exe
输入 usa\billgates 的密码:
试图将 explorer.exe 作为用户 "usa\billgates" 启动...
输入 usa\billgates 的密码:
试图将 explorer.exe 作为用户 "usa\billgates" 启动...
这样当前用户将变成billgates的用户环境。这对有时要切换用户的情况很有用。如用户需安装打印机,但由于没有admin的权限,无法安装,这样可以如此切换到管理员,不必用注销的方式。切换回user帐户,先注销,再在任务管理器中运行explorer.exe即可。
本文转simmy51CTO博客,原文链接:http://blog.51cto.com/helpdesk/174993
,如需转载请自行联系原作者