Parameter Generator for SCHTASKS.exe

I came across many sites providing functionality for creating crontab parameters from user input using a graphical interface such as.

http://www.openjs.com/scripts/jslibrary/demos/crontab.php and many others, I was wondering if there is the same thing for schtasks.exe Windows utility?

Or if the parameters for SCHTASKS.exe can be programmed from the other side, first defining the task in the task scheduler (GUI) in Windows?

+3
source share
1 answer

schtasks / query / xml generates XML with all parameters defining the task

+1
source

Source: https://habr.com/ru/post/1784090/


All Articles