Hello,
This is one way that Windows protects its core operating system components
from being modified (system file protection). Generally, the core Windows OS
files should only be updated during a service pack install, so by default
the permissions on the files are set such that this is the ONLY way they can
be updated.
However, as an administrator you can (of course) give yourself permission to
have read/write access to these files.
1) Take ownership of the file
- Right click file, click properties
- Click Security Tab
- Click Advanced
- Click Owner Tab
- Click Edit
- Click Administrators group
- Click OK
- Click OK to the message
- Click OK twice more to close out all properties dialogs
Now that you are the owner of the file, you can change the permissions on
the file even though you do not have explicit permission to do so. However,
you still can't modify that file - you have to give yourself that
permission.
2) Change the permissions
- Right click file, click properties
- Click Security Tab
- Click Edit tab
- Click Administrators group
- Click Full Control (or however much permission you need)
- Click OK to the message
- Click OK
- Click OK
Once you have modified the file to give yourself more permissions, it is
good practice to remove those permissions so that the administrative
programs that you run do not have access to those files (since they don't
need this access).