"Run As Admin" for Snapins
-
Hi,
the office snapin works only under the local admin user. is there any way to start the install of a snapin with local admin settings?
like in windows right click “run as admin” option…
-
Download PSEXEC: [url]http://live.sysinternals.com/psexec.exe[/url]
[code]psexec /accepteula -u domain\user -p password filename.exe[/code]
Moved to ‘Windows Related’
-
It’s probably not advisable to be using the domain administrator account, better to delegate local admin rights to another AD account and then use that to install software.