How to Change Administrator Password on Windows Server 2019

Note: You need to have administrator privileges to perform these changes.

  1. Open "Local Users and Groups":

    • Press Win + X and select "Computer Management."
    • Expand "Local Users and Groups" and click on "Users."
  2. Locate the Administrator Account:

    • Find the "Administrator" user in the list.
  3. Change the Password:

    • Right-click on the "Administrator" user and select "Set Password."
    • Follow the prompts to enter the new password.
  4. Complete the Wizard:

    • During the password change, enter the new password and confirm it.
  5. Finish the Process:

    • Click "Finish" or "OK" to confirm the changes.

Alternatively, if you prefer using the command line, you can use the net user tool as follows:

After entering this command, you'll be prompted to enter a new password for the Administrator account.

Ensure that the new password meets security requirements, such as length and complexity, to secure the administrator account. After changing the password, it's recommended to log in again to confirm that the new password is working correctly.

  • 0 Usuários acharam útil
Esta resposta lhe foi útil?

Artigos Relacionados

Boost Your Ubuntu System's Performance with a Swap File: A Step-by-Step Guide

What is a Swap File? A swap file in Ubuntu serves as dedicated virtual memory on your hard...

How to Migrate ISPConfig 2, ISPConfig 3.x, Confixx, CPanel or Plesk to ISPConfig 3.2 (single server)

Introduction Migration from other control panels like ISPConfig 2, ISPConfig 3.x, Confixx,...

How to Install and Configure Zabbix Server and Client on Rocky Linux 9

Introduction Zabbix is an open-source monitoring solution that provides real-time...

How to Install CockroachDB Cluster on Debian 12

Introduction CockroachDB is a distributed SQL database built to handle large-scale,...

How to Install Joomla with Apache and Let's Encrypt SSL on AlmaLinux 9

Introduction Joomla is a popular open-source content management system (CMS) used to build...