How to create or delete an administrator account using cmd

preview_player
Показать описание
A computer system should have accounts. These accounts include user account and administrator account.

In this video am showing you on the easiest way of creating administrator using command prompt (CMD). These steps include:
a.)Net user
this command allows you to view the current accounts
b.) net "username" /add
add this point the user account is created
c.)net localgroup administrators [username] /add
at this point you are making the account an administrator account.
Рекомендации по теме
Комментарии
Автор

you can easily create administrator accounts using command prompt. This makes it easy for one to access all the directories. commands used include:
net user
net user *

PAULNYAROTSO