How win8 users get the highest authority

  
                                    

When you use win8 friends to open some system permissions, you will always encounter situations where you don't have access, or when you delete some files, you will not be able to operate because of insufficient permissions. How to get it? What is the highest authority for win8? Xiaobian gives you two tricks

win8 users how to get the highest authority

The first trick 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 privilege

At this time, our combination key CRTL+ALT+DEL, choose to switch users to log in with the Administrator account.

How do win8 users get the highest privilege

The second trick is to import the registry, create a new notepad, copy the following code, and then change the file suffix name to .reg, double-click to run can.

Get Administrator Permissions

Windows Registry Editor Version 5.00

;Get File Modification Permissions

[HKEY_CLASSES_ROOT*shellrunas]

@ ="Administrator rights"

"Icon"="C:WindowsSystem32imageres.dll,102"

"NoWorkingDirectory"="" [HKEY_CLASSES_ROOT*shellrunascommand]< Br>

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

"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" && icacls "%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 < Br>

[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" /reset && 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"

&quo t;Icon"="C:WindowsSystem32imageres.dll,101"

"NoWorkingDirectory"="" [HKEY_CLASSES_ROOTDirectoryshellrunas-command]

@="cmd.exe /c Takeown /f "%1" /r /dy && icacls "%1" /reset && cacls "%1" /e /r "%%USERNAME%%"" Br>

"IsolatedCommand"="cmd.exe /c takeown /f "%1" /r /dy && icacls "%1" /reset && cacls "%1" ; /e /r "%%USERNAME%%""


After double-clicking these two files, the functions we need are automatically injected into the registry. Then the right-click menu will appear an administrator privilege and an option to restore the original privilege. If you want to perform operations on any file, you don't need to edit it here.

How win8 users get the highest authority

Copyright © Windows knowledge All Rights Reserved