Today we will learn how to change the passwords in windows server 2008. There have many ways to change passwords in windows server 2008.
Changing Your Windows Server 2008 Password Through Control Panel
First, Click on the Start Menu > Control Panel.

Click on “User Accounts”

Click To Change your Windows password

Now Click To Change your password

- Type your old password in the Current Password text box. Then type your new password in two consecutive text boxes.
- Click the Change Password button.

Changing your Windows Server 2008 password via the command line
The fastest way to change your Windows Server 2008 password is through the command line. This works in all situations.
- Open PowerShell from the taskbar
- Place the command:
net user username newPassword
with (items in <> require input)
net user
For example:
net user Admin example123
Simply press enter, and your new password will be reset.
If you want to know How to change the windows server 2012 password then you can read this article.



