I am migrating a bunch of .bat scripts from running on task scheduler to running under VisualCron.
Right now the scripts run under Administrator privilege under Task Scheduler.
I would like to avoid administrator privilege for all the usual reasons.
What are some techniques that others have used to avoid running as Administrator?
Do you create a user per script?
VisualCron allows running as a user, but is there a way to specify running as a group?