Quote:
|
Originally Posted by Mini922 How do I get rid of the startup sreen that asked me what operating systme I want to run? There is only one and thats xp. Also if the laptop sits for a while without use it goes to a screen that says the addministater,,,that would be me...needs to enter a password, what do i do to get rid of these? |
you need to edit the boot.ini file, in c:\ folder.
is a system and hidden file, so you will need to go to any explorer window, an then tools-folder option-view then check the "view hidden files and folders" and uncheck the "hide system files"
go to find the file, open it to edit, and you will see something like this:
Code:
[Boot Loader]
timeout=30
Default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[Operating Systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home Edition" /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(1)partition(2)\WINDOWS="Microsoft Windows XP Home Edition" /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="USB Repair NOT to Start Microsoft Windows XP Home Edition" /noexecute=optin /fastdetect
you can delete the second and third lines to get something like this:
Code:
[Boot Loader]
timeout=30
Default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[Operating Systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home Edition" /noexecute=optin /fastdetect
but be careful, if you screw it up, your system will not boot anymore
