极速PE官网 > 帮助中心 >

win8没有超级管理员账户怎么办

作者:pe系统 2016-09-02

  很多人都可能都用不上win8超级管理员账号吧,其实少部分人还是用的上的,但是不少人也发现win8没有超级管理员账,那么win8没有超级管理员账户怎么办呢?怎样获得超级管理员的权限呢?那么小编将告诉大家,怎么解决win8没有超级管理员账户怎么办的问题。

  win8获取超极管理员权限方法一、

  我们回到桌面,右击计算机----管理----本地用户和组----用户,这时候就能看见Administrator的身影,然后右击Administrator属性,把账户已禁用的勾去掉就行了。

win8管理员权限获取教程:轻松获取win8超级管理员权限1

win8没有超级管理员账户怎么办图1

  这时候使用组合键CRTL+ALT+DEL,选择切换用户使用Administrator账户登录就行了。

win8管理员权限获取教程:轻松获取win8超级管理员权限2

win8没有超级管理员账户怎么办图2

  win8获取超极管理员权限方法二、

  导入注册表,新建一个记事本,把下面的代码复制进去,然后把文件后缀名改为.reg,双击运行即可。

  建好之后,双击这个reg文件(注册表文件)导入注册表,导入前会有提示让你选择,点是就行了;导入进去之后,右击你要取得权限的文件夹,鼠标右键菜单中选择选择管理员权限即可。

  为了安全考虑,对一个文件操作完成之后,应当恢复成默认权限,此时在右键菜单中选择恢复原始权限。

win8管理员权限获取教程:轻松获取win8超级管理员权限3

win8没有超级管理员账户怎么办图3

  1、取得管理员权限

  Windows Registry Editor Version 5.00

  ;取得文件修改权限

  [HKEY_CLASSES_ROOT\*\shell\runas]

  @="管理员权限"

  "Icon"="C:\\Windows\\System32\\imageres.dll,102"

  "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]

  @="管理员权限"

  "Icon"="C:\\Windows\\System32\\imageres.dll,102"

  "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]

  @="管理员权限"

  "Icon"="C:\\Windows\\System32\\imageres.dll,102"

  "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"

  2、恢复原始权限:

  Windows Registry Editor Version 5.00

  ;恢复原始权限

  [HKEY_CLASSES_ROOT\*\shell\runas-]

  @="恢复原始权限"

  "Icon"="C:\\Windows\\System32\\imageres.dll,101"

  "NoWorkingDirectory"=""

  ; && takeown /f \"%1\"

  [HKEY_CLASSES_ROOT\*\shell\runas-\command]

  @="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /reset && cacls \"%1\" /e /r \"%%USERNAME%%\""

  "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /reset && cacls \"%1\" /e /r \"%%USERNAME%%\""

  [HKEY_CLASSES_ROOT\exefile\shell\runas2-]

  @="恢复原始权限"

  "Icon"="C:\\Windows\\System32\\imageres.dll,101"

  "NoWorkingDirectory"=""

  [HKEY_CLASSES_ROOT\exefile\shell\runas2-\command]

  @="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /reset && cacls \"%1\" /e /r \"%%USERNAME%%\""

  "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /reset && cacls \"%1\" /e /r \"%%USERNAME%%\""

  [HKEY_CLASSES_ROOT\Directory\shell\runas-]

  @="恢复原始权限"

  "Icon"="C:\\Windows\\System32\\imageres.dll,101"

  "NoWorkingDirectory"=""

  [HKEY_CLASSES_ROOT\Directory\shell\runas-\command]

  @="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /reset && cacls \"%1\" /e /r \"%%USERNAME%%\""

  "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /reset && cacls \"%1\" /e /r \"%%USERNAME%%\""