Running an application command line with different credentials

runas /user:Administrator program.exe

Enabling 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"
                ...
/ >

相关文章:

  • 2022-12-23
  • 2021-05-16
  • 2022-03-01
  • 2021-05-17
  • 2022-02-28
  • 2021-08-17
  • 2021-10-26
猜你喜欢
  • 2021-12-01
  • 2022-12-23
  • 2021-04-21
  • 2021-06-07
  • 2022-01-20
  • 2021-10-15
  • 2021-09-16
相关资源
相似解决方案