Skip to content

Instantly share code, notes, and snippets.

@uzbekdev1
Created October 4, 2021 21:04
Show Gist options
  • Save uzbekdev1/4fab68acc697cc466cb3b9e629ed28fd to your computer and use it in GitHub Desktop.
Save uzbekdev1/4fab68acc697cc466cb3b9e629ed28fd to your computer and use it in GitHub Desktop.
win os add user to group
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