It is an important process to change user password in Windows Server operating system, provide security and update authorization processes. In this article, we tell you how to change a user password on Windows Server step by step.
Method 1: Change Password with Ctrl + Bottom + Delete Menu
This method is the easiest password replacement method for a user who has been logged in.
-
Log in to the server.
-
Ctrl + Alt + Delete Press the combination of keys.
-
From the screen Change Password Click the option.
-
Enter your existing password and confirm by setting the new password.
-
Tamam or OK Complete the process by pressing the button.
Method 2: Password Replacement using Command Prompt (CMD)
You can follow the steps below to change user password via command prompt:
-
Start Click on the menu and write "cmd" Command Promptopen ni (You may need to run as administrator).
-
Type the following command and Enter Press key:
net user KullanıcıAdı YeniŞifreFor example, to change the password of the "admin" user as "NewSifre123":
net user admin YeniSifre123 -
If you receive a message about successful, the password change is completed.
Method 3: Password Replacement with Computer Management Console
Computer Management console is suitable for those who want to change password using a GUI-based tool.
-
Windows + R Pressing keys Play open the window.
-
"compmgmt.msc" type and Enter Press the key.
-
Featured Computer Management on screen Local Users and Groups Expand tab.
-
Users Click on the tab.
-
Right click on the username you want to change the password and Identify Password Select option.
-
Complete the process by entering the new password.
Method 4: Password Replacement Using Active Directory
If Windows Server works in an Active Directory environment, you can change the password of a user by following the steps below:
-
Start menu Active Directory Users and Computers Open the console (ADUC).
-
Users (Users) Open the folder.
-
Right-click the user you want to change the password and Reset Password Select option.
-
Select new password and OK Complete the process by pressing the button.