WINDOW 10 : HOW TO ENABLE HIDDEN ADMINISTRATOR ACCOUNT

Опубликовано: 24 Март 2026
на канале: TECH O HACK
1,097
16

WINDOW 10 has hidden administrator account by default
which is disable
but we can activate it and use it ,and have access to numerous permissions on window

JUST TYPE FEW COMMAND IN CMD:

1) To view number of account currently running : net user

2) To activate administrator account :
net user administrator /active:yes

3) To set the password of administrator account :
net user administrator YOUR PASSWORD WILL COME HERE

4)If you want to disable the admin account:
net user administrator /active:no