[Help] How to create Hybrid ShutDown task in Task Scheduler?

Discussion in 'Windows 8' started by SlimRock, Oct 13, 2014.

  1. SlimRock

    SlimRock MDL Senior Member

    Dec 25, 2011
    324
    105
    10
    Hi all,
    As the title says, I would like to know, how to create a Hybrid Shutdown task so that my system can be turned off automatically daily at 05:59 A.M. ? I tried creating one using c:\windows\system32\shutdown.exe/s /hybrid parameter but it's not working.
    any help on this will be highly appreciated, Thank you. :)
     
  2. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,214
    84,863
    340
    #3 abbodi1406, Oct 13, 2014
    Last edited by a moderator: Apr 20, 2017
    Code:
    schtasks /create /tn "Hybird Shutdown" /tr "shutdown.exe /s /f /hybrid /t 0" /sc DAILY /st 05:59 /ru SYSTEM /rl Highest /F
    
     
  4. SlimRock

    SlimRock MDL Senior Member

    Dec 25, 2011
    324
    105
    10
    #4 SlimRock, Oct 13, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,214
    84,863
    340
    #5 abbodi1406, Oct 13, 2014
    Last edited by a moderator: Apr 20, 2017
    Code:
    shutdown /?
    
    /hybrid    Performs a shutdown of the computer and prepares it for fast startup.
               Must be used with /s option.
    if it's not working, then it's MS fault ;)