Created
October 4, 2021 21:04
-
-
Save uzbekdev1/4fab68acc697cc466cb3b9e629ed28fd to your computer and use it in GitHub Desktop.
win os add user to group
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
net user {{usr}} /add /active:yes | |
net user {usr} * | |
net localgroup users {usr} /delete | |
net localgroup guests {usr} /add |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment