Win8 system to obtain the highest administrator rights method

  
                                    

Under Windows system, the operating rights of the system are limited. The accounts that users log in to are generally administrators, so many operations are limited. In order to have higher operational capabilities, you must obtain the highest. Administrator privileges, then how to quickly get advanced administrator privileges under Windows 8 system?

Windows8 one-click method to get the highest administrator rights:

Right-click on the file or folder of the permission, and get the super administrator permission with one click, you can quickly get the highest permission in the normal administrator account.

2, after obtaining the permission, run the program again, it is the same as running in the super administrator account. After

3, there is a situation due to the operation of this program is not deleted file causes, enable Task Manager to end all processes try to remove the program again.

code is as follows:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT * shellrunas]

@ = & ldquo; a key to get super administrator privileges & rdquo;

& ldquo; NoWorkingDirectory & rdquo; = & ldquo; & rdquo;

[HKEY_CLASSES_ROOT * shellrunascommand]

@ = & ldquo; cmd.exe /c takeown /f & rdquo;% 1 & ldquo; && icacls ”%1“ /grant administrators:F”

“IsolatedCommand”=“cmd.exe /c takeown /f ”%1“ && icacls ”%1&ldquo ; /grant administrators:F”

[HKEY_CLASSES_ROOTexefileshellrunas2]

@=“One-click access to super administrator privileges”

“NoWorkingDirectory”=“”

[HKEY_CLASSES_ROOTexefileshellrunas2command]

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

& ldquo; IsolatedCommand & rdquo; = & ldquo; cmd.exe /c takeown /f ”%1“ && icacls ”%1“ /grant administrators:F”

[HKEY_CLASSES_ROOTDirectoryshellrunas]

@=“One-click access to super administrator privileges”

 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”Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT*shellrunas]
<=> @=“One-click access to super administrator privileges & rdquo;

& ldquo; NoWorkingDirectory & rdquo; = & ldquo; & rdquo;

[HKEY_CLASSES_ROOT * shellrunascommand]

@ = & ldquo; cmd.exe /c takeown /f & rdquo;% 1 & ldquo ; && icacls ”%1“ /grant administrators:F”

“IsolatedCommand”=“cmd.exe /c takeown /f ”%1“ && icacls ”%1“ /grant administrators:F”

[HKEY_CLASSES_ROOTexefileshellrunas2]

@ = & ldquo; administrators take ownership of & rdquo;

& ldquo; NoWorkingDirectory & rdquo; = & ldquo; & rdquo;

[HKEY_CLASSES_ROOTexefileshellrunas2command]

@ = & ldquo; Cmd.exe /c takeown /f ”%1“ && icacls ”%1“ /grant administrators:F”

“IsolatedCommand”=“cmd.exe /c takeown /f & rdquo;% 1 & ldquo; & & icacls & rdquo;% 1 & ldquo; /grant administrators: F & rdquo;

[HKEY_CLASSES_ROOTDirectoryshellrunas]

@ = & ldquo; a key to get the super administrator privileges & rdquo; < Br>

“NoWorkingDirectory =“”

[HKEY_CLASSES_ROOTDirectoryshellrunascommand]

@=“cmd.exe /c takeown /f ”%1“ /r /dy & & icacls & rdquo;% 1 & ldquo; /grant ad Ministrators: F /t”

“IsolatedCommand”=“cmd.exe /c takeown /f ”%1“ /r /dy && icacls ”%1“ /grant administrators: F /t”

4. Create a new .txt text, copy and paste the following code into the file, save it as or rename it to a .reg file, double-click the file or right click to merge the file.

5, enable administrator account: run gpedit.msc -- computer configuration -- Windows settings -- security settings -- local policy -- security options -- account: administrator account status -- double-click to open the properties -- Enabled -- OK.

I believe that many users in the Windows8 system have encountered problems restricted access, the arrival of the above-mentioned method, users can get a quick high-level administrator privileges, so you can be free to operate but small series to remind everyone that the operations do Freeze Oh, especially the operating system files should pay special attention.

Copyright © Windows knowledge All Rights Reserved