Windows NT Does Not Display the Startup Boot Menu

Last reviewed: June 6, 1995
Article ID: Q130859
The information in this article applies to:
  • Microsoft Windows NT operating system version 3.1
  • Microsoft Windows NT Advanced Server version 3.1
  • Microsoft Windows NT Workstation versions 3.5 and 3.51
  • Microsoft Windows NT Server versions 3.5 and 3.51

When you run set Show List For 0 Seconds, Windows NT does not display the boot menu, and automatically boots the default operating system. If you set the default operating system to MS-DOS, and set Show List For 0 Seconds, you won't be able to boot Windows NT.

To work around this problem, use the following procedure to edit the BOOT.INI file:

  1. Boot MS-DOS remove the file attributes from the BOOT.INI file with the following command:

          attrib -s -r boot.ini
    

  2. Use a text editor to edit the BOOT.INI file.

  3. Change the time-out value to something greater than zero.

  4. Save the BOOT.INI file.

  5. Put the system and read-only attributes back on the BOOT.INI file by running the following command:

          attrib +s +r boot.ini
    

  6. Restart the computer.


KBCategory: kbenv
KBSubcategory: ntconfig ntboot
Additional reference words: prodnt 3.10 3.50 3.51 time out timeout


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: June 6, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.