Slashdot Mirror


User: kurzvorzirka

kurzvorzirka's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Here is a Batch File for you... on Boot Windows Vista In Four Seconds · · Score: 1

    I fail to see how what they've done is a bad thing. And I don't think it's quite as easy to script, since you'd have to reconfigure how windows works. If you have an inkling of how to do this in a smooth automated fashion, please do tell me.

    It's very easy actually... They are just rebooting the system and then putting it into standby/hibernating. Easy Idea, but effective. And no need for a new Motherboard ;-)

    http://bigfatflat.net/public/fastboot.bat

    REM *** fastboot.bat v0.1 *** 081113
    REM
    REM ASRock InstantBoot Batch-File Emulation
    REM Call fastboot.bat in a link with ACPISTATE
    REM Parameter S3 or S4 - fastboot.bat [S3,S4] and
    REM also put into your autostart without params.

  2. They are also just cooking with water... (Re:Video on Boot Windows Vista In Four Seconds · · Score: 2, Interesting

    [...] I must get ASRock motherboard!"

    No you don't :)

    As I understand from their diagram they are, probably quietly, rebooting the system and putting it immediately into an suspend state afterwards.

    So I emulated their technique with a batch file.

    http://bigfatflat.net/public/fastboot.bat

    REM *** fastboot.bat v0.1 *** 081113
    REM
    REM ASRock InstantBoot Batch-File Emulation
    REM Call fastboot.bat in a link with ACPISTATE
    REM Parameter S3 or S4 - fastboot.bat [S3,S4] and
    REM also put into your autostart without params.
    REM
    REM It's a good Idea, but they are also just cooking with water *g*
    REM They reboot the system and put it immediatly after the fresh boot
    REM into a Standby/Hibernation state.
    REM
    REM So you can shutdown your computer it will be fresh booted and is in
    REM waiting state for the new day.
    REM
    REM Because I like to automate things and I liked the Idea very
    REM much, I decided to emulate it. :)
    REM
    REM The 'easy' Ideas everyone thinks after, damned that could be from me,
    REM are mostly the best :) Enjoy! >> Usage below...
    REM
    REM And by the way... use it on your own risk! Don't blame me if you
    REM cant read and understand or are unable to use your favourite search
    REM engine.
    [...]