Problem

Need to enable the built-in Administrator account. It is disabled by default.

Solution

You can do it from the command line:

    net user Administrator /active:yes
    net user Administrator NewAdminPasswordHere

You can now log in as Administrator.

Helper Script

Here’s an interactive helper script: