Home > Article > System Tutorial > How to create a new user in win10 home edition safe mode
php editor Baicao teaches you how to easily create a new user! In safe mode, you can create a new user in a few simple steps even without administrator rights. No need for cumbersome operations, it can easily solve your urgent needs!
1. First, we click the Start button in the lower left corner, and then we select the Command Prompt option.
2. After opening the command prompt, we enter the command here: net user account name /add, and then press the Enter key.
3. If we want to promote the account to administrator, we directly enter the command: net localgroup administrators account name/add, and then press the Enter key That’s it.
4. At this time we can see our newly created account in the user account of the control panel. If we want to use this account at this time, we only need to click Login That’s it.
The above is the detailed content of How to create a new user in win10 home edition safe mode. For more information, please follow other related articles on the PHP Chinese website!