Where is my boot.ini file?

  • Thread starter Thread starter Michael Horowitz
  • Start date Start date
M

Michael Horowitz

A search got me a boot.ini.backup file, but it failed to locate
boot.ini.
Is it hidden?
I'm trying to follow the directions in article 305595 - "How to create
a boot disk for ..."
- Mike
 
OK - you've exceeded my fundimental knowledge.
I thought c:\ was the root directory. but "dir c:" shows no boot.ini
You must be talking about something else?? - MIke
 
Hi

It's a hidden file. You need to open Windows Explorer and go to
Tools>Folder Options>View - then enable 'Show hidden files and folders'.
It's hidden for a very good reason.

--


Will Denny
MS MVP Windows Shell/User
Please reply to the News Groups
 
Michael said:
A search got me a boot.ini.backup file, but it failed to locate
boot.ini.
Is it hidden?
I'm trying to follow the directions in article 305595 - "How to create
a boot disk for ..."
- Mike



1) Click Start > Run, Type "Cmd" and then press <Enter>.

2) Type "Cd\" and then press <Enter>

3) Type "Attrib C:\Boot.ini -h -r -s" and then press <Enter>

4) Click Start > Run, Type "Notepad c:\boot.ini" and then press <Enter>

5) Edit the file to removed the extraneous line, save it, and then exit
Notepad.

6) Type "Attrib C:\Boot.ini +h +r +s" and then press <Enter>

7) Close the command console.


--

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
 
The System Root should be at C:\WINDOWS .
Gene K
Michael Horowitz said:
OK - you've exceeded my fundimental knowledge.
I thought c:\ was the root directory. but "dir c:" shows no boot.ini
You must be talking about something else?? - MIke
 
Michael said:
*A search got me a boot.ini.backup file, but it failed to locate
boot.ini.
Is it hidden?
I'm trying to follow the directions in article 305595 - "How t
create
a boot disk for ..."
- Mike


-
eisenberge
 
Yes it is. You can read it's contents with the msconfig utility.
|
| Michael Horowitz wrote:
| > *A search got me a boot.ini.backup file, but it failed to locate
| > boot.ini.
| > Is it hidden?
| > I'm trying to follow the directions in article 305595 - "How to
| > create
| > a boot disk for ..."
| > - Mike *
|
|
|
| --
| eisenberger
| ------------------------------------------------------------------------
|
| ------------------------------------------------------------------------
| View this thread: http://www.mcse.ms/message2045064.html
|
 
Back
Top