Methods for WIN8 system to obtain highest administrator privileges

Source: Internet
Author: User

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.