Hello,
Thank you for posting your query on Microsoft Community.
As per description, you are unable to create new user account.
I would appreciate if you can provide us the following information to help us understand the issue better:
- Have you recently made any changes on your computer, prior to the issue?
- Do you have any third party anti-virus/security software installed on your computer?
- Have you recently installed any Windows Update?
I would suggest you to follow the methods given below and check.
Method 1.
Placing your system in Clean Boot state helps in identifying if any third party applications or startup items are causing the issue. Check this issue in clean boot state.
Refer: How to perform a clean boot in Windows
http://support.microsoft.com/kb/929135
Note: After clean boot troubleshooting step, follow the section "How to reset the computer to start as usual after troubleshooting with clean boot" in the provided link to return
your computer to Normal startup mode.
If issue still persists try method 2,
Method 2: System File Checker.
You may run the system file checker tool and check if it helps. SFC scan will scan for the corrupted system files on the computer. You may refer to the following article in order to use System File Checker tool appropriately.
Use the System File Checker tool to repair missing or corrupted system files.
http://support.microsoft.com/kb/929833/en-us
If issue didn't get resolve try method 3,
Method 3:
Let's try creating a new administrator account within the Built-in admin account and check if it resolves the issue.
You need to run the command from an elevated command prompt. Follow the steps:
a. Press the
Windows key to get into the modern interface if you are not already there.
b. Entercmd and right-click on the
Command Prompt result that should appear.
c. This opens a list of options at the bottom. Select
Run as administrator there.
d. Accept the UAC prompt
Enter the following command to enable the hidden administrator account:
net user administrator /active:yes
Note: Disable the account by running the following command after troubleshooting the issue:
net user administrator /active:no
Once you have enabled the account, you will see it listed in the user accounts control panel applet. Note that the account has not assigned a password to it, and that you should consider setting one to improve account security.
If you do not find the administrator account in the login screen, you may reply back with the status.
Also refer:http://windows.microsoft.com/en-US/windows-8/user-accounts-frequently-asked-questions
If you are able to successfully login to Built-in admin, try to create another new Administrator user account and check if you are able to see it in the login screen.
Hope this information helps. Reply with the status so that we could help you further.