Tagged Questions
0
votes
1answer
294 views
Schtasks can't run .bat file in windows server 2003
I have a problem with running a .bat file in windows 2003. If I change the user to Admin, I can run it without any problem, but with SYSTEM as user, it will not run. The command is:
SCHTASKS /Create ...
3
votes
1answer
4k views
run as “NT AUTHORITY\SYSTEM” is ideal for scheduled tasks?
I have a backup / autoupdate process for my software, and usually I create a new user for running it in task scheduler (most users don't have a password, and task scheduler needs it, don't know why).
...
1
vote
1answer
438 views
Windows Server 2008 - Scheduled Task Multiple Users
I am setting up a scheduled task on a Windows 2008 server to run a utility. I am able to do this without a problem with my user account, but no one else can access it when they login. I need to create ...