Skip to content

Instantly share code, notes, and snippets.

@brenopolanski
Created July 1, 2019 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brenopolanski/bc753710cdfd5a8e39f3aea97e30bef5 to your computer and use it in GitHub Desktop.
Save brenopolanski/bc753710cdfd5a8e39f3aea97e30bef5 to your computer and use it in GitHub Desktop.
Add e remover usuário Windows 10

Crie um novo usuário:

1. Pressione as teclas Windows + X e clique em Prompt de Comando (Admin).

2. Digite os comandos abaixo, seguido de Enter para execução:

net user nome-da-conta /add

net localgroup administrators nome-da-conta /add

3. Troque de usuário para excluir o desejado.

Exclua o usuário:

1. Pressione as teclas Windows + R, digite Control Userpasswords2 e clique em Ok.

2. Selecione o usuário que deseja excluir e clique em Remover.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment