Skip to content

Instantly share code, notes, and snippets.

@lelegard
Last active March 23, 2018 15:51
Show Gist options
  • Save lelegard/6f13f525f7326023a266d71720f30d91 to your computer and use it in GitHub Desktop.
Save lelegard/6f13f525f7326023a266d71720f30d91 to your computer and use it in GitHub Desktop.
Enabling the Administrator account in Windows 10 Home

Enabling the Administrator account in Windows 10 Home

To enable the Administrator account in Windows 10 Home and make it appear in the login page:

net user administrator /active:yes

The actual name of the account depends on the locale. On a French system, the Administrator account is named "Administrateur".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment