How to Elevate User Account to Administrator Via CMD

preview_player
Показать описание
In this video tutorial, you'll learn how to promote an existing user account to an administrator account using Command Prompt (CMD). This is a very useful technique when you're in the recovery options.

List of all user accounts on the computer, including their usernames and account status (active/inactive):
net user

This will display details about the user account on a Windows system:
net user "username"

Creates a new user account on a Windows system:
net user "username" /add

Create a new user with a new password:
net user "username" *

Granting administrative privileges to a user account significantly increases their control over the system:
net localgroup Administrators "username" /add

Hint:
Sometimes the name is too long, you may need quotation mark at both end.
net localgroup Administrators "John Smith" /add

#AdminstratorAccount #ElevateUserAccount #UserAdministratorAccount #localgroup #netuser
#useraccount

Music from YouTube Audio Library
Рекомендации по теме
Комментарии
Автор

Will this alert my parents if they use microsoft family safety and would this work if i wanted to get my own account that i already have to get admin

idontknow
Автор

Does not work on my computer. (I own my computer, for whoever wonders any suspect)

ok-lgng
Автор

I just wanted to know that by some error i changed to an user account from administrator as i am the only one who uses the laptop i tried to run administrator cmd using safe mode through advanced options in settings and after writing net localgroup administrators username /add it is showing that the global user or group does not exist if you can help me with it I'll be really grateful

anubhavdubey
Автор

I can’t run command prompt as administrator

Because i’m not an administrator.

I can get to the command prompt as admin but I can’t get to the C: directory.

CheddarCheese.
Автор

Could not run cmd as admistrator as it needs password too from user account...data will be lost...thinking to boot the device...

prafuldoijad