Re: [python-win32] how to code pywin32 run existing window task scheduler?

2021-01-14 Thread Eryk Sun
On 1/14/21, Tim Roberts wrote: > On Jan 13, 2021, at 8:07 PM, Pongthorn Sangkaphet > >> I have tried already but error >> > That’s 0x80070005, which is ERROR_ACCESS_DENIED. Have you tried running > this from an elevated process? The default security descriptor of a task grants all access to

Re: [python-win32] how to code pywin32 run existing window task scheduler?

2021-01-14 Thread Tim Roberts
On Jan 13, 2021, at 8:07 PM, Pongthorn Sangkaphet wrote: > I am interested in pywin32 . I am going to use it to run window task > scheduler through Django web application ? > > Does pywin32 provide some features or method to run window task scheduler? > Obviously, since you’re already using