How do I hide entries in the Boot.ini file so that they’re not visible when I boot my computer?
You can hide additional installations of Windows from being displayed in the boot menu, but still gain access to them when you need to.
To hide menu items from the Boot.ini file, so they will not be accessible:
[any text]. This will hide all entries below the [any text] heading.
For example, the 3 bottom entries below will not be displayed or accessible the next time the system is restarted. Simply remove [any text] to gain access to this installation.
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)'NT351SVR
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)'NT351SVR="NT Server 3.51"
multi(0)disk(0)rdisk(0)partition(1)'NT351SVR="NT Server 3.51 [VGA mode]"
/basevideo /sos
[any text]
multi(0)disk(0)rdisk(0)partition(1)'WINNT35="NT Wks 3.51"
multi(0)disk(0)rdisk(0)partition(1)'WINNT35="NT Wks 3.51 [VGA mode]"
/basevideo /sos]
C:'="MS-DOS"
Another method for hiding the entries but having access to them at another time is to create a boot disk. To do so, follow these instructions:
This method works well but requires two Boot.ini files. One on the system and one on a floppy disk.
]Note: Upgrading the operating system or adding service packs may remove the changes made to the Boot.ini file.
How to Hide Boot.ini Entries from Displaying After Multiple Installations – 160899