

3, make sure to use this command: Get-LocalUser -Name "Administrator" | Disable-LocalUser. When you no longer need the Administrator account, use the same instructions outlined above to disable it, but on step No. Type the following command to enable the hidden Administrator account and press Enter: Get-LocalUser -Name "Administrator" | Enable-LocalUserĪfter you complete the steps, the default Administrator account will enable and available from the Sign-in screen. Search for PowerShell, right-click the top result, and select the Run as administrator option. To enable the Administrator account with PowerShell, use these steps: Enable Administrator account on Windows 10 using PowerShell 3, make sure to use this command: net user "Administrator" /active:no. If you no longer need the local account, you can use the same instruction to disable it, but on step No. Once you complete the steps, you can sign out of the account and sign back in with the Administrator account. Type the following command to enable the Administrator account on Windows 10 and press Enter: net user "Administrator" /active:yes Search for Command Prompt, right-click the top result, and select the Run as administrator option.

To enable the built-in Administrator local account using Command Prompt on Windows 10, use these steps:

Windows 10 has a built-in Administrator local account, but it’s disabled by default.
