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

Contents
show
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
- Open up command prompt from Start Menu, Run, cmd
- Enter net user /ADD [User] [Pass] /ACTIVE:YES
- 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.