How to get the highest admin rights in Windows 8 with one click

  
                

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:

1. On the file or folder to get all permissions, right click, one-click to get super administrator rights, you can Get the highest privilege quickly in a normal administrator account.

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

3, there is a situation is because the program is operating this file can not be deleted, enable the task manager to end the process of the program and try to delete again.

The code is as follows:

Windows Registry Editor Version 5.00

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

&##>NoWorkingDirectory”=“”

[HKEY_CLASSES_ROOT*shellrunascommand]

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

& ldquo; IsolatedCommand & rdquo; = & ldquo; cmd.exe /c takeown /f & rdquo;% 1 & ldquo; & & icacls & rdquo;% 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”

“IsolatedCommand”= “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 & rdquo;% 1 & ldquo; /r /dy & & icacls & rdquo;% 1 & ldquo; /grant administrators: F /t & rdquo;

& ldquo; IsolatedCommand & rdquo; = & ldquo; cmd.exe /c takeown /f & rdquo ;% 1 & ldquo; /r /dy & & icacls & rdquo;% 1 & ldquo; /grant administrators: F /t & rdquo; Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT * shellrunas]

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

“NoWorkingDirectory =“”

[HKEY_CLASSES_ROOT*shellrunascommand]

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

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

[HKEY_CLASSES_ROOTexefileshellrunas2]

@=“Administrator Takes Ownership&#>

“NoWorkingDirectory =“”

[ HKEY_CLASSES_ROOTexefileshellrunas2command]

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

“IsolatedCommand&rdquo ;=“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 Takeow n /f & rdquo;% 1 & ldquo; /r /dy & & icacls & rdquo;% 1 & ldquo; /grant administrators: F /t & rdquo;

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

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

5, to enable the administrator account: Run gpedit.msc - Computer Configuration - Windows Settings - Security Settings - Local Policies - Security Options - Accounts: Administrator account status - double-click to open the properties -- Enabled -- OK.

I believe that many users have encountered permission restrictions under Windows 8 system. With the above methods, users can quickly obtain advanced administrator rights, so that they can operate as desired, but small The editor should remind everyone that you should not operate indiscriminately, especially for the operation of system files.

Copyright © Windows knowledge All Rights Reserved