Brrownie Posted November 28, 2010 Share Posted November 28, 2010 How to Test Your Computer's Reboot TimeThis works for both XP, Vista and Windows 7Open Notepad and copy everything in the code box below and paste it in Notepad.Code:Option ExplicitOn Error Resume NextDim Wsh, Time1, Time2, Result, PathFile, MsgResult, MsgA, AppName, KeyA, KeyB, TimeDiffMsgA = "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 = "[GeekPolice] Reboot Time"Set Wsh = CreateObject("WScript.Shell")PathFile = """" & WScript.ScriptFullName & """"Result = wsh.RegRead(KeyA & "Times")if Result = "" thenMsgResult = Msgbox (MsgA, vbOKCancel, AppName)If MsgResult = vbcancel then WScript.QuitWsh.RegWrite KeyA & "Times", left(Time,8), "REG_SZ"Wsh.RegWrite KeyB, PathFile, "REG_SZ"Wsh.Run "cmd /c Shutdown -r -t 00", false, 0elseWsh.RegDelete KeyA & "Times"Wsh.RegDelete KeyAWsh.RegDelete KeyBTimeDiff = DateDiff("s",Result,left(Time,8))MsgBox "Your computer reboots in " & TimeDiff & " seconds", VbInformation, AppNameend ifwscript.Quit2. Save the file as Reboot Time.vbs on anywhere, your desktop for example. You can choose to save the file as any name you want, just make sure the file ends with a .vbs extension.Got it from another site..Enjoy!OrFor lazy ppl like me :PSite : http://www.mediafire.com/Sharecode : ?2m69n8r16qla4bx Link to comment Share on other sites More sharing options...
HX1 Posted November 28, 2010 Share Posted November 28, 2010 Should have posted the rest of it..How to use:Double click on the script file you saved.Close all the running applications and click the OK button in the dialog box.The computer will reboot and when Windows and a dialog box will open displaying the time your computer took to reboot.How it works:In order to calculate the time of rebooting Windows, we will use a VB Script (Visual BASIC Scripting Edition). Let us learn first how it works. The script writes a value in the registry (HKCU\Software\Microsoft\Current Version\run) so that it can be started again when booting. Later, another value containing the time is written in the registry when the reboot starts. While rebooting, the script records the hour in a variable then checks if the first value containing the time exists. If so, it is then enough to compare two times in order to obtain the time of rebooting. Then, the two keys added to the registry are removed (the run key and the key where the time is stored).If you wan to learn how to get a boot up time like mine, check this tutorial out: Use Multiple CPU's at StartupScript Source Link to comment Share on other sites More sharing options...
Brrownie Posted November 28, 2010 Author Share Posted November 28, 2010 Thanks Heath for elaborating....;)Cheers Link to comment Share on other sites More sharing options...
HX1 Posted November 28, 2010 Share Posted November 28, 2010 LOL.. :thumbsup: Link to comment Share on other sites More sharing options...
Brrownie Posted November 28, 2010 Author Share Posted November 28, 2010 BTW my reboot test... B) Link to comment Share on other sites More sharing options...
Tunerz Posted November 28, 2010 Share Posted November 28, 2010 Link to comment Share on other sites More sharing options...
asianman6924 Posted November 29, 2010 Share Posted November 29, 2010 Nice find Brrownie, and thanks for the share!here is my result. oh also keep in in mind that your firewall will have a impact on those times.I had to run the file twice to get that 57 sec (first time i got 93 seconds) reading because comodo defense+ asked me permission to access some files which had a big delay. Make sure to disable your firewall or make an exception before running. Link to comment Share on other sites More sharing options...
implague Posted November 29, 2010 Share Posted November 29, 2010 sure i ll post my result soon just hoping it ll not a embarssing one :ph34r: Link to comment Share on other sites More sharing options...
HX1 Posted November 29, 2010 Share Posted November 29, 2010 My first one ran a 168... But that was with me going.. ' Oh I have to put in my password now.. ' but nevertheless for whatever reason I have been having some small issues with the position of my files on the HD since last upgrade of UD.. and for some reason I get this lag in the black space before the Logon Screen.. Usual Suspects show no problems.. but Diagnostic Performance showed cFos as taking longer to startup.. had some lingering entries from the Acronis Update.. Small thing to cleanup..Anyway.. regular maintenance performed.. everything back like it was supposed to be.. rendered 90 secs.. with my crappy hardware.. LOL Link to comment Share on other sites More sharing options...
implague Posted November 30, 2010 Share Posted November 30, 2010 though i have good hardware still it takes almost 1and half minute to reboot @ heath i guess u r correct with cfosspeed, its taking time to load its drivershere is the results my computer reboot time verification Link to comment Share on other sites More sharing options...
HX1 Posted November 30, 2010 Share Posted November 30, 2010 What is odd is that I never got his message until after I upgraded to 6.04.. version 5 was fine.. never showed up the Diagnostic Logs... Guess the new version needs an update... or to be fixed.. may even downgrade.. boot times were a lot better.. Link to comment Share on other sites More sharing options...
KotaXor Posted November 30, 2010 Share Posted November 30, 2010 Laptop i3 with 8GB RAM, Windows 7 Ultimate x64 Link to comment Share on other sites More sharing options...
implague Posted November 30, 2010 Share Posted November 30, 2010 @Kotaxorcan u pm me the hardware info of ur lappi?im plannin to buy new one :) Link to comment Share on other sites More sharing options...
KotaXor Posted November 30, 2010 Share Posted November 30, 2010 @Kotaxorcan u pm me the hardware info of ur lappi?im plannin to buy new one :)Send! But its already 9 month old. Link to comment Share on other sites More sharing options...
KotaXor Posted November 30, 2010 Share Posted November 30, 2010 But I prefer using Bootracer to gauge!See attached of my laptop. Link to comment Share on other sites More sharing options...
implague Posted November 30, 2010 Share Posted November 30, 2010 @Kotaxor saw ur pm pretty handsome H/w though its 8 mnth old still beats everyone well i guess i am going to make some changes for my lappi which i am planing to buy Link to comment Share on other sites More sharing options...
sanjoa Posted November 30, 2010 Share Posted November 30, 2010 This is mine.I think i should do some cleanup :P Link to comment Share on other sites More sharing options...
HX1 Posted November 30, 2010 Share Posted November 30, 2010 Somethings definitely has you slowed up.... I get surprised when better hardware boots slower.. or only slightly faster.. LOL.. Also one of the reasons tweaking for clean operation sometimes get evaded.. because it seems acceptable when it could be cut in half.. at minimum.. and the whole system running lighter and more efficiently.. Link to comment Share on other sites More sharing options...
PurplebeanZ Posted November 30, 2010 Share Posted November 30, 2010 84 seconds on my netbook - Win7 Home Premium x86 Link to comment Share on other sites More sharing options...
KotaXor Posted December 1, 2010 Share Posted December 1, 2010 @Kotaxor saw ur pm pretty handsome H/w though its 8 mnth old still beats everyone well i guess i am going to make some changes for my lappi which i am planing to buyAt that price (when I bought it)...can get an i5 now.:frusty: Link to comment Share on other sites More sharing options...
streamer_ Posted January 25, 2011 Share Posted January 25, 2011 Its on my laptop. Acer Aspire TimelineX 5820TG, SSD Vertex 2 Link to comment Share on other sites More sharing options...
Administrator DKT27 Posted January 26, 2011 Administrator Share Posted January 26, 2011 i have ASUS ExpressGate sooooo.... i boot up in like under 5 sec! 8)Well, it can be helpful but I advice you to uninstall it. Will hog about 2GB of your hard disk space, for something you'll never use daily. The only second bad thing about Asus, first it's softwares, second it's indirect claim that Expressgate comes embedded in the MOBO. But no, it comes in DVD, installs it with other softwares and hogs 2GB of your HDD. If there's something wrong with Windows, you can always use Hiren or Ubuntu. Link to comment Share on other sites More sharing options...
BoxingChaos Posted February 27, 2011 Share Posted February 27, 2011 I thought my system was fast but some of you are faster. Still not bad for me considering when I was using XP it took pretty long. Windows 7 is just awesome in comparison to all older version of win. Link to comment Share on other sites More sharing options...
toyo Posted February 27, 2011 Share Posted February 27, 2011 Oh boy. I thought I'll post a 2 minutes result or something with AIDA64 OSD, proceXP, StrokeIt and Kaspersky IS, not to mention other services all starting up. But incredible enough, here's my result, nop SSD, not a fast HDD, and merely a Core 2 Duo at 3.16 GHz.Edit: The script gives a result of 61 secs.2nd edit: 48 secs with the script after turning off unnecessary entries from the startup. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.