In Server 2008 R2, when I run a batch file under the security credentials of a user of a domain with security confirmation “log in as a batch job” in the local security policy> “Local settings”> “Assign user rights”, even then my batch (copying the log file to the general network share) will not run as a scheduled task until I choose the tab "General" option "Run with highest privileges" (not selected by default!) also, the option "Start" has been selected, whether the user is on or It is, with the "radio" button, but I think this is pretty standard when you select to run the task by using a domain user account.
For the “Actions” tab: specifying the entire name of the batch file, including its path, directly in “Program / script:” works fine (with Server 2008 R2) Using double quotes inside the batch file does not cause problems.
source share