The windows7 folder prompts "You don't currently have access to this folder" solution

  
        

Copy the original C disk file to the D disk. After reinstalling the system, there is such a prompt. It seems that the security level of windows7 is improved. Www.dnzg.cn
Save the following code using Notepad as a repair .reg. After running, the folder right-click menu will have a menu of “Administrator privilege”, and the dos window will appear after running. Will be able to open it. [plain] Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\\*\\shell\ unas] @="Administrator Takes Ownership" "NoWorkingDirectory"="" [HKEY_CLASSES_ROOT\\*\\shell\ unas\\command] @=" ;cmd.exe /c takeown /f \\"%1\\" && icacls \\"%1\\" /grant administrators:F" "IsolatedCommand"="cmd.exe /c takeown /f \\"%1\\" && icacls \\"%1\\" /grant administrators:F" [HKEY_CLASSES_ROOT\\exefile\\shell\ unas2] @="Administrator Ownership" "NoWorkingDirectory" ;="" [HKEY_CLASSES_ROOT\\exefile\\shell\ unas2\\command] @="cmd.exe /c takeown /f \\"%1\\" && icacls \\"%1\\" /grant administrators:F" "IsolatedCommand"="cmd.exe /c takeown /f \\"%1\\" && icacls \\"%1\\" /grant administrators:F" [HKEY_CLASSES_ROOT \\Directory\\shell\ unas] @="Administrator Takes Ownership" " NoWorkingDirectory"=""

Copyright © Windows knowledge All Rights Reserved