Results 1 to 4 of 4

Thread: Windows Boot (GUI) Delay !!

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Posts
    3

    Talking

    Can anybody help me to find out where the "Boot Function Key" delay is stored? This is the delay which tells windows how long to display the boot messages before booting.

    1) Normal
    2) Save Mode .... etc

    I know you can change it, but where !!!!

  2. #2
    Guest

    Talking

    Well I think tweak UI is able to change this, including many other parts of the Windows operating system.

    Here is a download link and information : -

    http://www.demoney.com/www/article/tweakui.htm

    hope this helps

  3. #3

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Posts
    3
    Yes, TweakUI can, but I need to do it in code. Any ideas?

  4. #4
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892
    The data is stored in the file C:\MsDos.sys. (The evil file!)
    The file usually has SHR attributes (System, Hidden, Read-only).
    This file is looks like an INI file.
    Under [Options] you can add two options.

    This will turn off the boot keys:
    BootKeys=0
    To turn them back on, remove that line.

    This will turn off the delay:
    BootDelay=0
    To change it to the default delay, remove that line.
    To specify a delay, enter a number in seconds (instead of zero).

Posting Permissions

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



Click Here to Expand Forum to Full Width