How to Enable Built-in Administrator and Rename for Windows 10 Home Edition

Guide to enable Built-in Administrator and rename account name

Overview

Windows 10 Home Edition built-in administrator is disabled by default and GUI Administration Console is not available in Home edition.

 

Step 1: Enable Built-in Administrator

S1-1. Open Command Prompt in Administrator Mode

S1-2. In Command Prompt, enter the following command to check the account.

Net User Administrator

W10H_BuiltInAdmin_02

Account is not enabled (Account active = No)

S1-3. To enable the account, enter the following command

Net User Administrator /ACTIVE:YES

W10H_BuiltInAdmin_03

W10H_BuiltInAdmin_04

S1-4. Once the account is active, please change password for security reason.

S1-5. Change password from GUI Administration Console.

Control Panel > User Accounts > User Accounts > Manage Accounts

W10H_BuiltInAdmin_05

S1-6. Change password from Command Prompt

Net User Administrator <NEW_PASSWORD>

W10H_BuiltInAdmin_06

 

Step 2: Rename Built-in Administrator Name

Built-in Administrator account is well known default windows administrator account which can not be deleted.

Hence, for security reason, it is advisable to rename default administrator name.

The rename can only be done from Command Prompt only for Windows Home edition.

 

S2-1. Open Command Prompt in Administrator Mode

S2-2. Enter the following command to rename account name:

WMIC UserAccount WHERE NAME=’Administrator‘ RENAME NewADM

W10H_BuiltInAdmin_07

S2-3. Enter the following command to check account renamed:

W10H_BuiltInAdmin_08

W10H_BuiltInAdmin_09

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.