i run via cmd this line for txt output in a dir:
SCHTASKS /QUERY /FO TABLE > C:\DATABASE\LISTA_TABLE.txt
but this pritnt in the txt file all task!
possible to set only a task named TEST_TSK
my test:
SCHTASKS /QUERY /TN TEST_TSK /FO TABLE > C:\DATABASE\LISTA_TABLE.txt
But not have result...
SCHTASKS /QUERY /FO TABLE > C:\DATABASE\LISTA_TABLE.txt
but this pritnt in the txt file all task!
possible to set only a task named TEST_TSK
my test:
SCHTASKS /QUERY /TN TEST_TSK /FO TABLE > C:\DATABASE\LISTA_TABLE.txt
But not have result...