I have Windows XP Home Edition Service Pack 2 and Windows 98 Second Edition on my computer. When I start my computer up, I am asked if I want to start either "Microsoft Windows XP Home Edition", or "Microsoft Windows" (Windows 98). It would make more sense to me to have it say "Microsoft Windows 98 Second Edition" instead of just "Microsoft Windows" for the second choice, so I would like to change it. I looked at boot.ini and am very afraid of doing the wrong thing. I assume that if I messed up, my computer wouldn't start anymore, and I'd have to reformat, correct?
Here's the file in its current state:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(1)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP Home Edition" /noexecute=optin /fastdetect
C:\ = "Microsoft Windows"
If I changed that to this:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(1)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP Home Edition" /noexecute=optin /fastdetect
C:\ = "Microsoft Windows 98 Second Edition"
...would my computer still start up? Or would have have to reformat and start all over again?