View Single Post
Old 01-30-2017, 16:43   #2 (permalink)
~Leo~
Super Moderator
 
~Leo~'s Avatar
 
Join Date: Jan 2006
Location: [Egypt, Alex]
Posts: 5,052
Member: 224065
Status: Offline
Sonork: 100.1577902
Thanks Meter: 7,930
How to enable the hidden Windows 10 administrator account

by Martin Brinkmann on November 12, 2014 in Windows - Last Update:November 12, 2014 122
When you install Windows 10 anew on a PC or run it for the first time if it comes pre-installed with the computer, you create the first user account during that process.

This is the main account on the system and configured to be an administrator account by default, but it is not the only one that is created during that process.

Windows 10 creates two additional user accounts automatically which are both inactive by default.

The first is a guest account which Microsoft designed for users who access the device but don't have a permanent account on it.

Guest accounts are severely limited as it is not possible to install software or hardware, or modify system settings.

The second is the administrator account. It is also inactive by default and needs to be enabled before it can be used. While not required at all, it is often used for troubleshooting or administrative purposes when it is enabled.

A core difference between the administrator account of the user and this built-in administrator account is that the former receives UAC prompts while the latter does not. The user account is an unelevated administrator account while the built-in administrator account an elevated one.

To enable the Windows 10 administrator account do the following:

Tap on the Windows-key. This should open the start menu or bring you to the Start Screen interface depending on how Windows 10 is configured on the system.
Type cmd and wait for the results to be displayed.
Right-click no the Command Prompt result and select "run as administrator" from the context menu.
Run the command net user to display a list of all user accounts on the system.
To activate the inactive administrator account, run the command net user administrator /active:yes
If you want to enable the guest account as well run the command net user guest /active:yes
The administrator account is active now which means that you can sign in to the system using it. It is not password protected by default which means that anyone with access to the system can use it to sign in to it.

It is highly recommended to protect it with a password. This can also be done on the command line:

Type net user administrator * and hit enter.
You get a password prompt. Type the desired password and again when you are asked to type it a second time for confirmation.
To disable accounts at any time, use the following command:

On an elevated command prompt: net user administrator /active:no
Other commands of interested are:

Net user administrator - Displays information about the user account on the command line.
Net user username /delete - Deletes username on the system. This does not work with built-in accounts.

source
__________________
USE "THANKS" Button.
Follow Forum Rules
OFFLINE and Away
  Reply With Quote
The Following 10 Users Say Thank You to ~Leo~ For This Useful Post:
Show/Hide list of the thanked
 
Page generated in 0.08547 seconds with 7 queries