Windows 7 system has a default administrator account that is created during the installation of Windows 7 or setup already for you on a OEM (ex: Dell) computer. By default, the built-in administrator account is named Administrator, and is disabled. Log as that account you will have complete access to the computer and can make any desired changes and will not be prompted by UAC.

This will show you how to enable Windows 7 default administrator account

Warning: if you enable the built-in Administrator account, it is recommended to create a password for it to help keep it secured.

Option one:

1. Start System and press “F8” to enter Safe mode with Command Prompt


2. Choose any Administrator account and you will enter the elevated command prompt, type net user administrator /active: yes and press Enter.


3. Close the command prompt. Restart the computer and you will now see the built-in Administrator account log on icon added on Screen.


If you want to disable the built-in administrator account, just type net user Administrator /active: no, then you will see the built-in Administrator account log on icon removed.

Option Two:

1. Click Start and type lusrmgr.msc in the search box, open the Local Users and Groups manager, in the left pane, click on the Users folder.

2. In the middle pane, right click on Administrator and click on Properties.

3. Uncheck the “Account is disable” and click Apply. (if you want to disable the account, just check the” Account is enable”.

4. Restart your system; you’ll see the default administrator account appear on the log in screen.

Note: if you lost windows 7 default administrator password, you can download Windows Password Key to remove the password, it is the safest and more quickly way.

Dani AI

Generated

Nice walkthroughs from and . One safety note: the built‑in Administrator runs with UAC’s Admin Approval Mode turned off by default, so apps get full admin rights without prompts. That is handy for break‑fix, but risky for daily use. If you must keep it enabled, consider also enabling Admin Approval Mode for that account via policy so elevation prompts appear. Microsoft’s guidance is to avoid using the built‑in Administrator for routine work. (learn.microsoft.com)

If the account was renamed or your Windows language is not English, first discover the built‑in admin’s current name (it always has RID 500). Run this in an elevated Command Prompt and use whatever name it returns in your commands/UI steps:

wmic useraccount where sid like "%-500" get name,sid

Also, if you do not see Local Users and Groups (lusrmgr.msc), you are likely on a Home edition; use command line instead. (learn.microsoft.com)

Seeing “System error 5 has occurred”? That error code is ERROR_ACCESS_DENIED. Open an elevated Command Prompt (Start, type cmd, right‑click Command Prompt, Run as administrator) and try again; most net/user management commands require elevation. (learn.microsoft.com)

For and : after you are done, disable the built‑in Administrator again. On Pro/Ultimate/Enterprise you can do it via Local Security Policy: Security Options -> Accounts: Administrator account status -> Disabled. Set a strong password either way; the account cannot be locked out and is a common attack target. (learn.microsoft.com)

Recommended Answers

All 6 Replies

There is yet another and simple way to activate Windows 7 default administrator account. Just follow the below steps:

1. Type "net user" command and press Enter. This will show you all the accounts that exist on your machine.
2. Type "net user Administrator" command and press Enter. This will show you if your Administrator account is active or not.
3. Type "net user Administrator ppp" command and press Enter. This will set password for your Administrator account.
4. Type "net user Administrator /active:yes" command and press Enter. This will activate your Administrator account.

You can get instructions on how to enable your administractor account with images. Just follow this link:

ok so how do you deactivate it after you activated it

- You can disable the default Administrator account by creating yourself an account that has administrative priviledges. Log on with your user account, go to computer management, users and groups, users, administrator account, right click and click on disable.

showing system error 5 has occured

nice information

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.