Monday, December 14, 2009

0x800700005 when creating scheduled task

When creating a scheduled task the following error was experianced:

Error: 0x800700005 access denied when creating a new task

This is because administrators do not have permission to the task scheduler folder for some reason. To fix this perform the following:

1. Open a command prompt
2. Run “Net Use T: \\%computername%\C$\Windows\Tasks /Persistent:No”
3. Open Explorer, right-click Tasks (T:), goto ‘Properties’ Click the [Security]
tab. In security permissions grant Administrators and System Full Control if they do not already have it, and then click [Apply]. Then click [Advanced], check [x] Replace permission entries on all child objects, and click [Ok]. Restart the "Task Scheduler" service and give it another try.

5 comments:

  1. You are my hero!
    Worked like a charm!

    Thank you, regards,
    Michael

    ReplyDelete
  2. I found your answer to this question and tried it. It worked perfectly. Thanks
    David

    ReplyDelete
  3. using windows xp i dont get a security section under tasks ?

    ReplyDelete
  4. Worked for me too. Awesome!
    Thanks.

    ReplyDelete
  5. Thanks for this solution. It helped me fix an install issue that I was struggling with for hours.

    ReplyDelete