• 帮助中心
  • Windows7 64位系统下如何取得某一文件或文件夹的管理员权限

    作者:U盘装系统 文章来源:u盘装系统 发布时间:2014-11-17 10:13点击:

        微软公司为了供给体系安全性,开端着重关于Windows文件的所有权,以及程序运行时的Windows7 64位系统用户权限,限制程序对体系重要文件的篡改。不过当咱们要删去体系上的一个文件时,老是提示无管理员权限,使得不能删去。相同WIndows也有权限问题。当咱们发现某些文件无法修正时,咱们就需要取得这个文件的管理员所有权,怎么取得某一个文件或文件夹的所有权?

    Windows7 64位系统下如何取得某一文件或文件夹的管理员权限

    操作方法:

        为Windows7的右键菜单增加取得所有权的菜单:具体实现的办法不难,将以下内容另存为文本文件,然后修正该文件的拓展名为.reg ,双击导入注册表即可。

      Windows Registry Editor Version 5.00
      [HKEY_CLASSES_ROOT\*\--shell\runas]
      @="管理员取得所有权"
      "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]
      @="管理员取得所有权"
      "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]
      @="管理员取得所有权"
      "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"