Win8/8.1 system delete folder does not have the highest permission solution

  

Solution one:

1, right-click the folder to change permissions, select properties — — security & mdash; —advanced——owner——change,advanced—— find it now, add “Everyone”, and confirm.

2. Edit “Everyone” permission is [Full Control] and confirmed.

Solution 2:

1. For once and for all. We recommend using the [right-click extension menu method]. Specific operation:

Create a new notebook, copy the following content into it, the effect is as shown.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT*shellrunas]@="Administrator Ownership""NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT* Shellrunascommand]@="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_ROOTexefileshellrunas2]@="Administrator Ownership""NoWorkingDirectory"="" Br>

[HKEY_CLASSES_ROOTexefileshellrunas2command]@="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_ROOTDirectoryshellrunas]@="Administrator Ownership""NoWorking Directory"=""

[HKEY_CLASSES_ROOTDirectoryshellrunascommand]@="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"

2. Select File —— Save As, and save the file as a file with [Administrative Ownership.reg]. Double-click the saved reg file to import the registry information. When you right-click on the folder, you will get the option to get administrator rights.

3. Now you can delete the file (folder) with peace of mind. .

According to the above method, you can get the highest admin rights, so you can successfully delete the file, two simple and practical methods.

Copyright © Windows knowledge All Rights Reserved