Is there any way to retrieve only the scheduled task name using SchTasks command?

0

0

Iam working on windows7 . I have scheduled list of tasks using windows task scheduler, the tasks was scheduled successfully.

Now I want to retrieve only the tasks scheduled using SchTasks command instead of status,Next Run Time .....

So is there any command to get only those scheduled tasks?

Santhosh

Posted 2017-04-06T06:38:08.147

Reputation: 1

Your question is not clear. Does schtasks /query /fo LIST /v | findstr "Taskname" help? – DavidPostill – 2017-04-06T10:04:35.007

I need list of task names here. how could i specify "TaskName" particularly – Santhosh – 2017-04-06T10:21:03.377

That command gives you a list of all scheduled task names. Have you run it? – DavidPostill – 2017-04-06T10:29:50.707

No answers