Jump to content

scheduling tasks


00bagel

Recommended Posts

im operating on windows xp

 

 

 

i made a simple batch file that i wanted to schedule, so i went to the scheduled tasks folder, opened up the "add scheduled task" wizard and set about locating my file, then i clicked finish and it said that "access is denied". i am the administrator so why does this happen, and how can i get around it.

Link to comment
Share on other sites

2 things to check:

 

 

 

1. Can you run the batch file manually?

 

 

 

2. I know you're an administrator, and that means you are a member of the administrators group, but are you also a member of any other groups, such as users? If you are, remove them so that you are a member of Administrators only. And the reason is: If you are a member of any group that denies access to any resource, "you" will also be denied access, and that doesn't matter if you're an administrator. The way NT permissions work is that deny ALWAYS overrules allow, it's a security thing :geek:. So make sure you're a member of the administrators group only.

Link to comment
Share on other sites

just another thing to help the people trying to help me.

 

 

 

when i go into cmd and write

 

 

 

cacls c:\new.bat

 

 

 

i get...

 

 

 

new.bat LAPTOP\SYSTEM:F

 

NT AUTHORITY\SYSTEM:F

 

BIULTIN\Administrators:F

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.