Ativar ou Desativar Usuários - Windows 10

Escrito por Super User Ligado . Publicado em Uncategorised

  • Make sure to have the account name handy.
  • Search for the command prompt using the Windows 10 Search on the taskbar.
  • Once it shows up, right click and run as administrator.  You will be prompted for a yes or no. Select Yes.
  • Now type the following command to disable the account.
    • net user <accountname> /active:no — To Disable.
    • net user <accountname> /active:yes — To Enable it back.