-
Task scheduler issue
I could use some help on this one... I have a batch file I need to run every 10 minutes. Scheduling the task with the task scheduler will result in the command window showing up, which is really annoying. Is there any way of setting such a task to run in a non-interactive way (hidden)??? The AT command would do it, but it doesn't allow for a task to be scheduled every N minutes. O/S is Win2K server.
-
Solution?
Create a new user account with admin privileges, and setup your task to run under that account. Task will run no matter who is logged in, but if it is running under a different account that the one logged in, it will run in the background.
.
.
.
.
-
should have thought of this ;)
the task doesn't even require admin rights so I used one of the service accounts...