方法1:使用命令提示符 按下Win + X键,然后选择“命令提示符(管理员)”或“Windows PowerShell(管理员)”。在命令提示符窗口中,输入以下命令并按回车键:net user Administrator /active:no 这条命令会禁用Administrator账户。方法2:使用本地用户和组管理 按下Win + R键打开运行对话框,输入lusr...
1、打开“管理员命令行” (Win10以下系统:开始菜单【右键】-->Windows PowerShell(管理员)/命令提示符(管理员)) (Win11系统:开始菜单【右键】-->Windows 终端(管理员)) 右键 2、输入“net user administrator /active:yes”,回车,提示”命令成功完成“ 3、切换账户或查看是否启用成功 建议:注销原账户,使用Adm...
Enable Windows 11 Administrator account using PowerShell To enable the Administrator account with PowerShell on Windows 11 Pro or Home, use these steps: On Windows 11 PC, click Start and search Windows PowerShell. Launch the PowerShell with Run as Administrator. Run the following command to enab...
Windows-Terminal App Diese App ist im Betriebssystem enthalten. Bei früheren Windows-Versionen ist es ein separater Download im Microsoft Store. Weitere Informationen finden Sie unter Was ist Windows-Terminal?. Diese App kombiniert Windows PowerShell, eine Eingabeaufforderung und Azure Cloud Shell ...
1. 在搜索栏中键入 PowerShell > 右键单击搜索结果中的 Windows PowerShell,然后选择以管理员身份运行...
Windows 11 使用Administrator登录 cmd或者powershell下输入命令: net user administrator /active:yes 回车即可。
Change Administrator in Windows 11 via PowerShell Typepowershellto the Windows 11 search box and right-clickWindows PowerShellto run it as administrator. TypeGet-LocalUserand pressEnter. Execute the command:add-LocalGroupMember -Group “Administrators” -Member “Account Name”. Replace ”Account Nam...
1️⃣按组合键win+X,选择【命令提示符(管理员)】或【Windows Powershell(管理员)】或【终端管理员】 2️⃣输入net空格user空格administrator空格/active:yes 敲回车 ❗注:空格不是汉字,而是指要敲空格键 3️⃣鼠标右键开始菜单,点【关机或注销】-【注销】 4️⃣选择【Administrator帐户】登录,初次...
There are several ways to open PowerShell as Administrator in Windows 11. Users can run console applications in user mode or with elevated privileges,
1、按“WIN+X”(或鼠标右键点击“开始”),找到“Windows 终端(管理员)”,粘贴输入下面两行指令...