Quantcast
Viewing all articles
Browse latest Browse all 396

4 Ways to Enable Built-in Administrator Account on Windows 10 / 8

The built-in Administrator account is hidden & disabled by default in Windows. There is always a built-in Administrator account associated for every Windows installations. It’s a super administrator account that gives you some extra privileges over the normal administrator account. In this tutorial we’ll show you 4 ways to enable the built-in Administrator on Windows 10 / 8.

Method 1: Enable Built-in Administrator from Command Prompt

  1. Press the Windows key + X to open the Quick Access menu, and then select Command Prompt (Admin).

    Image may be NSFW.
    Clik here to view.
    quick-access-menu

  2. In the Command Prompt, type the following command and press Enter.
    net user Administrator /active:yes

    Image may be NSFW.
    Clik here to view.
    enable-admin-account

  3. As soon as you execute the command, the super built-in Administrator account is enabled, and you can access it by switching the accounts.

Method 2: Enable Built-in Administrator from Computer Management

  1. After opening the File Explorer, right-click on “This PC” (or “This Computer”) on the left navigation pane, and then select Manage.

    Image may be NSFW.
    Clik here to view.
    manage-pc

  2. When the Computer Management window opens, expand System Tools > Local Users and Groups > Users.

    Image may be NSFW.
    Clik here to view.
    local-users

  3. In right-side pane double-click on Administrator account. It’ll open its Properties window. Uncheck the “Account is disabled” option.

    Image may be NSFW.
    Clik here to view.
    account-is-disabled

    Click Apply and then OK.

Method 3: Enable Built-in Administrator Through Local Security Policy

  1. Press Windows key + R to open the Run box. Type secpol.msc and hit Enter.

    Image may be NSFW.
    Clik here to view.
    secpol

  2. When the Local Security Policy window opens, expand Local Policies > Security Options.
  3. In right-side pane, double-click on the policy “Accounts: Administrator account status” and set it to Enabled.

    Image may be NSFW.
    Clik here to view.
    administrator-status

    Click Apply and then OK.

Note: Local Security Policy Editor is not available on home editions of Windows.

Method 4: Enable Built-in Administrator without Logging In

All the above methods are fairly simple, but they work assuming you can still log on to Windows 10/8 with admin rights. What to do if you’re locked out of your computer? Follow the procedure described below and it allows you to activate the built-in Administrator account without logging in:

  1. Boot your problematic computer from Windows 10 or 8 installation DVD. Make sure that your PC’s BIOS (UEFI) Setup is configured to boot from a DVD and that UEFI and Secure Boot are disabled.

    Image may be NSFW.
    Clik here to view.
    press-a-key-to-boot-cd

  2. After booting into the DVD media, you’ll see the Windows Setup screen.

    Image may be NSFW.
    Clik here to view.
    windows-setup

    Just press SHIFT + F10 to open a Command Prompt.

  3. In the Command Prompt, type the following commands one by one, press Enter after each. That will make a copy of the utilman.exe file, and then replace utilman.exe with cmd.exe. In most cases, Windows 10 or 8 is located on drive d:\. If that’s not your case, make sure you replace d:\ with the drive letter of the partition where Windows 10/8 is installed.

    copy d:\windows\system32\utilman.exe d:\
    copy /y d:\windows\system32\cmd.exe d:\windows\system32\utilman.exe

    Image may be NSFW.
    Clik here to view.
    replace-utilman

  4. Now type wpeutil reboot and hit Enter to reboot your computer. Eject the DVD media and let your computer boot from local hard drive.
  5. Wait until Windows boots to the login screen. Click the Ease of Access button in the lower-left corner of your screen.

    Image may be NSFW.
    Clik here to view.
    ease-of-access

    Since we replaced the utilman.exe with cmd.exe, a Command Prompt should open now.

  6. At the Command Prompt, type the following command to activate the built-in Administrator account:
    net user Administrator /active:yes

    Image may be NSFW.
    Clik here to view.
    activate-administrator

  7. Close the Command Prompt and reboot your computer. You can sign in to Windows 10/8 with the newly activated Administrator account.

Viewing all articles
Browse latest Browse all 396

Trending Articles