Bypass or step through Config.sys and Autoexec.bat
MS DOS 6.0 introduced the ability to bypass the Config.sys and Autoexec.bat, and only load the Himem.sys, or single step through the Config.sys and Autoexec.bat. This can be useful if having problems with diagnosing what device driver or other terminate and stay resident (TSR) that is causing problems.
These options can be activated by pressing the keyboard key F8 during startup, when it displays “Starting MS-DOS …” (Shown for two seconds). If pressing F5 instead of F8 then it will bypass the startup files without showing any options. MS DOS 7.1 (Win98) also reacts to CTRL being held down (same as F8), instead of waiting for the right moment to press F5 or F8.
Note it is possible to remove the 2 seconds delay (ex. if using Multiple configurations), by adding the following switch to Config.sys:
switches=/f
Note it is possible to disable the F5 and F8 entirely by adding the following switch to Config.sys:
switches=/n
More Info MS KB93602
More Info MS KB96332