In the Windows system, the operation of the system has a certain limit, the general user login account are ordinary administrators, so many operations will be limited, in order to have a higher operating capacity, you must obtain the highest administrator rights, So how do you quickly get advanced administrator privileges in a WINDOWS8 system?
Windows8 a key to obtain the highest administrator privileges:
1, in order to get all the permissions of the file or folder, right, a key to obtain Super Administrator rights, you can in the ordinary administrator account, quickly get the highest privileges.
2, to get the right, then run the program, and in the Super Administrator account running in the same.
3, there is also a situation because a program is operating this file caused by the deletion of the situation, enable Task Manager to end the program after all processes and then try to delete again.
The code is as follows:
Windows Registry Editor Version 5.00
[Hkey_classes_root*shellrunas]
@= "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]
@= "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]
@= "Access to Super Administrator privileges"
"Noworkingdirectory" = ""
[Hkey_classes_rootdirectoryshellrunascommand]
@= "cmd.exe/c takeown/f"%1 "/r/d y && icacls"%1 "/grant administrators:f/T"
"Isolatedcommand" = "cmd.exe/c takeown/f"%1 "/r/d y && icacls"%1 "/grant administrators:f/T" Windows Registry E Ditor Version 5.00
[Hkey_classes_root*shellrunas]
@= "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]
@= "Administrator gets ownership"
"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]
@= "Access to Super Administrator privileges"
"Noworkingdirectory" = ""
[Hkey_classes_rootdirectoryshellrunascommand]
@= "cmd.exe/c takeown/f"%1 "/r/d y && icacls"%1 "/grant administrators:f/T"
"Isolatedcommand" = "cmd.exe/c takeown/f"%1 "/r/d y && icacls"%1 "/grant administrators:f/T"
4, create a new. txt text, copy and paste the following code into a file, save as or rename a. reg file, and double-click the file or right key 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 Open Properties--enabled--OK.
Believe that many users in the WINDOWS8 system have encountered the issue of permission restrictions, with the above method, the user can quickly get the advanced administrator rights, so you can do whatever you want, but the small series to remind everyone is not disorderly operation Oh, especially the operation of the system files to pay special attention to.