Comparing Windows 10 Restart Time - Pre and Post 16299.214 Update

Discussion in 'Windows 10' started by Polo6RGTI, Feb 1, 2018.

  1. Polo6RGTI

    Polo6RGTI MDL Junior Member

    Jun 5, 2015
    66
    81
    0
    Please post your Windows 10 restart time results in this thread for discussion.

    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 = "Restart-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 -f -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 takes " & TimeDiff & " seconds to completely restart.", VbInformation, AppName
    end if
    wscript.Quit
    

    I did a restart time test yesterday while still on 16299.194
    MSI Gaming Pro Carbon G4560.png

    The restart time today with 16299.214
    Screenshot (9).png
     
  2. kaljukass

    kaljukass MDL Guru

    Nov 26, 2012
    3,394
    1,322
    120
    Interesting though, why to post or what to discuss?
    Here are all the chances of getting totally arbitrary from wall-to-wall results and that do not really show anything. Absolutely nothing.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,191
    94,421
    450
    Better here than in the hotfix thread ;)
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,191
    94,421
    450
    Don't want to be a party pooper for those who experience boot lag after updating to .214 but:

    On 16299.125 = 91 seconds
    On 16299.214 = 89 seconds
     
  5. pf100

    pf100 Duct Tape Coder

    Oct 22, 2010
    2,069
    3,447
    90
  6. pf100

    pf100 Duct Tape Coder

    Oct 22, 2010
    2,069
    3,447
    90
    Fixed.
     
  7. oveco

    oveco MDL Junior Member

    Apr 10, 2015
    54
    15
    0
    I make test in my best laptop Sony from 2009 with Win 10 LTSB (Intel Core 2 Duo P8600 @ 2.4GHz, RAM 4.00GB and econom SSD from Plextor:
     

    Attached Files:

  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,191
    94,421
    450
    Can you please edit the threadtitle so that it's clear it's about pre 16299.214 and post 16299.214?

    ps, 16299.194 doesn't exist, afaik, it's 16299.192.
     
  9. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    correct
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. John Sutherland

    John Sutherland MDL Addicted

    Oct 15, 2014
    867
    1,388
    30
    I'm still trying to understand the point of the original post. A one second difference in restart time? So what's the big deal? If it weren't for the script telling you, you wouldn't even be aware of the difference. Now, if it were a 10 second difference in restart time, that would be significant.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,191
    94,421
    450
    #12 Enthousiast, Feb 3, 2018
    Last edited: Feb 3, 2018
  12. John Sutherland

    John Sutherland MDL Addicted

    Oct 15, 2014
    867
    1,388
    30
    @Enthousiast - O.K., thanks for pointing that out. I spend a lot of time on the forum, but I still haven't gotten around to reading all 263 pages in the other thread. :doh:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,191
    94,421
    450
    I meant to say: this post: <link to post>.
     
  14. iFlaX

    iFlaX MDL Senior Member

    Apr 10, 2015
    388
    374
    10
    Actually .194 does exist, it was a fix for AMD CPU's i believe.