Post Ur Computer's Boot Time

VSGM

Well-known member
  • Aug 2, 2007
    10,330
    213
    63
    How much time does u'r computer takes to reboot???

    my time:

    302sww6.jpg



    U can get u'r computers boot time by the attachment i've posted.

    and post ur time!!
     

    Attachments

    • time.zip
      623 bytes · Views: 256

    hirushan

    Member
    May 21, 2007
    5,957
    32
    0
    40
    Edinton Furniture->Moratumulla
    Code:
    Option Explicit
    On Error Resume Next
    Dim Wsh, Time1, Time2, Result, PathFile, MsgResult, MsgA, AppName, KeyA, KeyB, TimeDiff
    MsgA = "Please close all running applications and click on OK."
    KeyA = "HKEY_CURRENT_USER\Software\RestartTime\"
    KeyB = "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\RestartTime"
    AppName = "ReBoot-Time"
    Set Wsh = CreateObject("WScript.Shell")
    PathFile = """" & WScript.ScriptFullName & """"
    Result = wsh.RegRead(KeyA & "Times")
    if Result = "" then
    MsgResult = Msgbox (MsgA, vbOKCancel, AppName)
    If MsgResult = vbcancel then WScript.Quit
    Wsh.RegWrite KeyA & "Times", left(Time,8), "REG_SZ"
    Wsh.RegWrite KeyB, PathFile, "REG_SZ"
    Wsh.Run "cmd /c Shutdown -r -t 00", false, 0 
    else
    Wsh.RegDelete KeyA & "Times"
    Wsh.RegDelete KeyA
    Wsh.RegDelete KeyB
    TimeDiff = DateDiff("s",Result,left(Time,8))
    MsgBox "Your computer reboots in " & TimeDiff & " seconds", VbInformation, AppName
    end if
    wscript.Quit
     

    cbpower

    Member
    Jun 20, 2008
    158
    0
    0
    82 Seonds On Q6600 2GB RAM ON XP :lol:
    My Startup items- Vista Sidebar, KAV, MSN Live, Windows Blindsm Cursor FX, & Windows FX

    Vista Starts faster than XP for me because there are less softs installed. But for XP I have installed more than 100 softs Its the reason for the delay.

    So I think installed software makes booting delayed.