Change Password / CTRL+ALT+DEL Dialog in RDP Session

If you want to change your password with the Windows password dialog, pres CTRL+ALT+DEL and then choose the menu “Change Password …”

If you can't press the three keys (e.g. in a RDP Session), create following vbs file:

Set objShell = CreateObject("shell.application")
objShell.WindowsSecurity


Authors:
  • Jochen Schnuerle