Win7 system delete folder can not be deleted

  
        Win7
The system delete folder can not be deleted, always pop up "you need permission from mbsyj-VAIO\\mbsyj to change", the modification is as follows: Because you are Win7 system, although you use the administrator (or guest The account is logged in, but it still prompts you that you can't delete the file without permission. Change the permission is no choice of operation.
This is the need to get permission. You copy the following code to txt text. Then save as suffix A file named abc.reg, (note that it must be the suffix name of this format, not the txt text format), then double-click the abc.reg file to import the registry (may be required to log out or restart the system after import, my Don't), then right click on the file you want to delete and select "Get Permissions". The code content is as follows (I hope it will be useful to you, but don't use this method to delete the WINDOWS system, then I can't manage it :): Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\\*\\shell\ unas]
@="Get Permissions"
"NoWorkingDirectory"=""[HKEY_CLASSES_ROOT\\*\\shell\ unas\\command]
@="cmd. Exe /c takeown /f \\"%1\\" && icac Ls \\"%1\\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \\"%1\\" && icacls \\"%1\\" /grant administrators: F"[HKEY_CLASSES_ROOT\\Directory\\shell\ unas]
@="Get Permissions"
"NoWorkingDirectory"=""[HKEY_CLASSES_ROOT\\Directory\\shell\ unas\\command]
@="cmd.exe /c takeown /f \\"%1\\" /r /dy && icacls \\"%1\\" /grant administrators:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \\ "%1\\" /r /dy && icacls \\"%1\\" /grant administrators:F /t"
Copyright © Windows knowledge All Rights Reserved