|
Edit boot.ini
此文章由 bulaohu 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 bulaohu 所有!转贴必须注明作者、出处和本声明,并保持内容完整
All you need to do now is to edit the boot.ini file which you will find under the root of your C: drive. By default this file is hidden and read-only, so you need to revoke those two attributes before you can edit it. If you don't know how to do this then click on "Start" then "Run" then type in "cmd", then press enter, then input "cd c:", enter, then "cd\", enter, then "attrib -h -r boot.ini", enter, then "edit boot.ini", enter.
Inside your boot.ini you shall find something like this:
[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 Professional" /fastdetect
In your case there shall be two entries under "[operating systems]". Remove the one pointing to the later-installed Chinese WinXP. Then make sure under the [boot loader] section, the value of "default" is the same as the rest one in [operating systems]. I mean the string "multi(0)disk(0)rdisk(0)partition(1)\WINDOWS" should be the same at those two locations.
Now save, quit, reboot, your shall no longer see the OS choice menu.
Or if you actually want to keep your Chinese WinXP, you actually just need to find the video card driver for your PC and install it after you boot into your Chinese WinXP. You can obtain the driver either from the manufacturer's CD or download from their website. |
评分
-
查看全部评分
|