Skip to content
Advertisement

Tag: scheduled-tasks

create a task scheduler from the command line with python and run admin privilege

I create manual tasks in the task scheduler like [here].(https://www.jcchouinard.com/python-automation-using-task-scheduler/) I want to do this in cmd but how to choose admin privilege and send all parameters like path python or my file Answer This is my command line But I get: Invalid syntax. Mandatory option ‘sc’ is missing. Type “CREATE /?” for usage. I want to do this and

Advertisement