One, Windows xp/windows200x into the registry
1, in the Start menu-"Run" Enter the Regedit can enter the registry
two, Windows7 system registration Form
Method One: "Start"--"All Programs"--"attachments"--"command Prompt" (this feature is basically the same as the function that runs)
Method Two: Right click on "Start Menu"--"properties"--"Start Menu" label--"Custom"--Drag the slider to the end to find the "Run command", check the front, "OK" exit, then open "Start Menu" on the right you can see "Running ...".
Method Three: Shortcut keys, while pressing "Win" on the keyboard (the space bar next to the Windows logo that) and the letter "R" key
Method Four: "Start", enter "Run" in the search field, the system will help you to find.
Third, Windows 8 system
1, use the key combination "Win+r" to open the "Run" dialog box.
2, in the "Run" dialog box, enter the "regedit" command, click "OK" to open the registry.
3, in addition, the WIN8 system provides a powerful search function, we can use the shortcut key "Win+q", open the Application Search window, and then search the "registry", you can find the registry entry.
For your example, use the registry to get WINDOWS8 Super Administrator privileges
1 Create Notepad First, copy the following code into Notepad.
The code is as follows |
Copy Code |
Windows Registry Editor Version 5.00 [-hkey_classes_root\*\shell\runas] [Hkey_classes_root\*\shell\runas] @= "Get Super Administrator rights" "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 rights" "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 rights" "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 rights" "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" |
2 Save the file path in the Save As. reg format.
3 After you randomly name the. reg file, double-click the registry to get administrator privileges.
4 after registering, right click on a file to see "Get Super Administrator rights."
5 Remove administrator permissions. Copy code The new Notepad is pasted into Notepad and saved as a. reg format, based on the steps above, and double-click to remove administrator permissions.
The code is as follows |
Copy Code |
Windows Registry Editor Version 5.00 [-hkey_classes_root\*\shell\runas] [-hkey_classes_root\directory\shell\runas] [-hkey_classes_root\dllfile\shell] [-hkey_classes_root\drive\shell\runas] [-hkey_classes_root\exefile\shell\runas] [Hkey_classes_root\exefile\shell\runas] "Hasluashield" = "" [Hkey_classes_root\exefile\shell\runas\command] @= "\"%1\ "%*" "Isolatedcommand" = "\"%1\ "%*" |
If you are prompted to open the registry, "the Registry has been disabled by the system administrator"
1 Press and hold the "Win+r" key on the keyboard, bring up the "Run" window, enter gpedit.msc in the "Open" column, and click OK.
2 into the local Group Policy Editor, expand the user configuration to the left of the Window à admin module à system, then locate the "Block Access Registry Editing Tool" On the right side of the window and double-click to eject the Block Access Registry Editing Tool dialog box, and then select "Disabled" and then click OK. As shown in figure: