About 75,600 results
Open links in new tab
  1. Windows Scheduled task succeeds but returns result 0x1

    74 I have a scheduled task on a Windows 2008 R2 server. The task includes a Start In directory entry. The task runs, and the batch file it runs does what it is supposed to do. When I run the …

  2. Task Scheduler error 0X1 How can I solve this? - Stack Overflow

    Nov 26, 2014 · The problem is in the task scheduler is I set folder location,and select bat file, and ** I set run whether user log on or not** and select high privileges then it gives 0X1 error.

  3. PowerShell script won't execute as a Windows scheduled task

    In Windows Task Scheduler I created a new task to execute "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe", passing the argument as …

  4. Where can I find the Windows Task Scheduler exit codes list?

    Mar 19, 2014 · Windows Task scheduler usually runs other things (batch scripts, command line programs etc.), and these are the things that will have documentation on result codes.

  5. cmd - Task Scheduler in Windows 10 throwing (0x1) on …

    Apr 27, 2017 · "The operation completed successfully. (0x0)" If I reopen Task Scheduler and edit the trigger time to 3:00 AM (when I am logged off), the task runs successfully at 3:00 AM, …

  6. excel - Python - Task Scheduler 0x1 - Stack Overflow

    When I run it manually from the Python Shell, it works as intended. Z:\ is a mapped drive located on an entirely different server. When I try to run from the Task Scheduler, I keep getting the …

  7. Solved: Scheduled task fails Last result 0x1 | Experts Exchange

    Nov 27, 2007 · The last result is 0x1. I have tried many things to fix this and the task is not using the check mark "Run only if logged on" so it should run when no one is logged on. I created …

  8. How to fix a last run result error (0x1 - Experts Exchange

    Feb 3, 2015 · Besides using the shutdown command and getting the last run result of 0x1: 1. I have a simple .bat logoff script i've tried which also gives the last run result of 0x1. 2. I have a …

  9. Why do seemingly valid Python scripts fail to run when initiated …

    Mar 29, 2017 · The problem is when I try to schedule Python scripts using Windows Task Scheduler, many of them fail to run (Task Scheduler says "Last Run Result = 0x1"). This …

  10. Why is my Scheduled Task updating its 'Last Run Time' correctly, …

    4 I have a batch file which is set to run as a Scheduled Task on Windows Server 2012. When I run the batch file by hand from the command line, it works. When I right-click on my task in …