Please post your Windows 10 restart time results in this thread for discussion. Spoiler: Restart-Time.vbs script 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 Spoiler The restart time today with 16299.214 Spoiler
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.
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
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:
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.
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.
This is the reason polo started this thread post: https://forums.mydigitallife.net/threads/windows-10-hotfix-repository.57050/page-263#post-1408117
@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.