This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: howto schtasks without being within administrator group


I had a similar requirement to give a non administrator user read access to the task scheduler and accomplished this with:

   setfacl -m default:user:test:r-x,user:test:r-x /windows/tasks
   setfacl -m default:user:test:r-x,user:test:r-x /windows/tasks/*
 
This was for read access only, but you can try granting full access with rwx.

jim



> -----Original Message-----
> From: Matthias Meyer [mailto:matthias.meyer@gmx.li] 
> Sent: Saturday, October 17, 2009 6:01 AM
> To: cygwin@cygwin.com
> Subject: howto schtasks without being within administrator group
> 
> Hello,
> 
> Is there a way to run a schtasks without being in the 
> administrator group?
> Is there a privilege, setting by editrights, which would solve that?
> 
> Thanks
> Matthias
> --
> Don't Panic
> 
> 

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]