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.
Subscribe to:
Post Comments (Atom)
You are my hero!
ReplyDeleteWorked like a charm!
Thank you, regards,
Michael
I found your answer to this question and tried it. It worked perfectly. Thanks
ReplyDeleteDavid
using windows xp i dont get a security section under tasks ?
ReplyDeleteWorked for me too. Awesome!
ReplyDeleteThanks.
Thanks for this solution. It helped me fix an install issue that I was struggling with for hours.
ReplyDelete