boot.ini access denied

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I try to change ( delete) a line in the boot.ini , when I try to save
it ,it says access denied... I have followed all of the MS instrictions
correctly. This is using wordpad. I also tried with msconfig . Still no
luck... ??
 
Use notepad.exe while logged on as local administrator.

--
Regards,

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

:
| When I try to change ( delete) a line in the boot.ini , when I try to
save
| it ,it says access denied... I have followed all of the MS instrictions
| correctly. This is using wordpad. I also tried with msconfig . Still
no
| luck... ??
 
BOB said:
When I try to change ( delete) a line in the boot.ini , when I try
to save it ,it says access denied... I have followed all of the MS
instrictions correctly. This is using wordpad. I also tried with
msconfig . Still no luck... ??


C:\Boot.ini is a hidden, protected system file at the root of your
C: drive. You need to set Windows Explorer to display such files. In
Windows Explorer, Tools > Folder Options > View, select "Show hidden
files and folders," and deselect "Hide protected operating system
files."

Alternatively, from a command prompt, type:

1) "ATTRIB C:\BOOT.INI -h -s -r"
2) "edit c:\boot.ini"
3) After saving the edited file, "ATTRIB C:\BOOT.INI +h +s +r"

--

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top