Scheduling a task to run in the system user context

  • Thread starter Thread starter barabba
  • Start date Start date
B

barabba

Anybody knows how to schedule a job to run in the system user context
(Windows 2000 / 2003) ?

Can I just enter system in the user field ?

Thanks,
Bar
 
barabba said:
Anybody knows how to schedule a job to run in the system user context
(Windows 2000 / 2003) ?

Can I just enter system in the user field ?

Thanks,
Bar

If you are setting the credentials from the Mstask-GUI-RunAs field,
then the answer is no. While the RunAs dialog will accept a blank
username, or 'MachineName\SYSTEM', there is no accetable password and
you will see that such JOB's will fail to start, with the message
'could not start' in the status field.

However, you should be able to set to run as SYSTEM using the
Schtasks.exe applet or using various activex scriptable objects.
Search groups.google for 'script mstask'

hth,
tlviewer

AIM:YahooIM:tlviewer
 
From a command prompt;
at /?
for the syntax of AT scheduler.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Anybody knows how to schedule a job to run in the system user context
| (Windows 2000 / 2003) ?
|
| Can I just enter system in the user field ?
|
| Thanks,
| Bar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top