Windows 10: Task scheduler

Discus and support Task scheduler in Windows 10 Software and Apps to solve the problem; Hello,Probably stupid mistake somewhere :I replace 2 servers 2016 to 2025, first one : no issue.2nd one : I have a C:\script\doit.ps1Inside the PS1 :... Discussion in 'Windows 10 Software and Apps' started by FranckJN, Mar 10, 2025.

  1. FranckJN Win User

    Task scheduler


    Hello,Probably stupid mistake somewhere :I replace 2 servers 2016 to 2025, first one : no issue.2nd one : I have a C:\script\doit.ps1Inside the PS1 : echo "hello" >> C:\logs\scritps.txtOpen powershell, run ps1 > OKCreate task in scheduler > OKEdit the task so it run from "Run only when user is logged on" to :- "Run whether user is logged on or not"- "Run with highest privileges"Enter password of my user administrator and...nothing.I start the task manually, it says "Running" and log file stay empty.I forced kill, restart server, re-create task with task scheduler running as adm

    :)
     
    FranckJN, Mar 10, 2025
    #1

  2. Task Scheduler with error message The selected task »CreateChoiceProcessTask« no longer exists

    Hi,

    Thank you for posting your query on Microsoft Community. Let me assist you.

    I suggest you to clear the task from Task Scheduler using the below steps and check if the issue still persists.

    Steps:-

    • Type Task Scheduler on Search bar.
    • Click on Task Scheduler Library.
    • Select the particular task and right click on it.
    • Select End.

    Hope this information is helpful. Please do let us know if you need further assistance, we’ll be glad to assist you.
     
    Pawan Dhondiyal, Mar 10, 2025
    #2
  3. Window's Task Scheduler Not Running

    Hi,

    To assist you better, kindly provide us more details by answering the following questions:

    • Have you tried recreating the task? If so, are you getting the same issue?
    • Have you tried creating a new task?
    Meanwhile, we suggest that you ensure that the Task Scheduler is running. You can verify if the service is running by following these steps:

    • Press Windows key + R on your keyboard.
    • Type services.msc and hit Enter.
    • Under Services (Local), make sure that the Task Scheduler service's status is
      Started or Enabled.
    Should you need further assistance, feel free to get back to us.
     
    Monica Cam, Mar 10, 2025
    #3
  4. Task scheduler

    Cannot schedule a task with Task Scheduler - error 2147942403

    Hi,

    I suggest you to check the below settings and check fi it helps.

    • In task scheduler, click on the scheduled job properties > then settings.
    • In the last listed option: "If the task is already running, the following rule applies:"
    • Select "Stop the existing instance" from the drop down list.
    • Save and Exit. Then check whether the task is running or not.

    Please get back to us with an update on this issue, we will be happy to assist you further.

    Thank you.
     
    Karthicka_R, Mar 10, 2025
    #4
Thema:

Task scheduler

Loading...
  1. Task scheduler - Similar Threads - Task scheduler

  2. windows 11 keeps disabling scheduled task

    in Windows 10 Gaming
    windows 11 keeps disabling scheduled task: I have set up scheduled tasks to perform a file synch session. Windows 11 keeps disabling the task. This never happened on windows 10. What is the problem? How do I solve this?...
  3. windows 11 keeps disabling scheduled task

    in Windows 10 Software and Apps
    windows 11 keeps disabling scheduled task: I have set up scheduled tasks to perform a file synch session. Windows 11 keeps disabling the task. This never happened on windows 10. What is the problem? How do I solve this?...
  4. gMSA account with Task Scheduler does not work

    in Windows 10 Gaming
    gMSA account with Task Scheduler does not work: Hello,I'm trying to run a PowerShell script through a scheduled task on my domain controller. The script is configured to run with a gMSA service account.The scheduled task was created via a script so that it could be registered with a gMSA account.I've added the gMSA account...
  5. gMSA account with Task Scheduler does not work

    in Windows 10 Software and Apps
    gMSA account with Task Scheduler does not work: Hello,I'm trying to run a PowerShell script through a scheduled task on my domain controller. The script is configured to run with a gMSA service account.The scheduled task was created via a script so that it could be registered with a gMSA account.I've added the gMSA account...
  6. No permission to disable, create, run or change Task Scheduler task

    in Windows 10 News
    No permission to disable, create, run or change Task Scheduler task: [IMG]The Task Scheduler is a built-in utility that allows you to create, run, and schedule tasks. However, we have noticed that when trying to perform any task using the Task Scheduler, an error pops up, signifying that we lack the required permission. So, if there is no...
  7. How do I hide cmd.exe run through task scheduler?

    in Windows 10 Gaming
    How do I hide cmd.exe run through task scheduler?: Hello, I'm running the command below to execute my .exe without the UAC prompt, but for the extra mile, how do I hide the cmd when I launch it through a shortcut? I'm aware I can use @Echo off, I don't really know where to put this line.Program/script: cmd.exeAdd arguments...
  8. How do I hide cmd.exe run through task scheduler?

    in Windows 10 Software and Apps
    How do I hide cmd.exe run through task scheduler?: Hello, I'm running the command below to execute my .exe without the UAC prompt, but for the extra mile, how do I hide the cmd when I launch it through a shortcut? I'm aware I can use @Echo off, I don't really know where to put this line.Program/script: cmd.exeAdd arguments...
  9. How do I hide cmd.exe run through task scheduler?

    in Windows 10 Customization
    How do I hide cmd.exe run through task scheduler?: Hello, I'm running the command below to execute my .exe without the UAC prompt, but for the extra mile, how do I hide the cmd when I launch it through a shortcut? I'm aware I can use @Echo off, I don't really know where to put this line.Program/script: cmd.exeAdd arguments...
  10. How to start ClickOnce Program using Task Scheduler

    in Windows 10 Gaming
    How to start ClickOnce Program using Task Scheduler: I'm trying to start a clickonce application from the task scheduler but nothing I try works.Using a simple exaple as runningC:\Windows\System32\rundll32.exe dfshim.dll,ShOpenVerbApplication http://domain.tld/MyApp.applicationIf I run the command from Run or from a command...