|
If you can boot to xp, try right clicking my computer, selecting properties->advanced->startup and recovery.
Perhaps you can remove it from there.
If not, goto start->run->cmd
type cd\
type attrib -r -h -s boot.ini
type edit boot.ini
type attrib +s +r +h boot.ini
|