Friday, 9 May 2014

Always Run A Program As Domain Admin

I encountered this issue with Dameware Mini Remote Control as I was fed up of always having to right click, run as different user whenever I wanted to install the service on a user's PC.

To get round this I did the following;

1. Right click the program and go to Properties
2. In the "Target" box, before the path to the executable, paste the following;
C:\Windows\System32\runas.exe /savecred /user:domain\username
3. OK your way out and run the program. You should be prompted for your admin password the first time, but after that the software should just load.