How to disable and enable user account using Command Prompt Windows 10

Опубликовано: 07 Май 2017
на канале: Leszek Burda
8,509
42

If you don't want to delete user account, you can temporarly deactivated user account or disable user account.
You can use control panel to turn off user account, or you can use Command Prompt to disable user account.
To disable user account type
net user username /active:no
To enable user account type
net user username /active:yes
   / leszekburda