Share via

Cannot start Task Scheduler (Error 13: The data is invalid)

Anonymous
2024-08-10T04:05:36+00:00

As the title of the post says, I am unable to start Task Scheduler through Services. When I try, I get the following error:

"Windows could not start the Task Scheduler service on Local Computer. Error 13: The data is invalid."

I'm not sure what's causing this error or how I could go about fixing it. Does anyone know what to do?

Sorry if this is in the wrong topic. I'm not really sure what category this issue would fall under.

Windows for home | Windows 10 | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Ramesh 176.5K Reputation points Volunteer Moderator
    2024-10-05T03:06:52+00:00

    Hi Max,

    The service configuration looks good.

    Please see if a repair installation fixes the Task Scheduler error.

    1. Download Windows 10 Media Creation Tool (MCT) from this link:

    https://go.microsoft.com/fwlink/?LinkId=2265055

    1. Run MCT and accept the license agreement.
    2. Click "Upgrade this PC now". This starts the repair installation.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-10-05T02:30:47+00:00

    Hi Ramesh,

    Sorry for such a late reply. Life got in the way.

    Here's the output from the command prompt.

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule

    AtTaskMaxHours    REG\_DWORD    0x48 
    
    DependOnService    REG\_MULTI\_SZ    RPCSS\0SystemEventsBroker 
    
    Description    REG\_SZ    @%SystemRoot%\system32\schedsvc.dll,-101 
    
    DisplayName    REG\_SZ    @%SystemRoot%\system32\schedsvc.dll,-100 
    
    ErrorControl    REG\_DWORD    0x1 
    
    FailureActions    REG\_BINARY    805101000000000000000000030000001400000004000000000000000100000060EA00000000000000000000 
    
    Group    REG\_SZ    SchedulerGroup 
    
    ImagePath    REG\_EXPAND\_SZ    %systemroot%\system32\svchost.exe -k netsvcs -p 
    
    MitigationFlags    REG\_DWORD    0x1 
    
    ObjectName    REG\_SZ    LocalSystem 
    
    RequiredPrivileges    REG\_MULTI\_SZ    SeIncreaseQuotaPrivilege\0SeChangeNotifyPrivilege\0SeImpersonatePrivilege\0SeAssignPrimaryTokenPrivilege\0SeTcbPrivilege\0SeRestorePrivilege\0SeBackupPrivilege\0SeSecurityPrivilege\0SeTakeOwnershipPrivilege\0SeLoadDriverPrivilege\0SeSystemProfilePrivilege\0SeSystemTimePrivilege\0SeProfileSingleProceࡳsPrivilege\0SeIncreaseBasePriorityPrivilege\0SeCreatePageFilePrivilege\0SeCreatePermanentPrivilege\0SeShutdownPrivilege\0SeDebugPrivilege\0SeAuditPrivilege\0SeSystemEnvironmentPrivilege\0SeUndockPrivilege\0SeManageVolumePrivilege\0SeIncreaseWorkingSetPrivilege\0SeTimeZonePrivilege\0SeCreateSymbolicLinkPrivilege\0SeLockMemoryPrivilege\0SeCreateGlobalPrivilege\0ɓeDelegateSessionUserImpersonatePrivilege 
    
    ServiceSidType    REG\_DWORD    0x1 
    
    Start    REG\_DWORD    0x2 
    
    SvcMemHardLimitInMB    REG\_DWORD    0xa 
    
    SvcMemMidLimitInMB    REG\_DWORD    0x6 
    
    SvcMemSoftLimitInMB    REG\_DWORD    0x4 
    
    Type    REG\_DWORD    0x20 
    

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule\Parameters

    ServiceDll    REG\_EXPAND\_SZ    %systemroot%\system32\schedsvc.dll 
    
    ServiceDllUnloadOnStop    REG\_DWORD    0x1 
    
    ServiceMain    REG\_SZ    ServiceMain 
    

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule\Security

    Security    REG\_BINARY    01001480900000009C000000140000003000000002001C000100000002801400FF010F000101000000000001000000000200600004000000000014008D00020001010000000000050B00000000001800DD010E000102000000000005200000002002000000001400FF010F00010100000000000512000000000018008D00020001020000000000052000000021020000010100000000000512000000010100000000000512000000
    

    Let me know where to go from here.

    Was this answer helpful?

    0 comments No comments
  3. Ramesh Srinivasan 81,805 Reputation points Independent Advisor
    2024-08-10T07:47:01+00:00

    Hi Max, This is Ramesh.

    Let's check the scheduler service's configuration. Please open a Command Prompt window and maximize it.

    Run this command:

    reg query "HKLM\SYSTEM\CurrentControlSet\Services\Schedule" /s

    Press Enter.

    Copy the output and post it here.

    Was this answer helpful?

    0 comments No comments