Editing in Notepad
You can edit use a text editor, such as Notepad, to edit the Boot.ini
file. However, because this method is prone to error, use it only when
Bootcfg is not available.
Before editing the Boot.ini file, you must remove the file attributes
that Windows uses to protect the file from inadvertent changes. When the
Boot.ini file is on an NTFS drive, you must be a member of the
Administrators group on the computer to change its attributes.
Use the following procedure to prepare the Boot.ini file for manual
editing. This procedure removes the system, hidden, and read-only
attributes of the file.
To configure the Boot.ini file attributes for editing
1. At a command prompt, navigate to the root of the boot directory.
2. Type the following text at the command line:
attrib -s -h -r Boot.ini
System, hidden, and read-only attributes are removed from the file.
3. When your editing is complete, you can restore the file
attributes to protect the Boot.ini file. However, Ntldr can use the
Boot.ini file with any attribute set. At a command prompt, type the
following text:
attrib +s +h +r Boot.ini
This restores the attributes that protect the Boot.ini file.
[end quote]
John