web123456

When Win7 copying files, it appears: "You need permission to perform the operation!" (The ultimate solution!)

Then copy the following content to Notepad:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT*shell unas]
@="Acquire the administrator's ownership"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT*shell unascommand]
@=" /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"=" /c takeown /f \"%1\" && icacls \"%1\" /grant 
administrators:F"
[HKEY_CLASSES_ROOTexefileshell unas2]
@="Acquire the administrator's ownership"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOTexefileshell unas2command]
@=" /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"=" /c takeown /f \"%1\" && icacls \"%1\" /grant 
administrators:F"
[HKEY_CLASSES_ROOTDirectoryshell unas]
@="Acquire the administrator's ownership"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOTDirectoryshell unascommand]
@=" /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F 
/t"
"IsolatedCommand"=" /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant 
administrators:F /t"