I
I
Ilya2021-09-22 22:38:36
Task Schedulers
Ilya, 2021-09-22 22:38:36

How to manage task scheduler using python3?

How to manage task scheduler from windows 10 in python3? What are the solutions to add a task to the scheduler at startup?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vindicar, 2021-09-23
@Vindicar

1. cmd: SchTasks.exe /? Further simply you call with the necessary parameters.
2. Using the API based on the COM library. For python, there is a pywin32 library, the win32com module of which provides interaction with COM.
stackoverflow

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question