Computer knowledge--win7 Delete files, Access denied, and so on, all prompt permission is not sufficient solution

Source: Internet
Author: User

Originally do not want to write these things, but often encountered, or record it!

One click to get the administrator's highest privileges

Create a TXT file, and then change the suffix to. reg format: Content as follows

  1. Windows Registry Editor Version 5.00
  2. [Hkey_classes_root*shellrunas]
  3. @= "Get the highest administrative privileges"
  4. "Noworkingdirectory" = ""
  5. [Hkey_classes_root*shellrunascommand]
  6. @= "cmd.exe/c takeown/f"%1 "&& icacls"%1 "/grant administrators:f"
  7. "Isolatedcommand" = "cmd.exe/c takeown/f"%1 "&& icacls"%1 "/grant administrators:f"
  8. [HKEY_CLASSES_ROOTEXEFILESHELLRUNAS2]
  9. @= "Get the highest administrative privileges"
  10. "Noworkingdirectory" = ""
  11. [Hkey_classes_rootexefileshellrunas2command]
  12. @= "cmd.exe/c takeown/f"%1 "&& icacls"%1 "/grant administrators:f"
  13. "Isolatedcommand" = "cmd.exe/c takeown/f"%1 "&& icacls"%1 "/grant administrators:f"
  14. [Hkey_classes_rootdirectoryshellrunas]
  15. @= "Get the highest administrative privileges"
  16. "Noworkingdirectory" = ""
  17. [Hkey_classes_rootdirectoryshellrunascommand]
  18. @= "cmd.exe/c takeown/f"%1 "/r/d y && icacls"%1 "/grant administrators:f/T"
  19. "Isolatedcommand" = "cmd.exe/c takeown/f"%1 "/r/d y && icacls"%1 "/grant administrators:f/T"


Please restart ... ok



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.