You are not allowed to open boot.ini because it is set to only allow Administrators access to it.
But ... you are logged in as an administrator ... however, in Vista, the programs you run are given normal user priviledges unless the program asks for admin or you explicitly allow the program admin.
Unfortunately, notepad is one of those programs that doesn't automatically ask for admin privilidges if it tries to access a file that is access denied, which is the case with boot.ini.
So, the solution... explicitly give notepad admin permission:
- Click start
- Click All Programs
- Click Accessories
- Right-click notepad
- Click Run as Administrator
Now, open the boot.ini file from within notepad and you will be able to access it
- JB
OK, I see. Thank you.
But do you know why I am not allowed to open Boot.ini?
After I copy the stuff I need from the Windows.old folder, I want to delete it and edit Boot.ini, so that Windows XP don't appear on the boot menu.
-Gjert
The Documents and Settings folder you need is located in the Windows.old folder. This folder contains stuff from your previous installation of windows.
The Documents and Settings folder you see at the root of your drive is actually fake... there is no way to access it. It's purpose is to point programs to the new Users folder, which replaces Documents and Settings in Vista.
- JB