Today, I found an interesting problem. In windows 7, there is no Administrator account, and I cannot find the Administrator account, this is because the Windows 7 System Administrator account is disabled due to security considerations in the Windows 7 system project. Next I will introduce the solution.
Two methods are listed below.
Method 1: enable the system Administrator account in System Management.
- Open the Start menu and right-click"Computer", Select"Management".
Collapse the image and expand the image.
(If the confirmation window is displayed, enter the account name and password with administrator permissions or click"Yes.)
Collapse the image and expand the image.
- In theComputer Management"Window, locate"Local users and groups-> Users". Click to expandUser.
Collapse the image and expand the image.
- In the Details window on the right, right-click"Administrator", Select"Attribute".
Collapse the image and expand the image.
- By default,"Account Disabled"Is selected. We need to deselect the check box and then press"OKSave the changes.
Collapse the image and expand the image.
Method 2: Use commands to enable the system Administrator account.
- Click Start and typeCmd.exe. After the corresponding program is displayed, right-click and select"Run as Administrator".
Collapse the image and expand the image.
(If the confirmation window is displayed, enter the account name and password with administrator permissions or click"Yes.)
Collapse the image and expand the image.
- In the command window, TypeNet user administrator/active: yes. Press enter.
See"Command completed successfully"Information indicates that the system Administrator account has been enabled.
Collapse the image and expand the image.
(Similarly, if you want to disable the system Administrator account in the future, type the commandNet user administrator/active: no.)