How to get super administrator rights for Windows 8.1

  
                                    

1, first create a Notepad, copy the following code into Notepad, save as .reg format, double-click the registry to get administrator privileges.

Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT*shellrunas]

[HKEY_CLASSES_ROOT*shellrunas]

@="Get Super Administrator Permissions" ;

"Icon"="C:WindowsSystem32imageres.dll,-78"

"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT*shellrunascommand]< Br>

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

[HKEY_CLASSES_ROOTDirectoryshellrunas]< Br>

@="Get Super Administrator Permissions"

"Icon"="C:WindowsSystem32imageres.dll,-78"

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

[-HKEY_CLASSES_ROOTdllfileshell]

[HKEY_CLASSES_ROOTdllfileshellrunas]

@="Get Super Administrator Permissions"

"HasLUAShield"=""

"NoWorkingDirectory"="" ;

[HKEY_CLASSES_ROOTdllfileshellrunascommand]

@="cmd.exe /c takeown /f "%1" && icacls "%1" /grant administrators:F"< Br>

"IsolatedCommand"="cmd.exe /c takeown /f "%1" && icacls "%1" /grant administrators:F"

[-HKEY_CLASSES_ROOTDriveshellrunas ]

[HKEY_CLASSES_ROOTDriveshellrunas]

@="Get Super Admin Permissions &quo t;

"Icon"="C:WindowsSystem32imageres.dll,-78"

"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOTDriveshellrunascommand]

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

2, delete Administrator privileges. Copy the code according to the above steps, add a new Notepad to Notepad, save as .reg format, double-click to delete the administrator rights.

Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT*shellrunas]

[-HKEY_CLASSES_ROOTDirectoryshellrunas]

[-HKEY_CLASSES_ROOTdllfileshell]

[ ,null,null,3],-HKEY_CLASSES_ROOTDriveshellrunas]

[-HKEY_CLASSES_ROOTexefileshellrunas]

[HKEY_CLASSES_ROOTexefileshellrunas]

"HasLUAShield"=""

[HKEY_CLASSES_ROOTexefileshellrunascommand]

@=""%1" %*"

"IsolatedCommand"=""%1" %*"

Get Win8 through the registry. 1 super administrator permissions method is more convenient, although it is necessary to modify the registry, but we use the way to import the registry, users can not worry about registry modification errors.

Copyright © Windows knowledge All Rights Reserved