Add User Administrator Windows 11 ✔️ CMD or PowerShell
#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.