The following two methods are listed below.
method One: Enable the system Administrator account from system administration .
- Open the Start menu, right-click Computer , and select manage .
Put this picture away. expand this picture
(If the confirmation window pops up, enter the account name and password with administrator privileges or click "Yes" to allow it to continue.) )
Put this picture away. expand this picture
- In the Computer Management window, navigate to Local Users and Groups-> users . Click to expand the users item.
Put this picture away. expand this picture
- In the Details window on the right, right-click "Administrator" and select " Properties ".
Put this picture away. expand this picture
- By default, the " account disabled " item in the Administrator Properties window is checked. We need to uncheck it and press " OK " to save the changes.
Put this picture away. expand this picture
method Two: Use the command to enable the sysadmin administrator account .
- Click the Start button to type cmd.exe in the Start search box. When the corresponding program pops up, right-click, select " as Administrator."
close this picture expand this picture
(if a confirmation window pops up, enter an account name and password with administrator privileges or click " Yes " to continue.
- When the
- command window is open, type net user Administrator/active:yes . After the loss, click Enter.
Seeing that the " command successfully completed " information indicates that the Administrator administrator account has been enabled for illustration.
close this picture expand this picture
(Similarly, if you want to deactivate the Administrator Administrator account later, type the command net user administrator/active:no can be. )