How to obtain administrator permissions in Windows 7

Source: Internet
Author: User
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.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.