How to get Administrator Administrator permissions under WIN10

Source: Internet
Author: User

Knowledge Point Analysis:
You have just installed the upgraded WIN10 Home Edition without obtaining administrator privileges.
Operation Steps:

Get WIN10 Administrator Privileges for Home Edition can be borrowed from Win8.1 previous action method. Copy the code below and put it in this document and save it as a. reg file. Double-click on the saved file to import into the registry to get administrator privileges. Tip: To modify the registry at risk, please back up the data in advance and be cautious with the guidance of the professional.

------------------------------------------------------Dividing line--------------------------------------------------

Windows Registry Editor Version 5.00

[-hkey_classes_root\*\shell\runas]

[Hkey_classes_root\*\shell\runas]

@= "Get Super Administrator Privileges"

"Icon" = "c:\\windows\\system32\\imageres.dll,-78"

"Noworkingdirectory" = ""

[Hkey_classes_root\*\shell\runas\command]

@= "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_root\directory\shell\runas]

[Hkey_classes_root\directory\shell\runas]

@= "Get Super Administrator Privileges"

"Icon" = "c:\\windows\\system32\\imageres.dll,-78"

"Noworkingdirectory" = ""

[Hkey_classes_root\directory\shell\runas\command]

@= "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"

[-hkey_classes_root\dllfile\shell]

[Hkey_classes_root\dllfile\shell\runas]

@= "Get Super Administrator Privileges"

"Hasluashield" = ""

"Noworkingdirectory" = ""

[Hkey_classes_root\dllfile\shell\runas\command]

@= "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_root\drive\shell\runas]

[Hkey_classes_root\drive\shell\runas]

@= "Get Super Administrator Privileges"

"Icon" = "c:\\windows\\system32\\imageres.dll,-78"

"Noworkingdirectory" = ""

[Hkey_classes_root\drive\shell\runas\command]

@= "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"

------------------------------------------------------Dividing line------------------------------------------

How to get Administrator Administrator permissions under WIN10

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.