Add User Administrator Windows 11 ✔️ CMD or PowerShell

Subscribers:
32,200
Published on ● Video Link: https://www.youtube.com/watch?v=ETTtOlit1_Q



Category:
Tutorial
Duration: 3:43
81 views
1


#Solvetic_eng video-tutorial to know how to Add User Administrator Windows 11. 𝗔𝗟𝗟 𝗔𝗕𝗢𝗨𝗧 𝗪𝗢𝗥𝗗 👉 https://www.youtube.com/playlist?list=PLOkioV3BTLXgHFEeJDNxtfv5Xq_8jyeYy

Do you know how to add a user with administrator privileges in Windows 11? In this video we explain step by step how to create an administrator account in Windows 11 in several ways:

- How to create an administrator user in Windows 11 from cmd, executing some commands:

COMMAND to create user in CMD:
net user "user" "password" /add

COMMAND to add user to administrators group in CMD:
net localgroup administrators "user" /add

COMMAND to delete user in CDM:
net user "user" /del


- How to Create Windows 11 Administrator user with PowerShell

COMMAND 1: $Password = Read-Host -AsSecureString

COMMAND to create user from PowerShell:
New-LocalUser "user" -Password $Password -FullName "full name" -Description "description"

COMMAND to add user to administrator group in PowerShell:
Add-LocalGroupMember -Group "Administrators" -Member "user"

COMMAND 4 (TO DELETE USER):
Remove-LocalUser -Name "user"

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

》 CHAPTERS 《

00:00 Introduction
00:16 Add User Administrator Windows 11 with CMD
01:19 Add User Administrator Windows 11 with PowerShell

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

🔥 SUBSCRIBE: https://www.youtube.com/channel/UCkVkmxeHaBk77kAWEzopCBw?sub_confirmation=1

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

👀 Thousands more FREE tutorials Web (Spanish Language) 💡: https://www.solvetic.com

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Solvetic is the main YouTube channel for creating video solutions on computer and tech topics problems and different categories such us: Gaming, Windows, Mac, Linux, Android, iPhone, Photoshop, Web browsers, Office, Internet, Programs, Applications, Security, Programming etc.

We explain it to you in the most simple and professional way to learn new things and make solving problems related to computing and technology an easy job.







Tags:
add user administrator windows 11
how to add user administrator group
create administrator user windows 11
create administrator user cmd
create administrator user powershell
how to create administrator user in windows 11
how to create administrator user in windows 11 cmd
how to create administrator user in windows 11 powershell
how to add user to administrator group windows 11
command to create admin user cmd
command to create admin user powershell