Quantcast
Page 1 of 10 123 ... LastLast
Results 1 to 10 of 93
Like Tree6Likes

Thread: Just for fun!

  1. #1
    DrWho is offline Banned
    Enjoys Windows 8 Forums
     
    Join Date
    Oct 2011
    Location
    Central FL, USA
    Posts
    195

    Cool Just for fun!

    We've touched on the topic about the speed of Win-8 compared to XP and Win-7, but tonight I decided to do something about that.

    I moved Windows 8 from an old 80 gig Sata II drive to a new Seagate SATA III (6GBM) drive on a SATA III controller card. Windows XP would not run on the SATA III controller cards(2) that I tried it on, but Win-8 runs on it even without any special drivers. So finally I've found a way to use my new SATA III drive to its fullest capability.

    Now, to the speed test. The following Registry Script when run from my desktop, measures the time it takes the PC to do a shutdown and reboot. The reboot time on my XP drive was 108 seconds, while the reboot time on my Windows 8, SATA III drive is only 79 sec's.
    Here's the code for the RebootTimer.vbs program.

    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\Curr entVersion\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


    Copy and paste the code above into a new Notepad document and save with "RebootTimer.vbs".

    Then run the script and post your results.

    Have fun!
    Last edited by DrWho; 11-11-2011 at 10:15 AM.

    Reply With Quote Reply With Quote

  2. #2
    davehc's Avatar
    davehc is online now Senior Member
    win8 Hmm. Thinking
     
    Join Date
    Feb 2011
    Location
    Bogense. Denmark
    Posts
    540
    Blog Entries
    1

    Re: Just for fun!

    Attached the original. Full tutorial on how to use it is here.
    With acknowledgment to Brink.
    Restart Time - Windows 7 Forums





    Last edited by davehc; 11-10-2011 at 12:40 AM.

    Reply With Quote Reply With Quote

  3. #3
    Trouble's Avatar
    Trouble is online now Senior Member
    Noob Whisperer
     
    Join Date
    Jan 2011
    Location
    N.W. Indiana
    Posts
    562

    Re: Just for fun!

    Actually "Brink", in that post gives credit to someone called sidney1st
    Boot Up Time - Vista Forums
    Yesterday was, Today is, but ahh Tomorrow...mystery, suspense and a promise of hope.









    Reply With Quote Reply With Quote

  4. #4
    davehc's Avatar
    davehc is online now Senior Member
    win8 Hmm. Thinking
     
    Join Date
    Feb 2011
    Location
    Bogense. Denmark
    Posts
    540
    Blog Entries
    1

    Re: Just for fun!

    That's correct, Trouble. The short tutorial in both the 7 and Vista forums was Brinks, however. If you browse back there for the early release days of Vista, we had a lot of fun comparing restart times. ( with the usual practical jokers making remarkable claims!)
    There was an interesting side issue. Sidney(French I believe) made a number of posts, mostly surrounding the script, over a very short period, and then vanished.
    Last edited by davehc; 11-10-2011 at 01:27 AM.

    Reply With Quote Reply With Quote

  5. #5
    Medicted60's Avatar
    Medicted60 is offline Senior Member
    I love Win 8 Pro
     
    Join Date
    Sep 2011
    Location
    Western NY
    Posts
    554

    Re: Just for fun!

    Here are my times:

    Win 7 - 85 seconds

    Win 8 DP - 68 seconds.

    These times are somewhat dependent on me as the operator. I have a dual boot system and have to choose which OS to boot to (I use the Win 7 bootloader with Win 7chosen as the default OS), then have to enter my passwords for each OS. I also have set my boot timeout to 3 seconds instead of the default 30 seconds.

    Reply With Quote Reply With Quote

  6. #6
    davehc's Avatar
    davehc is online now Senior Member
    win8 Hmm. Thinking
     
    Join Date
    Feb 2011
    Location
    Bogense. Denmark
    Posts
    540
    Blog Entries
    1

    Re: Just for fun!

    The win 7 figure is about the same for me. Windows 8 surprises me a little though, Ted. I get about 50 seconds on that, with quite a bit of my software loaded.

    Reply With Quote Reply With Quote

  7. #7
    DrWho is offline Banned Thread Starter Thread Starter
    Enjoys Windows 8 Forums
     
    Join Date
    Oct 2011
    Location
    Central FL, USA
    Posts
    195

    Re: Just for fun!

    I can't begin, to tell you what I've gone through today, getting Win-8 reinstalled so it will boot up on my 6GBM controller card.
    I couldn't find my Install DVD, so I had to download the ISO all over again and burn a new DVD. Now I'm going to burn about ten copies and stash them away all over the house.
    I'm now far enough along in the process to run the Reboot timer and I'm now down to just 69 sec's. (from my previous 79 sec's)

    All in all this PC is SCREAMING! Things that I'm used to waiting for..... I don't have to wait for now.

    But the real high point of my day was receiving my Electric bill in the mail. Why is that a good thing? Because my bill is only $54.

    So all in all, I'm feeling pretty good tonight.

    Y'all have a great weekend, Y'hear? Happy Veterans Day!

    The Doctor
    Last edited by DrWho; 11-10-2011 at 08:03 PM.

    Reply With Quote Reply With Quote

  8. #8
    Medicted60's Avatar
    Medicted60 is offline Senior Member
    I love Win 8 Pro
     
    Join Date
    Sep 2011
    Location
    Western NY
    Posts
    554

    Re: Just for fun!

    It could be a difference in boot loader. Mine is a dual booted Sony Laptop with Win 7 bootloader as default and Win 7 listed as default OS. Loading the Win 7 bootloader may make a difference, although I'm just guessing. Plus there is some built in operator errors. My Win 8 DP password takes slightly longer to enter, who knows. I also have to tell the bootloader to load Win 8 whereas the Win 7 is automatically chosen if I do not make a selection.

    Reply With Quote Reply With Quote

  9. #9
    DrWho is offline Banned Thread Starter Thread Starter
    Enjoys Windows 8 Forums
     
    Join Date
    Oct 2011
    Location
    Central FL, USA
    Posts
    195

    Re: Just for fun!

    Ted,
    Sounds like you shot yourself in the foot. How's that feel?

    Sorry about your $%&@ luck!

    Happy Veterans Day!

    The Doctor

    Reply With Quote Reply With Quote

  10. #10
    davehc's Avatar
    davehc is online now Senior Member
    win8 Hmm. Thinking
     
    Join Date
    Feb 2011
    Location
    Bogense. Denmark
    Posts
    540
    Blog Entries
    1

    Re: Just for fun!

    In the first post. I guess that is a typo to save it as a .reg file?

    Reply With Quote Reply With Quote

Page 1 of 10 123 ... LastLast

LinkBacks (?)

  1. 04-29-2012, 11:03 AM
  2. 11-09-2011, 11:51 PM

Visitors found this page by searching for:

system thread exception not handled windows 8

windows 8 system thread exception not handled

system thread exception not handled windows 8 virtualboxghost 11.5 windows 8windows 8 forumwindows 8 error system thread exception not handledsystem thread exception not handled windows 8 atiwindows 8 blue screen not handlewindows 8 consumer preview system thread exception not handledsoftware win 8erro win 8 system thread exception not handledwindows 8 consumer preview system thread exceptionwindows 8 blue screenwindows 8 ghost 11.5bsod windows 8 system thread exception not handledbluescreen win 8 windows thread exceptionwindows 8 bsod not handledsystem thread exception not handled virtualboxwindows 8 install error system thread exception not handledsolve system thread exception not handled by doswin 8 system thread exception not handledwindos 8 keeps crashing SYSTEM_THREAD_NOT_HANDLED doracle vm virtualbox windows 8 system thread exception not handledwin 8 consumer system thread not handledwww.start.menu.program.aplikasi.shortcut.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •