Windows 8 how to get the highest administrator privileges with one click

  
In 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 Operating ability, 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, in the file or folder to get all permissions, right-click, one-click to get super administrator privileges, you can in the general administrator account, Get the highest privilege quickly.
2, after obtaining the permission, run the program again, it is the same as running in the super administrator account.
3, there is also 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 ”%1“ /grant administrators:F”
“IsolatedCommand&rdquo ;=“cmd.exe /c takeown /f ”%1“ && icacls ”%1“ /grant administrators:F”
[HKEY_CLASSES_ROOTexefileshellrunas2]
@=“One click to get super Admin Permissions”
&Noquo;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_ROOTDirec Toryshellrunas]
@=“One-click access to super administrator privileges”
&Noquo;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&ldquo ; /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 ”
“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]
@=&ldquo ; administrator takes ownership & rdquo;
&Noquo;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”
&Noquo;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”
4, create a new .txt text, copy and paste the following code into the file, save as Or rename it to a .reg file, Right-click the file or merge the file.
5. Enable administrator account: Run gpedit.msc -- Computer Configuration -- Windows Settings -- Security Settings -- Local Policies -- Security Options -- Accounts : Administrator Account Status -- Double-click Open Properties -- Enable -- 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 do whatever they want, but Xiaobian wants to remind Everyone is not to operate indiscriminately, especially for the operation of system files.

Copyright © Windows knowledge All Rights Reserved