boot.ini

  • Thread starter Thread starter kirk
  • Start date Start date
Greetings --

It's easiest just to edit it with NotePad.

Bruce Chambers
--
Help us help you:



You can have peace. Or you can have freedom. Don't ever count on
having both at once. - RAH
 
You can use notepad.exe or Start|Run|"edit C:\boot.ini"

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


:
| how do i modify the boot.ini file in windows 2000?
 
you must first edit its attributes to edit it by typing this command in
Command Prompt
attrib -a -s -r -h c:\boot.ini
then type this command also
edit c:\boot.ini
then after finishing give it back its old attributes
by
attrib +a +s +r +h c:\boot.ini
 
Actually you don't need to do this.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


:
| you must first edit its attributes to edit it by typing this command in
| Command Prompt
| attrib -a -s -r -h c:\boot.ini
| then type this command also
| edit c:\boot.ini
| then after finishing give it back its old attributes
| by
| attrib +a +s +r +h c:\boot.ini
 
Back
Top