how to change shutdown times

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • billy2
    DK Veteran
    • Jul 2008
    • 1381

    #1

    how to change shutdown times

    hi guys can anyone tell me how to change the shutdown time on window xp, have beening running tuneup utillities and it keeps telling me this.
    the waiting time specified for a service to close at computer shutdown is very low (2seconds).after the specified
    time,windows will force these services to close


    recommended solution

    increases the maximum waithing for the progam to 15 seconds
    please press the little red THANKS tab
    if I helped if not press the green tab to tell me to f**Koff



    sometimes life will kick you around , but sooner or later , you realize you`re a warrior , and your stronger than anything life throws your way !!!!!!!!!!!!!!!!!!!!!!
  • chmourt
    Newbie
    • Sep 2010
    • 3

    #2
    First create a new shortcut in your desktop, and when prompted to the path put
    -%windir%\system32\shutdown.exe -s -t 00 -f
    This for immediatly shutdown
    -%windir%\system32\shutdown.exe -r -t 00 -f
    Restart
    -%windir%\system32\shutdown.exe -l -t 00 -f
    To logoff
    After that rename the shortcuts according to his functio and change the icons thats it

    Comment

    • chmourt
      Newbie
      • Sep 2010
      • 3

      #3
      Windows Registry Editor Version 5.00


      ; Boost shutdown / restart - All the values are fixed to 1000 ms
      [HKEY_CURRENT_USER\Control Panel\Desktop]
      "AutoEndTasks"=hex(2):31,00,00,00
      "HungAppTimeout"=hex(2):31,00,30,00,30,00,30,00,00 ,00
      "WaitToKillAppTimeout"=hex(2):31,00,30,00,30,00,30 ,00,00,00
      "WaitToKillServiceTimeout"=hex(2):31,00,30,00,30,0 0,30,00,00,00
      [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l]
      "WaitToKillAppTimeout"=hex(2):31,00,30,00,30,00,30 ,00,00,00
      "WaitToKillServiceTimeout"=hex(2):31,00,30,00,30,0 0,30,00,00,00

      Comment

      Working...