I am writing a script that runs from a user account. The script needs to execute another script as the Administrator account.
- Tried AutoIt's
RunAs- didn't work. - Tried
PsExec- the same. - Tried CMD's
RunAs- needs manual typing of password.
What are my other options?