8 Responses to “How to check scheduled tasks in Windows”

  • Jim Lomenzo says:

    I cannot disable the constant pop ups from Winzip1 I followed the instructions on various posts; however many instructions lack the appropriate “buttons” such as Action and Delete.

    HELP

  • Muz says:

    I had success find the task using powershell:

    Get-ScheduledTaskInfo -TaskName “Your task name here”

  • dan says:

    If a task is DISABLED and I ENABLE it, will it only be for that session or will it be enabled on every bootup?
    Dan

  • Onur says:

    Note that Task Scheduler Libray filters out Microsoft tasks and only shows custom tasks. If you want to view all tasks you have to struggle with “Active Tasks” with which involves MS tasks. It is a mess.

  • Danno says:

    What does “customer handler” mean under the Action heading? If you try to view actual details by hitting ‘Edit’, Task Scheduler blocks you from seeing anything.

    Also, does MS publish a list of pre-installed Tasks, so you can ensure that there are no rogue entries?

  • Hyder says:

    Is there a task number or serial assigned to a task in task scheduler?

    I am trying to run a custom VB script where it prompts to pass the task numbers/serials. I entered the task name but it doesnt work

  • Mike says:

    Win7 Pro. How do you write the Program/script to open a folder?

Leave a Reply