Situatie
To get started, you need to open an elevated Command Prompt in Windows 10. Press the Windows key + X to open the Quick Access menu and click Command Prompt (Admin).
Solutie
Pasi de urmat
Type the following commands to create a new local account and then join it to the Administrators group.
net user “username” /add
net localgroup Administrators “username” /add
For exemple:
Now you’ve successfully added a new local administrator account in Windows 10.
Leave A Comment?