How would I create a new admin account without admin privileges

mousie bobot 0 Reputation points
2024-07-08T01:26:39.7866667+00:00

I forgot the admin password for my computer and do not have admin privileges on my current account. Is there a way to create a new admin account or enable the default admin account without having admin privileges? I have already tried accessing Advanced Recovery Options, but it requires logging in with an admin account.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,575 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Hania Lian 15,171 Reputation points Microsoft Vendor
    2024-07-08T02:47:25.2166667+00:00

    Hello.

    Try the following steps:

    Make a startup disk: Use another computer to make Windows installation media (USB or DVD).

    Boot your computer: Use the installation media to boot your computer into the Windows installation interface.

    Access Command Prompt: At some point during the installation process, select Repair Computer> Troubleshooter > Command Prompt.

    Use the net user command:

    Run the net user command to view the existing user, then create a new user:

    net user <username><new password> /add

    net localgroup administrators <username> /add

    Hope this helps.

    Best Regards,

    Hania Lian

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.