How to enable an administrator account on Windows 11
How to enable or disable an administrator account on Windows 11 using PowerShell
One of the quickest ways to enable an administrator account on Windows 11 is to use PowerShell. You can also use the newer Windows Terminal or, if you prefer, the older Command Prompt (cmd) tool.
You need to make sure you run these commands from a user account that already has administrator rights. If you are using a standard user account, you will need to switch to another user account to run this tool.
To enable an administrator account using PowerShell on Windows 11:
- Open Start by clicking the Start button or pressing the Windows key menu.
- When the Start menu opens, type powershell, right-click the top result, and select Run as administrator from the menu. Alternatively, hover over the Windows PowerShell result and select Run as administrator from the options on the right.
- When PowerShell starts, type the following command and press Enter:
net user administrator /active:yes
Switching to an administrator account on Windows 11
Running the net user command will immediately activate the built-in administrator account. The account will be available on the login screen.
You can double-check now by pressing Alt F4 on your keyboard, then select Switch user from the pop-up shutdown menu.
Disable the administrator account using PowerShell
We strongly recommend that you disable the default administrator account when you are done.
To do this using Windows PowerShell:
- Open the Start menu.
- Type powershell, right-click, and select Run as administrator.
- In the PowerShell window, type the following to disable the account:
net user administrator /active:no
This will immediately disable the built-in administrator account. It will no longer appear on the login screen for you to use.
How to enable or disable an administrator account on Windows 11 using Computer Management
The fastest way to enable an administrator account on Windows 11 is through PowerShell or the Windows Terminal using net user Order. However, if you prefer to use a GUI tool to enable it, you can use Computer Management. This is a built-in, somewhat hidden configuration tool that allows you to change various Windows settings.
To enable an administrator account using Computer Management on Windows 11:
- Press the Start button or the Windows key to open the Start menu.
- Enter Computer Management and select the top result to open the application.
- In Computer Management, expand Local Users and Groups on the left and select Users Folder.
- Right-click on the Administrator account and select the Properties option.
- When the Administrator Properties window appears, uncheck the Account is Disabled option.
- Press Apply and OK to save your selection.
#If you have followed the steps above, the administrator account is active and accessible from the login screen.
Disable the administrator account using Computer Management
As we suggested above, you should disable your Windows 11 administrator account when you are finished using it. You can easily do this by repeating the above steps in Computer Management.
To disable the administrator account using Computer Management:
- Open the Start menu.
- Type Computer Management and select it from the search option in the Start menu.
- Open Local Users and Groups > Users on the left.
- Right-click on the Administrator account and select Properties.
- In "Properties", select the "Account is disabled" option and click "OK".
# After that, the administrator account has been closed and can no longer be accessed.
If you want to make further changes to your Windows 11 user account, you may want to consider changing your account name. If you are tired of UAC prompts on your administrator account, you can disable User Account Control. Otherwise, you can always add a local user account to Windows 11 and completely restrict administrator rights.
The above is the detailed content of How to enable an administrator account on Windows 11. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



It is not easy to convert XML to PDF directly on your phone, but it can be achieved with the help of cloud services. It is recommended to use a lightweight mobile app to upload XML files and receive generated PDFs, and convert them with cloud APIs. Cloud APIs use serverless computing services, and choosing the right platform is crucial. Complexity, error handling, security, and optimization strategies need to be considered when handling XML parsing and PDF generation. The entire process requires the front-end app and the back-end API to work together, and it requires some understanding of a variety of technologies.

PS "Loading" problems are caused by resource access or processing problems: hard disk reading speed is slow or bad: Use CrystalDiskInfo to check the hard disk health and replace the problematic hard disk. Insufficient memory: Upgrade memory to meet PS's needs for high-resolution images and complex layer processing. Graphics card drivers are outdated or corrupted: Update the drivers to optimize communication between the PS and the graphics card. File paths are too long or file names have special characters: use short paths and avoid special characters. PS's own problem: Reinstall or repair the PS installer.

XML Online Format Tools automatically organizes messy XML code into easy-to-read and maintain formats. By parsing the syntax tree of XML and applying formatting rules, these tools optimize the structure of the code, enhancing its maintainability and teamwork efficiency.

The H5 page needs to be maintained continuously, because of factors such as code vulnerabilities, browser compatibility, performance optimization, security updates and user experience improvements. Effective maintenance methods include establishing a complete testing system, using version control tools, regularly monitoring page performance, collecting user feedback and formulating maintenance plans.

Solving the problem of slow Photoshop startup requires a multi-pronged approach, including: upgrading hardware (memory, solid-state drive, CPU); uninstalling outdated or incompatible plug-ins; cleaning up system garbage and excessive background programs regularly; closing irrelevant programs with caution; avoiding opening a large number of files during startup.

Converting XML to PDF directly on Android phones cannot be achieved through the built-in features. You need to save the country through the following steps: convert XML data to formats recognized by the PDF generator (such as text or HTML); convert HTML to PDF using HTML generation libraries such as Flying Saucer.

PS card is "Loading"? Solutions include: checking the computer configuration (memory, hard disk, processor), cleaning hard disk fragmentation, updating the graphics card driver, adjusting PS settings, reinstalling PS, and developing good programming habits.

It is difficult to directly convert super large XML to PDF on mobile phones. It is recommended to adopt a partition strategy: cloud conversion: upload to the cloud platform and processed by the server. It is efficient and stable but requires network and possible payment; segmented processing: Use programming tools to split large XML into small files and convert them one by one, requiring programming capabilities; find conversion tools that specialize in processing large files, pay attention to checking user reviews to avoid choosing software that is prone to crash.