Win8系统与win7一样,默认情况下没有内置的系统管理员权限,这导致许多用户在使用或访问应用程序时会提示“需要管理员权限才能访问”。那么如何开启系统管理员权限呢?
如何打开Win8系统管理员的权限?
1.首先,创建记事本,将以下代码复制到记事本中,将其另存为。reg格式,并双击注册表以获得管理员权限。
Windows Registry Editor Version 5.00
【-HKEY类根/*/shell/runas】
【HKEY _ class _ ROOT/*/shell/runas】
@=“获得超级管理员权限“
“Icon“=“C://Windows//System32//imageres。dll,-78“
"Non-working directory"=""
【HKEY _类_根/*/shell/runas/command】
@=“cmd。/c takeown/F/“% 1/“icacls/“% 1/“/grant administrator s:F“
“隔离命令“=“cmd。/c takeown/F/“% 1/“icacls/“% 1/“/grant administrator s:F“
[-HKEY class root directory/directory/shell/running mode]
[HKEY _ Class _ Root/Directory/Shell/Operation Mode]
@=“获得超级管理员权限“
“Icon“=“C://Windows//System32//imageres。dll,-78“
"Non-working directory"=""
【 HKEY class root directory/directory/shell/operation mode/command 】
@=“cmd。/r/d y icacls/“% 1/“/grant administrator s:F/t
“隔离命令“=“cmd。/r/d y icacls/“% 1/“/grant administrator s:F/t
【-HKEY类根目录/dllfile/shell】
【HKEY _类_根/dllfile/shell/runas】
@=“获得超级管理员权限“
“HasLUAShield“=““
"Non-working directory"=""
【HKEY _类_根/dllfile/shell/runas/command】
@=“cmd。/c takeown/F/“% 1/“icacls/“% 1/“/grant administrator s:F“
“隔离命令“=“cmd。/c takeown/F/“% 1/“icacls/“% 1/“/grant administrator s:F“
[-HKEY _ Class _ Root/Drive/Shell/Running Mode]
[HKEY _ Class _ Root/Drive/Shell/Operation Mode]
@=“获得超级管理员权限“
“Icon“=“C://Windows//System32//imageres。dll,-78“
"Non-working directory"=""
[HKEY _ Class _ Root/Drive/Shell/Operation Mode/Command]
@=“cmd。/r/d y icacls/“% 1/“/grant administrator s:F/t
“隔离命令“=“cmd。/r/d y icacls/“% 1/“/grant administrator s:F/t
2.删除管理员权限。按照上述步骤复制代码创建一个新的记事本并将其粘贴到记事本中,将其另存为。reg格式,双击删除管理员权限。
Windows Registry Editor Version 5.00
【-HKEY类根/*/shell/runas】
[-HKEY class root directory/directory/shell/running mode]
【-HKEY类根目录/dllfile/shell】
[-HKEY _ Class _ Root/Drive/Shell/Running Mode]
【-HKEY _类_根/exefile/shell/runas】
【HKEY _类_根/exefile/shell/runas】
“HasLUAShield“=““
【HKEY _类_根/exefile/shell/runas/command】
@=“/”%1/“ %*”
“独立命令“=“/“% 1/“% *“