changing the text displayed on the boot menu

  • Thread starter Thread starter leight
  • Start date Start date
L

leight

Dose anybody know if there is a way of changing the text displayed on
the boot menu? I want to change all of the text in the menu. Not just
the options.
Are there switches for the boot.ini file or do I need to work on the
NTLDR file or something? I will appreciate any ideas.
Thanks,
Leighton.
 
Dose anybody know if there is a way of changing the text displayed on
the boot menu? I want to change all of the text in the menu. Not just
the options.
Are there switches for the boot.ini file or do I need to work on the
NTLDR file or something? I will appreciate any ideas.
Thanks,
Leighton.


See tip 0515 » What switches are available in boot.ini?
in the 'Tips & Tricks' at http://www.jsifaq.com

To edit the text:
1. Open a CMD.EXE window
2. attrib -r -h -s c:\boot.ini
3. notepad c:\boot.ini
4. change the text
5. save the file.

Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com
 
Back
Top