How to make windows administrator without mail

To create a Windows administrator account without email, you can follow these steps:

Method 1: Using the built-in "net user" command

  1. Open the Command Prompt as an administrator. To do this, right-click on the Start button and select "Command Prompt (Admin)".
  2. Type the following command and press Enter: net user <username> * /add Replace <username> with the name you want to give to the new administrator account.
  3. You will be prompted to set a password for the new account. Enter a strong password and confirm it.
  4. The account will be created, but you will not receive an email confirmation.

Method 2: Using the "Computer Management" console

  1. Open the Computer Management console. To do this, right-click on the Start button and select "Computer Management".
  2. In the Computer Management console, navigate to "Local Users and Groups" > "Users".
  3. Right-click on the "Users" folder and select "New User".
  4. Enter the desired username and password for the new account.
  5. Check the box next to "Administrator" under "Group membership".
  6. Click "Create" to create the new account.
  7. The account will be created, but you will not receive an email confirmation.

Method 3: Using the "Active Directory Users and Computers" console (for Windows 10 Pro and Enterprise only)

  1. Open the Active Directory Users and Computers console. To do this, type "dsa.msc" in the Run dialog box (Windows key + R) and press Enter.
  2. In the Active Directory Users and Computers console, navigate to the "Users" container.
  3. Right-click on the "Users" container and select "New" > "User".
  4. Enter the desired username and password for the new account.
  5. Check the box next to "Administrator" under "Group membership".
  6. Click "OK" to create the new account.
  7. The account will be created, but you will not receive an email confirmation.

Note: In all methods, you will need to have administrative privileges to create a new administrator account.