腾讯视频/爱奇艺/优酷/外卖 充值4折起
1、首先建立记事本,复制以下代码到记事本中,另存为.reg格式,双击注册表即可获得管理员权限。
windows registry editor version 5.00
[-hkey_classes_root/*/shell/runas]
[hkey_classes_root/*/shell/runas]
@="获取超级管理员权限"
"icon"="c://windows//system32//imageres.dll,-78"
"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/directory/shell/runas]
[hkey_classes_root/directory/shell/runas]
@="获取超级管理员权限"
"icon"="c://windows//system32//imageres.dll,-78"
"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"
[-hkey_classes_root/dllfile/shell]
[hkey_classes_root/dllfile/shell/runas]
@="获取超级管理员权限"
"hasluashield"=""
"noworkingdirectory"=""
[hkey_classes_root/dllfile/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/drive/shell/runas]
[hkey_classes_root/drive/shell/runas]
@="获取超级管理员权限"
"icon"="c://windows//system32//imageres.dll,-78"
"noworkingdirectory"=""
[hkey_classes_root/drive/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"
2、删除管理员权限。复制代码根据上面的步骤新建记事本粘贴到记事本中,另存为.reg格式,双击即可删除管理员权限。
windows registry editor version 5.00
[-hkey_classes_root/*/shell/runas]
[-hkey_classes_root/directory/shell/runas]
[-hkey_classes_root/dllfile/shell]
[-hkey_classes_root/drive/shell/runas]
[-hkey_classes_root/exefile/shell/runas]
[hkey_classes_root/exefile/shell/runas]
"hasluashield"=""
[hkey_classes_root/exefile/shell/runas/command]
@="/"%1/" %*"
"isolatedcommand"="/"%1/" %*"
通过注册表来获取win8.1超级管理员权限的方法更为方便,虽然是需要修改注册表,但我们采用的是导入注册表的方式,用户可以不用担心注册表修改错误。