List, add, edit, delete Windows Scheduled Tasks from the command-line
Solution 1:
See This link at Microsoft on using at and schtasks to manage scheduled tasks from the command line.
Solution 2:
schtasks.exe /change /TN pepe /ENABLE
See This link at Microsoft on using at and schtasks to manage scheduled tasks from the command line.
schtasks.exe /change /TN pepe /ENABLE