我正在使用 Windows 10。
意外删除了具有管理员权限的用户。
现在每次我需要安装某些东西或做其他事情时,都会显示用户帐户控制窗口,但没有“是”按钮,只有“否”,所以我什么也做不了。
如何修复?谢谢!
答案1
(A)添加用户,在安全模式下重新启动,看看是否可以将用户添加到管理员组。
您可以启用通常被禁用的管理员来执行此操作。
还可以尝试以下步骤:
Quick guide: Enable administrator account in Windows 10
Open “Run” with [Windows] + [R].
Type “cmd” and press [Ctrl] + [Shift] + [Enter].
Type “net user administrator /active:yes”.
The administrator account is now activated.
To deactivate: “net user administrator /active:no”.
完成后您需要以管理员身份登录
Enable: Search for cmd in the taskbar search field > select Run as Administrator.
Type net user administrator /active:yes, and press enter. Wait for the confirmation and restart.
To disable, open the command prompt as an administrator and enter net user administrator /active:no
===============
(二)
如果以上所有方法都失败了,则备份机器并重新安装 Windows。