Hi Bpelle,
It sounds like the built-in Administrator account was enabled successfully, but its profile may not be loading correctly. Since the account does not appear on the sign-in screen and key Windows components such as the Start menu, taskbar, and personalization features are not responding, the issue may be related to the Administrator profile rather than the account itself.
Here are a few steps you can try:
1, Confirm the Administrator account is enabled
- Open Command Prompt as administrator.
- Run:
net user administrator - Verify that the account is listed as active.
2, Test with another local administrator account
- Create a new local account.
- Add it to the Administrators group.
- Sign in and check whether the Start menu and taskbar work normally.
- If they do, the built-in Administrator profile may be corrupted.
3, Repair Windows system files
- Open Command Prompt as administrator.
- Run:
sfc /scannow - After it completes, run:
DISM /Online /Cleanup-Image /RestoreHealth - Restart the PC and test again.
4, Check if the Administrator account can be accessed via Switch User
- Press Ctrl + Alt + Del.
- Select Switch user and see if the Administrator account is available there.
If the issue is limited to the built-in Administrator account while other administrator accounts function normally, using a newly created administrator profile may be the quickest workaround until the profile issue is identified.
I hope this helps point you in the right direction. Let me know if you need further assistance, feel free to ask me by clicking "Add Comment" or "Add Answer" if you cannot add comment so your response will be visible. Thanks for your effort.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.