|
-
Oct 18th, 2000, 02:42 AM
#1
Thread Starter
New Member
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 !!!!
-
Oct 18th, 2000, 03:52 AM
#2
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
-
Oct 18th, 2000, 03:56 AM
#3
Thread Starter
New Member
Yes, TweakUI can, but I need to do it in code. Any ideas?
-
Oct 18th, 2000, 07:02 AM
#4
Guru
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|