How win8 users get the highest authority

  
When using win8 friends to open some system permissions, you will always encounter the situation without permission to access, or when deleting some files, it will also be unable to operate due to insufficient permissions, so how to get the highest win8 What about permissions? Xiaobian gives you two tricks


win8 users get the highest authority



We return to the classic desktop, right click on the computer---management---local users and groups- -- User, at this point we can see the Administrator, then right click on the Administrator property and remove the account disabled hook.



how win8 users get the highest authority
At this time we have the combination key CRTL+ALT+DEL, choose to switch users to log in with the Administrator account.



win8 users get the highest authority
second move
import the registry, create a new notebook, copy the following code into it, and then change the file suffix name to .reg, double-click to run can.
Get administrator rights
Windows Registry Editor Version 5.00
;Get file modification permission
[HKEY_CLASSES_ROOT*shellrunas]
@="Administrative rights"
"Icon" ="C:WindowsSystem32imageres.dll,102"
"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]
@="Administrative Rights"
"Icon"="C:WindowsSystem32imageres.dll,102"
"NoWorkingDirectory"= ""
[HKEY_CLASSES_ROOTexefileshellrunas2command]
@="cmd.exe /c takeown /f "%1" && icacls "%1" /grant administrators:F"
" ;IsolatedCommand"="cmd.exe /c takeown /f "%1" && icacl s "%1" /grant administrators:F"
[HKEY_CLASSES_ROOTDirectoryshellrunas]
@="Administrative Rights"
"Icon"="C:WindowsSystem32imageres.dll,102"
"NoWorkingDirectory"=""
[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, restore original permissions:
Windows Registry Editor Version 5.00
; restore original permissions
[HKEY_CLASSES_ROOT*shellrunas-]
@="restore original permissions"
"Icon"="C:WindowsSystem32imageres.dll,101"
"NoWorkingDirectory"=""
; && takeown /f "%1"
[HKEY_CLASSES_ROOT* Shellrunas-command]
@="cmd.exe /c takeown /f "%1" && icacls "%1" /rese t && cacls "%1" /e /r "%%USERNAME%%""
"IsolatedCommand"="cmd.exe /c takeown /f "%1" & ;& icacls "%1" /reset && cacls "%1" /e /r "%%USERNAME%%""
[HKEY_CLASSES_ROOTexefileshellrunas2-]
@=" Restore original permissions "
"Icon"="C:WindowsSystem32imageres.dll,101"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOTexefileshellrunas2-command]
@=" Cmd.exe /c takeown /f "%1" && icacls "%1" /reset && cacls "%1" /e /r "%%USERNAME%%""
"IsolatedCommand"="cmd.exe /c takeown /f "%1" && icacls "%1" /reset && cacls "%1" /e /r " ;%%USERNAME%%""
[HKEY_CLASSES_ROOTDirectoryshellrunas-]
@="Restore original permissions"
"Icon"="C:WindowsSystem32imageres.dll,101"
"NoWorkingDir Ectory"=""
[HKEY_CLASSES_ROOTDirectoryshellrunas-command]
@="cmd.exe /c takeown /f "%1" /r /dy && icacls "%1" /Reset && cacls "%1" /e /r "%%USERNAME%%""
"IsolatedCommand"="cmd.exe /c takeown /f "%1" /r /dy && icacls "%1" /reset && cacls "%1" /e /r "%%USERNAME%%""
Run these two files in a double click After that, it will automatically inject the functions we need into the registry, and then the right-click menu will have an administrator permission and an option to restore the original permissions. If you want to perform operations on any file, you don’t have to edit it here. .


how win8 users get the highest authority

Copyright © Windows knowledge All Rights Reserved