腾讯视频/爱奇艺/优酷/外卖 充值4折起
win7win8有时会出现删除不了文件的情况,弹窗提示需要某某权限,下面为解决办法:
在普通帐户中快速获得最高的权限:
新建一个.txt文本,将下面的代码复制粘贴到文件中,另存为或重命名为.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"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"
在要获得所有权限的文件或者文件夹上,右键,一键取得超级管理员权限,就可以在普通管理员帐户中,快速取得最高权限。
取得权限后,再运行程序,就与在超级管理员帐户中运行中是一样的。
还有一种情况是由于有程序正在操作这个文件导致删除不了的情况,启用任务管理器结束该程序所有进程后再次尝试删除即可。
启用管理员账户:运行gpedit.msc -- 计算机配置 -- windows设置 -- 安全设置 -- 本地策略 -- 安全选项 -- 帐户: 管理员帐户状态 -- 双击打开属性 -- 启用 -- 确定.