Create multiple guest accounts on Windows 11, 10, 8.1, MS Server with commands?
It is very easy to create multiple guest accounts for guest users under Windows 11 / 10 / 8.1 / 7, or Windows Server by using command lines!
It is not only possible to set up additional guest accounts quickly under MAC / Linux, this solution is very easy to create multiple guest accounts under Windows 11 / 10 to Windows 7 / XP, as well as on Microsoft Web Server 2019, 2016 until retrospectively under Server 2003.
To do this, open / start the existing cmd.exe or start a program Windows Console program, such as the ColorConsole .
In this example, guest accounts Gast-001 to 003 are created, because Windows creates a new user as a standard user when creating a new user, so this must be added to the guest group and also removed from the standard user.
Create the user account "Guest-001" to "Guest-003"
net user "Guest-001" /add
net user "Guest-002" /add
net user "Guest-003" /add
Tip:
Overwriting of user accounts cannot occur, because an error message appears when entering existing user names! ( ... see image-1 point 1 )
Add to guests group "Guest-001" to "Guest-003"
net localgroup guests "Guest-001" /add
net localgroup guests "Guest-002" /add
net localgroup guests "Guest-003" /add
"guest-001" to "guest-003" delete from the standard guests group
net localgroup guests "guest-001" /delete
net localgroup guests "guest-002" /delete
net localgroup guests "guest-003" /delete
(Image-3) Multiple guest accounts on Windows commando line!
These commands NET commands are quite practical, because you can use them under all operating systems, for example --- OS_Windows6 --- this of course refers to Windows NT systems, there are certainly similarly powerful commands under Linux, Android and MAC OS, with which you can achieve the same thing.
The solution is very simple to use a command in PowerShell to check whether a file path or folder path is available The solution is very simple with the test-path command,
Start several programs at the same time via a batch file in order to save several clicks, is very popular on MS Windows 11, 10, desktop and server operating
The solution is very simple, to force that the logoff is carried out via the command line under Microsoft Windows 11 / 10 / 8.1 / 7 If some programs have
Creating a bootable USB stick as an installation medium for Windows is no magic Everyone comes to this point and wants a solution that is very simple to
The solution with the cmd.exe is very easy to change the drive designation of a drive via command line on all MS Windows OS Under Windows, you can easily
You can create a list of programs via the cmd.exe command line or via PowerShell, which are started when Windows starts You can easily identify the programs