Aug 12 2012
Resolving “You require Permission from … to make changes to this file”
Hey,
Steps to resolve this:
1) Open up Command Prompt as Administrator.
2) Enter in command prompt:
for files: takeown /f file
for directories: takeown /f directory /r
3) Assign your username full rights:
cacls file /G username:F