From the Vista system, Microsoft began to emphasize ownership of Windows files to provide system security and Program User Permissions during running, restrict the permissions of programs on important files in the system
Tampering. However, this also brings us some problems in our daily use, and we also have permission problems in Windows 7. When we find that some files cannot be modified, we need to obtain the administrator of this file.
After ownership is obtained, we can modify it as needed. How to Use win7 with administrator permissions:
1. Right-click "computer" and choose "manage"> "user and group"
2. Find the administrators, right-click the attributes, and remove the check box before "this account has been disabled. Back to desktop
3. Create a New notepad and copy the following content:
Windows Registry Editor Version 5.00
[Hkey_classes_root \ * \ shell \ RunAs]
@ = "Administrator ownership"
"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 \ exefile \ shell \ runas2]
@ = "Administrator ownership"
"Noworkingdirectory" = ""
[Hkey_classes_root \ exefile \ shell \ runas2 \ 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]
@ = "Administrator ownership"
"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"
OK. Save it as a name. The suffix must be [. Reg]
Obtain administrator privileges in win7. Reg
Well, you can import the saved registry information to obtain the administrator privilege of Windows 7.
After running, the right-click menu will show the option for obtaining administrator permissions.