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.
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?