c:\boot.ini

來源: 2004-06-02 16:36:13 [舊帖] [給我悄悄話] 本文已被閱讀:

it's hidden, system, readonly.
Use command ATTRIB -R -S -H c:\boot.ini, then you can read it.
After change, make sure do ATTRIB +R +S +H c:\boot.ini to prvent delete it accidently.

Using explorer, you can try folder options, show hidden, system files. Then you can use property to modify the attribute.

Unless you know what you are doing, you should change through Control Panel, System, Startup(???).