WINDOWS7 Application data denied access to open method?

Source: Internet
Author: User

in the Windows7 operating system, when opening folders such as application data, the pop-up location is not available in the warning window, prompting for access denied. Here is a simple workaround that you would like to use.
    • Windows7 operating system.

Method 1

Create a notepad anywhere on your computer disk, copy the following code (CTRL + C), paste (Ctrl + V) to Notepad to save.

Windows Registry Editor Version 5.00

[Hkey_classes_root\*\shell\runas]

@= "Administrator takes 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 takes 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 takes 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"

2

Save after pasting, change the name of the Notepad suffix to reg. Click Reg file to run.

3

Open C:\Users\Dell (This is the user name), each computer takes a different name, open folder is not the same. After opening, locate the application data file, if the folder is not found, the system hides the relevant files, need to open. Action: Open any Disk "click on the menu bar" Tools "Select" Folder Options "click" View "to set the relevant content.

4

After the above steps, you should be able to see the Application Data folder, right-click, in the popup menu bar Select "Admin Get all Permissions", this option how to not run the first step of the Reg file, there is no.

5

Click "Admin Get all Permissions" to run, will pop up the DOS window automatically run a series of commands, here can no matter, waiting to run out of the line.

6

After running, you can open application data. Similar folders with shortcuts apply to the change method.

WINDOWS7 Application data denied access to open method?

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.