I lost my user account

Joined
Apr 28, 2018
Messages
1
Reaction score
0
hii
Yesterday I was create a built-in administrator,i convert my all files to built in administrator and delete my user account.i can't open some apps. I want a user account. What to do??
 

Trouble

Noob Whisperer
Moderator
Joined
Nov 19, 2013
Messages
13,411
Reaction score
2,319
Hello and welcome to the forum.
Yesterday I was create a built-in administrator
You don't "create" the "built-in" administrator account. It already exists and is normally hidden. You can enable it.....
net user administrator /active:yes
OR
disable it
net user administrator /active:no
AND
That account is not typically used for day to day computer uses, there are a few Apps that do not function well or at all, when using that account.
I want a user account. What to do??
IF you want a new local user account that is also a member of the local administrators group, try this
Go to
C:\Windows\System32
Find
Cmd.exe (if you are hiding extensions of known types it might simply say Cmd)
Right click it and choose run as administrator
At the admin command prompt type
net user JohnSmith /add
hit enter
then type
net localgroup administrators JohnSmith /add
hit enter
type
exit
hit enter
Restart and log in as JohnSmith

NOTE: Obviously it doesn't have to be "JohnSmith". Any Tom, Dick or Sally should work fine (dealers choice).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top