Solution for the Windows 7 folder to prompt "You are not authorized to access this folder currently"

Source: Internet
Author: User

If the Windows 7 folder prompts "You do not have permission to access this folder currently", the solution is to copy the file from drive C to drive D. After you reinstall the system, this prompt appears, it seems that the security level of Windows 7 is improved. Save the following code in Notepad as a fix. reg. After running the SDK, right-click the folder and choose "Get administrator privilege". After running the SDK, the dos window appears. [Plain] Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT \ * \ shell \ runas] @ = "Administrator ownership" NoWorkingDirectory "=" "[HKEY_CLASSES_ROOT \ * \ shell \ runas \ 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 \ runas2] @ =" Administrator ownership "" NoWorkingDirectory "=" "[HKEY_CLASSES_ROOT \ exefile \ shell \ runas2 \ 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 \ runas] @ =" Administrator ownership "" NoWorkingDirectory "=" "[HKEY_CLASSES_ROOT \ Directory \ shell \ runas \ command] @ =" cmd.exe/ c takeown/f \ "% 1 \"/r/d y & icacls \ "% 1 \"/grant administrators: f/t "" IsolatedCommand "=" cmd.exe/c takeown/f \ "% 1 \"/r/d y & icacls \ "% 1 \"/grant administrators: f/t"

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.