Win8 disk permissions are insufficient to open the file solution

  
                

After using the Win8 system, I found that some files on the hard disk could not be opened, indicating insufficient permissions. I have tried various methods to solve this problem, but it is either not effective or cumbersome. Is there a simple way to do it once and for all? The answer is yes!

Solution

Copy the following code into a text document and save it as a .reg file. After execution, you can get the highest admin rights.

Recommended: Win8.1 Mianjiaoguo Pro download

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT \\ * \\ shell \\ runas]

@="Administrator Permissions"

"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 Permissions"

"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\\exefile\\shell\ unas2\\command]< Br>

@="cmd.exe /c takeown /f \\"%1\\" && icacls \\"%1\\" /grant administrators:F"

"IsolatedCommand"="cmd.exe /c ta Keown /f \\"%1\\" && icacls \\"%1\\" /grant administrators:F"

[HKEY_CLASSES_ROOT\\Directory\\shell\ unas]

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

This method not only gets the highest disk usage rights, but also does not need to be formatted, so you don't have to worry about file loss.

Copyright © Windows knowledge All Rights Reserved