Enable/Disable Administrator Account On Windows 10

From My Big Bad Wiki
Jump to navigation Jump to search

To enable the Administrator account

  • Launch the Command Prompt 'as Administrator'
  • Enter: net user administrator /active:yes

To disable the Administrator account

  • Launch the Command Prompt 'as Administrator'
  • Enter: net user administrator /active:no