1 min read

RDP Inception - change password

RDP Inception - change password

So today I had the problem with a user that wanted to change his password in an RDP connected through another RDP connection.

Problem here is, there is no direct shortcut like CTRL+ALT+END to change it in an RDP connection connected to another.

The following command will help with this issue, just run one of the commands and see the screen popping up to get the option to change your password.

CMD

explorer.exe shell:::{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}

PowerShell

(New-Object -COM Shell.Application).WindowsSecurity()