Running an application command line with different credentials
Posted on 2004-11-30 00:57 FISHER 阅读(631) 评论(0) 收藏 举报Running an application command line with different credentials
runas /user:Administrator program.exeEnabling ASP.NET to run as another user on Windows XP Professional
As an Administrator, edit the attributes of the file"%INSTALLROOT%\Config\machine.config" 'on the processModel tag, as shown:
<processModel
enable="true"
userName="DOMAIN\username"
password="MyPswd2"
...
/ >
浙公网安备 33010602011771号