Restart Time

Page 4 of 11 FirstFirst ... 23456 ... LastLast

  1. Posts : 12,177
    Windows 7 Ult x64 - SP1/ Windows 8 Pro x64
       #30

    Hi all,

    You should post your restart times here: ReBoot Time

    This is just the tutorial on how to do it.

    You can see a lot more posted, some are very fast...
      My Computer


  2. Posts : 1
    Windows 7 Ultimate 64Bits
       #31

    Hello everyone :)

    My score is 40sec.
      My Computer


  3. Posts : 4
    windows 7 beta
       #32

    Here you go
    Attached Thumbnails Attached Thumbnails Restart Time-restart-time.png  
      My Computer


  4. Posts : 7,466
    Windows 10 Home Premium 64bit sp1
       #33

    This can't possibly be right even though i changed the cpu and psu is this really accurate i mean it is fast but this fast ?
    Attached Thumbnails Attached Thumbnails Restart Time-restart-time.jpg  
      My Computer


  5. Posts : 72,046
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #34

    LOL, nice edit job there Tommy.
      My Computer


  6. Posts : 7,466
    Windows 10 Home Premium 64bit sp1
       #35

    haha i could only wish i knew how to edit that portion and if you told me how belive me i would probally bs a few stats hahaha j/k

    But seriously I am shocked ! this is beyond belivable for me and also my boot duration is short as well take a look also i am way overdue for a SSD It would probally exceed this if any with a SSD
    Attached Thumbnails Attached Thumbnails Restart Time-boot.png  
      My Computer


  7. Posts : 72,046
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #36

    I'm not sure why you would get a result like that. Maybe the OC'd CPU may have something to do with it??
      My Computer


  8. Posts : 7,466
    Windows 10 Home Premium 64bit sp1
       #37

    Brink said:
    I'm not sure why you would get a result like that. Maybe the OC'd CPU may have something to do with it??

    That could be it i did bump it up to 3.7 stable could have went to 4ghz but im not trying to kill my system when i get a new mobo and ram i will probally clock that high
      My Computer


  9. Posts : 2,737
    Windows 7 Enterprise (x64); Windows Server 2008 R2 (x64)
       #38

    seeker3 said:
    Is there a way to make one of these just for boot up time?
    Try this:

    Restart-and-Boot-Time.vbs
    Code:
     
    On Error Resume Next
    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 = "Restart-and-Boot-Time"
    strComputer = "."
    Set objWMIService = GetObject ("winmgmts:\\" & strComputer & "\root\cimv2")
    Set colOperatingSystems = objWMIService.ExecQuery("Select * from Win32_OperatingSystem")
    Set WshShell = CreateObject("WScript.Shell")
    PathFile = """" & WScript.ScriptFullName & """"
    Result = WshShell.RegRead(KeyA & "Times")
    If Result = "" then
       MsgResult = Msgbox (MsgA, vbOKCancel, AppName)
       If MsgResult = vbcancel then WScript.Quit
       WshShell.RegWrite KeyA & "Times", left(Time,8), "REG_SZ"
       WshShell.RegWrite KeyB, PathFile, "REG_SZ"
       WshShell.Run "cmd /c Shutdown -r -t 00", false, 0 
    else
       For Each objOS in colOperatingSystems
          dtmBootup = objOS.LastBootUpTime
          dtmLastBootupTime = CDate(Mid(dtmBootup, 5, 2) & "/" & Mid(dtmBootup, 7, 2) & "/" & Left(dtmBootup, 4) & " " & Mid (dtmBootup, 9, 2) & ":" & Mid(dtmBootup, 11, 2) & ":" & Mid(dtmBootup, 13, 2))
          BootTime = DateDiff("s",dtmLastBootupTime,now)
       Next
       WshShell.RegDelete KeyA & "Times"
       WshShell.RegDelete KeyA
       WshShell.RegDelete KeyB
       TimeDiff = DateDiff("s",Result,left(Time,8))
       MsgBox "Your computer restarts in " & TimeDiff & " seconds and" & vbLF & "Boots in approximately " & BootTime & " seconds", VbInformation, AppName
    End if
      My Computer


  10. Posts : 3
    Windows 7 Home Premium 64bit (build 7600)
       #39

    I've been looking for something like this,thanks

    79 seconds.I obviously still have some tweaking to do
      My Computer


 
Page 4 of 11 FirstFirst ... 23456 ... LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 17:16.
Find Us