I created a program.I register a Windows taskscheduler and run it at 9 a.m. every day.
I'm trying to create a setup program that registers Windows tasksscheduler through Python, is there a Python module or other programming language that I can use ?
CodePudding user response:
