Is it possible to run a batch script as an administer? We need this to be done without any user interaction, so there can't be any password prompt or UAC popups - is this possible?
Is it possible to run a batch script as an administer? We need this to be done without any user interaction, so there can't be any password prompt or UAC popups - is this possible?
Assuming batch means some sort of windows then you could use the task scheduler to do this.
You can use a Joeware tool - CPAU.exe to accomplish this:
This tool makes easy work of running a program in a privileged context on demand.
Assuming
batch
is refering to the UNIX command, you can issuebatch
commands as root user, too.