Guide To Access Your Windows Account Settings

Advertisements

If you are unable to access your account settings, we will make a new account using command prompt. In this tutorial, we will guide you how to make a new account using command prompt and grant administrator privileges to it. In this way, you will be able to access your account settings.

windows icon

Advertisements

Methods To Make Account Using Command Prompt

Follow the below steps carefully:

Guide To Access Your Windows Account Settings

Advertisements

Step 1: Click on windows icon and then type the “cmd” in the start menu bar and then right click on command prompt and choose “Run as administrator”.

Step 2: Type the following command in the command prompt, this command will create a new user account for you:

net user /add [username] [password]

Advertisements

Step 3: To grant administrator privileges to this account, type the following command:

new localgroup administrators [username] /add

Step 4: Finally, by typing these command, you will be able to make a new local account. To check, restart your computer and login to your new account.

What is Command Prompt?

Command Prompt is actually a command line interpreter. If you have a computer that has the Windows operating system installed on it, you probably have it. This is the way people issue commands to the computer, usually advanced administrative functions, or to troubleshoot some serious computer problems.

This might not make much sense, but Command Prompt works at a different level in your computer than your normal point and click interface does. Supposedly, you will have a higher level of control over the machine, meaning that you can access files and information that you might not otherwise be able to get into through the regular interface.

To use Command Prompt, you will use commands written it the “DOS batch language.”

Let us know in the comment section if you are facing any problem related to this post.

Leave a Comment