If you want to change password from a computer running windows server in RDP session, you will find Ctrl-Alt-End does not work as its always caught by current session. Follow these steps to change password in RDP session
- Press Ctrl-Alt-End
- Select Change Password
- Input current and new password and press enter
Thank you very much for the article!
Here are two more methods using a shortcut:
From PowerShell:
Powershell -noprofile -nologo -noninteractive -command “(new-object -ComObject shell.application).WindowsSecurity()”
or from explorer:
explorer.exe shell:::{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}
Extracted from: http://www.sysadmit.com/2018/01/windows-cambiar-contrasena-desde-rdp.html