How to fix task scheduler - Create Task - New Action - Browse button not working

Nimesh Patel 0 Reputation points
2023-03-14T18:52:21.15+00:00

Hello,

I am trying to schedule a task in Windows server for that i go to task scheduler - Create task - Actions - New Action and when i try to click Browse button nothing will happen. It's not opening any windows to select my folder for that task. Could you please suggest for this issue.

User's image

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
8,839 questions
No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 16,666 Reputation points
    2023-03-15T15:56:40.7766667+00:00

    Hello

    Thank you for your question and reaching out. I can understand you are having query\issues related to Task scheduler.

    First of all please reboot your Computer and check if the issue resolved automatically.

    If still issue persists follow below steps which should help you to resolve the issue.

    1. Run sfc /scannow from elevated prompt.
    2. Run below DISM commands from elevated prompt.

    DISM /Online /Cleanup-Image /CheckHealth

    DISM /Online /Cleanup-Image /ScanHealth

    DISM /Online /Cleanup-Image /RestoreHealth

    1. Try to create new Task scheduler Job from different user with Admin privileges.

    --If the reply is helpful, please Upvote and Accept as answer--