We’d like to remind Forumites to please avoid political debate on the Forum.

This is to keep it a safe and useful space for MoneySaving discussions. Threads that are – or become – political in nature may be removed in line with the Forum’s rules. Thank you for your understanding.

📨 Have you signed up to the Forum's new Email Digest yet? Get a selection of trending threads sent straight to your inbox daily, weekly or monthly!

Computer Boot-times

2

Comments

  • KillerWatt
    KillerWatt Posts: 1,655 Forumite
    11 seconds from power on to fully loaded desktop on my machine (Intel E8400 CPU, 3GB RAM, ASUS P5Q3 Mobo), and 17 seconds from power on to fully loaded desktop on the old ladys archaic 4 year old laptop (Tosh Satellite A210, AMD Turion 64 X2 (TL-56) CPU, 2GB RAM) - both running Win 7 Ultimate 64 bit.
    Remember kids, it's the volts that jolt and the mills that kill.
  • debitcardmayhem
    debitcardmayhem Posts: 12,963 Forumite
    Part of the Furniture 10,000 Posts Name Dropper Photogenic
    KillerWatt wrote: »
    11 seconds from power on to fully loaded desktop on my machine (Intel E8400 CPU, 3GB RAM, ASUS P5Q3 Mobo), and 17 seconds from power on to fully loaded desktop on the old ladys archaic 4 year old laptop (Tosh Satellite A210, AMD Turion 64 X2 (TL-56) CPU, 2GB RAM) - both running Win 7 Ultimate 64 bit.

    Are you using SSD disks? , if not I would ask
    1) What A/V do you have
    2) How long does it take to type your password
    3) If you have Firefox have you stopped it checking on updates
    4) Have you got 1 ZillionBytes of broadband per sec

    If not i must be mistaken :cool::D:p:eek: How long do they take to shutdown :mad:
    ;) lol
    4.8kWp 12x400W Longhi 9.6 kWh battery Giv-hy 5.0 Inverter, WSW facing Essex . Aint no sunshine ☀️ Octopus gas fixed dec 24 @ 5.74 tracker again+ Octopus Intelligent Flux leccy
  • KillerWatt
    KillerWatt Posts: 1,655 Forumite
    Are you using SSD disks?
    Yep

    Corsair C300 256GB in my machine (fastest consumer level SSD out there), while the missus has the old Intel X25M that was originally in my machine.
    1) What A/V do you have
    ESET NOD32
    2) How long does it take to type your password
    About a second at a guess.
    3) If you have Firefox have you stopped it checking on updates
    Don't use it.
    4) Have you got 1 ZillionBytes of broadband per sec
    Only 100Mbit, it will probably take us another 10 years to catch up with the likes of South Korea.
    How long do they take to shutdown
    Haven't timed it, but certainly less than 10 seconds for both.
    Remember kids, it's the volts that jolt and the mills that kill.
  • spike7451
    spike7451 Posts: 6,944 Forumite
    I found that just by turning off all the un-needed pro-grammes that start up,like Dell Dock,ect & my pc starts up faster & battery life is extended,
  • GunJack
    GunJack Posts: 11,863 Forumite
    Part of the Furniture 10,000 Posts Name Dropper Photogenic
    dogmaryxx wrote: »
    As long as result is not this, your OK
    6593282badpc.gif


    From another forum

    How to Test Your Computer's Reboot Time

    This works for XP, Vista and Windows 7

    1. Open Notepad and copy everything in red below and paste it in Notepad.

    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 = "[GeekPolice] 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


    2. 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.

    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 then 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).


    Works fine

    tried this, shut down okay but no box with time after the reboot :(
    ......Gettin' There, Wherever There is......

    I have a dodgy "i" key, so ignore spelling errors due to "i" issues, ...I blame Apple :D
  • KillerWatt
    KillerWatt Posts: 1,655 Forumite
    spike7451 wrote: »
    I found that just by turning off all the un-needed pro-grammes that start up,like Dell Dock,ect & my pc starts up faster & battery life is extended,
    Swapping the standard 5400rpm drive in the old ladys lappy for the Intel X25-M has given it an extra 25 mins on battery power.

    I wasn't surprised to see the battery last longer (no motor to spin up for starters), but I was surprised to see it gave such a large increase in usage time.
    Remember kids, it's the volts that jolt and the mills that kill.
  • debitcardmayhem
    debitcardmayhem Posts: 12,963 Forumite
    Part of the Furniture 10,000 Posts Name Dropper Photogenic
    KillerWatt wrote: »
    Yep
    ....snipped.....
    .
    I hate you and tell your wife to stop calling me too:T :p
    4.8kWp 12x400W Longhi 9.6 kWh battery Giv-hy 5.0 Inverter, WSW facing Essex . Aint no sunshine ☀️ Octopus gas fixed dec 24 @ 5.74 tracker again+ Octopus Intelligent Flux leccy
  • KillerWatt
    KillerWatt Posts: 1,655 Forumite
    I hate you and tell your wife to stop calling me too:T :p
    I'm not married, and I think you'll find my missus will call you anything she likes :rotfl:
    Remember kids, it's the volts that jolt and the mills that kill.
  • GunJack
    GunJack Posts: 11,863 Forumite
    Part of the Furniture 10,000 Posts Name Dropper Photogenic
    got it now, had to double-click again on the script file to get the result box....

    reboot in 89 secs, 5-y-o Semperon 3000+, XP home, 2GB RAM
    ......Gettin' There, Wherever There is......

    I have a dodgy "i" key, so ignore spelling errors due to "i" issues, ...I blame Apple :D
  • dogmaryxx
    dogmaryxx Posts: 2,446 Forumite
    Part of the Furniture 1,000 Posts Name Dropper
    GunJack wrote: »
    tried this, shut down okay but no box with time after the reboot :(

    Nor for me, Appeared as another shortcut on desktop.
This discussion has been closed.
Meet your Ambassadors

🚀 Getting Started

Hi new member!

Our Getting Started Guide will help you get the most out of the Forum

Categories

  • All Categories
  • 351.7K Banking & Borrowing
  • 253.4K Reduce Debt & Boost Income
  • 454K Spending & Discounts
  • 244.7K Work, Benefits & Business
  • 600.1K Mortgages, Homes & Bills
  • 177.3K Life & Family
  • 258.3K Travel & Transport
  • 1.5M Hobbies & Leisure
  • 16.2K Discuss & Feedback
  • 37.6K Read-Only Boards

Is this how you want to be seen?

We see you are using a default avatar. It takes only a few seconds to pick a picture.