Win7 system permissions How do I get it? The following will tell you how to obtain the System privilege tutorial, the system is the supreme Super Administrator account, and how do you get it? A friend in need can try the following steps.
Create a new text file (TXT file), write the following:
Windows Registry Editor Version 5.00
[Hkey_classes_root*shellrunas]
@= "Administrator gets ownership"
"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]
@= "Administrator gets ownership"
"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"
Then save, the extension txt to reg, double-click this reg, write information to the registry, then the system where the changes? Then right click on the file, you will see a line of "admin Take Ownership", click, you can get all the permissions of the file.
Simple usage: When you encounter no access to the folder, click the right button to "Take Ownership", this folder can be entered when the file is not covered by Hu, delete files, click the right button to "Take Ownership", the file can be related operations.