X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: howto schtasks without being within administrator group Date: Sun, 18 Oct 2009 05:21:31 -0700 Message-ID: In-Reply-To: A References: A From: "Egerton, Jim" To: Cc: "Matthias Meyer" Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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/* =20 This was for read access only, but you can try granting full access with rw= x. jim > -----Original Message----- > From: Matthias Meyer [mailto:matthias DOT meyer AT gmx DOT li]=20 > Sent: Saturday, October 17, 2009 6:01 AM > To: cygwin AT cygwin DOT com > Subject: howto schtasks without being within administrator group >=20 > Hello, >=20 > Is there a way to run a schtasks without being in the=20 > administrator group? > Is there a privilege, setting by editrights, which would solve that? >=20 > Thanks > Matthias > -- > Don't Panic >=20 >=20 -- 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