Use the registry to get your Windows 8 super administrator privileges

  

For new users to install Windows
8 system, the default administrator does not have access to system files or other operations that threaten the system. It is not allowed. The following teaches you how to get super administrator privileges to modify the Windows
8 parameters unimpeded.

Operation steps

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

Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\\*\\shell\ unas]

[HKEY_CLASSES_ROOT\\*\\shell\ unas]

@= "Get Super Administrator Permission"

"Icon"="C:\\\\Windows\\\\System32\\\\imageres.dll,-78"

"NoWorkingDirectory"= ""

[HKEY_CLASSES_ROOT\\*\\shell\ unas\\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\ unas]

[HKEY_CLASSES_ROOT\\Directory\\shell\ unas]

@="Get Super Administrator Permissions"

"Icon"="C:\\\\Windows\\\\System32\\\\imageres.dll,-78"

" NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\\Directory\\shell\ unas\\command]

@="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_ROOT\\dllfile\\shell]

[HKEY_CLASSES_ROOT\\dllfile\\shell\\ Runas]

@="Get Super Administrator Permissions"

"HasLUAShield"=""

"NoWorkingDirectory"=""< Br>

[HKEY_CLASSES_ROOT\\dllfile\\shell\ unas\\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\ unas]

[HKEY_CLASSES_ROOT\\Drive\\shell\ unas]

@=" Get Super Administrator Permissions"

"Icon"="C:\\\\Windows\\\\System32\\\\imageres.dll,-78"

"NoWorkingDire Ctory"=""

[HKEY_CLASSES_ROOT\\Drive\\shell\ unas\\command]

@="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 the administrator rights. 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\\*\\shell\ unas]

[-HKEY_CLASSES_ROOT\\Directory\\shell\ unas]

[ ,null,null,3],-HKEY_CLASSES_ROOT\\dllfile\\shell]

[-HKEY_CLASSES_ROOT\\Drive\\shell\ unas]

[-HKEY_CLASSES_ROOT\\exefile\\shell\ unas]

[HKEY_CLASSES_ROOT\\exefile\\ Shell\ unas]

"HasLUAShield"=""

[HKEY_CLASSES_ROOT\\exefile\\shell\ unas\\command]

@="\\"% 1\\" %*"

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




Copyright © Windows knowledge All Rights Reserved