Hi,
I have an *.exe and *.bat file and i am planning to give those files to domain users to run their self. Normally domain user don't have admin rights. So i need a script to run *.exe or *.bat file with runas admin . it should not prompt the user to enter admin credential or we can include admin credential in the script itself.
Thanks