Easy way to make new account administrator, without knowing password of previously exist administrator!!



•Run cmd as an administrator.
•Type net user /add new account name password // to make new account.
•Type net localgroup administrators accout name /add //to make ur new account  administrator.


♦To see ur account's details
•Type net user account name

♦ To delete your account
•Type net user /delete account name



Thank u!!