How to add a new user to a Windows 10 machine?

0
add a new user to a Windows 10 machine

This article is for you if

  • You are trying to trying to add a new user to a Windows 10 machine
  • You want to add a new user to your laptop or desktop

Goal

  •  Create a new standard none administrator user on your Windows 10 machine

Solution

  1.  Open up command prompt from Start Menu, Run, cmd
  2. Enter net user /ADD [User] [Pass] /ACTIVE:YES
  3. To add the user to the Administrators group simply run net localgroup administrators [User] /add after first creating the user

Prerequisites

  •  Administrative Command Prompt

Words of caution

You are reading this guide with the knowledge that anything provided here is given as is, we do not hold any responsibility for damage or loss of property, customers, profits and or loss of data.

Found priceless insights in this blog? Support the author’s creativity – buy them a coffee!

Leave a Reply

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