Need to enable the built-in Administrator account. It is disabled by default.
You can do it from the command line:
net user Administrator /active:yes
net user Administrator NewAdminPasswordHere
You can now log in as Administrator.
Here’s an interactive helper script: