Tips & Tricks, Tutorials, Hacking, Troubleshooting,

By default, the local Administrator account in Windows 8 is disabled. There are certain programs that require the user to be logged in using the local administrator account in order to install software or perform some action on the computer. Even though you normal user account is considered an “administrator” account, you will still be prompted by UAC when performing certain actions on the computer.
The built-in Administrator account will not receive the UAC prompts. In this article, I’ll walk you through the steps to enable the administrator account so you can log into it in Windows 8.

Method 1 – Local Users and Groups

The first way to enable the built-in administrator account is to open Local Users and Groups. You can do this by right-clicking on Computer and choosing Manage.
manage users
On the Computer Management screen, go ahead and expand Local Users and Groups and then click on Users. You’ll see the Administrator account in the right-hand pane.
built in administrator
Right-click on the Administrator account and click on Properties.
account disabled
Go ahead and uncheck the Account is disabled box. It is also a good idea to set a password for the Administrator account since it has total unrestricted access to the system. Now you can log off your current account and you’ll see the Administrator account show up in the list of users.
local admin account

Method 2 – Command Prompt

You can also enable and disable the local Administrator account via the command prompt. In order to do that, you have to open an elevated command prompt in Windows 8. To do that, you have to go to the start screen and then right-click and choose All apps.
windows 8 all apps
Then you’ll see Command Prompt under Windows System. Instead of clicking on it, you need to right-click on it. This will bring up options in a separate pane at the bottom of the screen.
run as administrator
You’ll see an option to Run as Administrator. You need to click on this and then it will open the command prompt with elevated permissions. You may also get a UAC dialog where you just have to click Yes. At the command prompt type in the following to enable the built-in Administrator account:
net user administrator /active:yes
net user administrator
To disable the built-in Administrator account, use this command instead:
net user administrator /active:no
administrator uac

Method 3 – Local Security Policy

The last way to enable or disable the administrator account in Windows 8 is to use the local security policy. This option will probably only be available in the Professional version of Windows 8. To open the Local Security Policy in Windows 8, go to Control Panel and then click on Administrative Tools. You can read my previous post on how to access the Control Panel in Windows 8. You may also need to change the view to small or large icons instead of Category.
local security policy
In the left-hand pane, click on Local Policies and then Security Options. The first item is Accounts: Administrator account status.
local policies
Double-click on the item and you can click on the Enabled radio button.
enabled account
That’s it! Those are the 3 different ways to enable and log into the built-in Administrator account in Windows 8. If you have any questions, post a comment and I’ll try to help. Enjoy!

No comments:

Post a Comment