<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://freemwiki.com/index.php?action=history&amp;feed=atom&amp;title=How_to_Add_Users_from_CMD</id>
	<title>How to Add Users from CMD - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://freemwiki.com/index.php?action=history&amp;feed=atom&amp;title=How_to_Add_Users_from_CMD"/>
	<link rel="alternate" type="text/html" href="https://freemwiki.com/index.php?title=How_to_Add_Users_from_CMD&amp;action=history"/>
	<updated>2026-04-19T04:44:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://freemwiki.com/index.php?title=How_to_Add_Users_from_CMD&amp;diff=9681&amp;oldid=prev</id>
		<title>Lukegao1: 创建页面，内容为“To add users from the command prompt (CMD) in Windows, you can use the &quot;net user&quot; command. Here are the steps:  1. Open the command prompt as an administrator. You can do this by searching for &quot;cmd&quot; in the Start menu, right-clicking on &quot;Command Prompt,&quot; and selecting &quot;Run as administrator.&quot;  2. Type the following command to add a new user: ``` net user [username] [password] /add ``` Replace &quot;[username]&quot; with the desired username for the new user and &quot;[password]…”</title>
		<link rel="alternate" type="text/html" href="https://freemwiki.com/index.php?title=How_to_Add_Users_from_CMD&amp;diff=9681&amp;oldid=prev"/>
		<updated>2023-03-22T13:30:50Z</updated>

		<summary type="html">&lt;p&gt;创建页面，内容为“To add users from the command prompt (CMD) in Windows, you can use the &amp;quot;net user&amp;quot; command. Here are the steps:  1. Open the command prompt as an administrator. You can do this by searching for &amp;quot;cmd&amp;quot; in the Start menu, right-clicking on &amp;quot;Command Prompt,&amp;quot; and selecting &amp;quot;Run as administrator.&amp;quot;  2. Type the following command to add a new user: ``` net user [username] [password] /add ``` Replace &amp;quot;[username]&amp;quot; with the desired username for the new user and &amp;quot;[password]…”&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;To add users from the command prompt (CMD) in Windows, you can use the &amp;quot;net user&amp;quot; command. Here are the steps:&lt;br /&gt;
&lt;br /&gt;
1. Open the command prompt as an administrator. You can do this by searching for &amp;quot;cmd&amp;quot; in the Start menu, right-clicking on &amp;quot;Command Prompt,&amp;quot; and selecting &amp;quot;Run as administrator.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
2. Type the following command to add a new user:&lt;br /&gt;
```&lt;br /&gt;
net user [username] [password] /add&lt;br /&gt;
```&lt;br /&gt;
Replace &amp;quot;[username]&amp;quot; with the desired username for the new user and &amp;quot;[password]&amp;quot; with the desired password.&lt;br /&gt;
&lt;br /&gt;
3. If you want to require the new user to change their password at their first login, type the following command:&lt;br /&gt;
```&lt;br /&gt;
net user [username] /passwordchg:yes&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
4. If you want to add the new user to a specific group, type the following command:&lt;br /&gt;
```&lt;br /&gt;
net localgroup [groupname] [username] /add&lt;br /&gt;
```&lt;br /&gt;
Replace &amp;quot;[groupname]&amp;quot; with the name of the group you want to add the user to.&lt;br /&gt;
&lt;br /&gt;
5. To verify that the new user has been added, type the following command:&lt;br /&gt;
```&lt;br /&gt;
net user&lt;br /&gt;
```&lt;br /&gt;
This will display a list of all the users on the computer, including the new user you just added.&lt;br /&gt;
&lt;br /&gt;
That&amp;#039;s it! You&amp;#039;ve successfully added a new user from the command prompt.&lt;/div&gt;</summary>
		<author><name>Lukegao1</name></author>
	</entry>
</feed>