Using a command prompt Type “cmd” and press [Ctrl] + [Shift] + [Enter]. Type “net user administrator /active:yes”. The administrator account is now activated. To deactivate: “net user administrator /active:no”.
- How to remove administrator account in Windows 10 using Command Prompt?
- How to activate administrator account in cmd?
How to remove administrator account in Windows 10 using Command Prompt?
Open Command Prompt (Admin) with combination keys "Win + X". 2. Type command "net user username /delete" and press Enter to delete the user account. Just type the administrator account name instead of characters "username" and it would be deleted instantly.
How to activate administrator account in cmd?
In the Administrator: Command Prompt window, type net user and then press the Enter key. NOTE: You will see both the Administrator and Guest accounts listed. To activate the Administrator account, type the command net user administrator /active:yes and then press the Enter key.