Answered by:
How to change password in RDP session

Question
-
In my situation all RDP clients are remote over the internet. their passwords expire every 60 days. How can the user change their password before it expires? CTRL ALT DEL will not work because it takes you to a password change on your local machine. Note the users have no access to a desktop only a single application is forced to run through the user profile.
Lee
Answers
-
Hi,
Ctrl-Alt-
END
I did not say to press Ctrl-Alt-Del.
-TP
- Marked as answer by Lee Taylor Tuesday, May 8, 2012 3:27 PM
All replies
-
-
-
Hi,
I meant to write press instead of click. When the Remote application/Remote Desktop Client window has focus, they can press Ctrl-Alt-End, then click Change a password... or Change Password..., depending on your server version.
-TP
- Proposed as answer by Damin Wednesday, March 5, 2014 3:58 PM
-
-
Hi,
Ctrl-Alt-
END
I did not say to press Ctrl-Alt-Del.
-TP
- Marked as answer by Lee Taylor Tuesday, May 8, 2012 3:27 PM
-
In addition to TP's comment, you can also use RD Web Access to supply a way to allow the change of passwords before they expire.
More info in this TechNet Wiki:
http://social.technet.microsoft.com/wiki/contents/articles/10755.enabling-the-rd-webaccess-expired-password-reset-option-in-windows-server-2012.aspxKind regards,
Freek Berson
The Microsoft Platform
Twitter
Linked-in
Wortell company website
-
-
Ctrl-Alt-End works fine for changing the remote password in the simple case where you RDP to a single machine.
But I'm stuck now because I'm using a more complex configuration, with TWO levels of RDP:
My PC -> Intermediate system -> Second system
I can't go straight to the second system, because it's on a separate network.
And pressing Ctrl-Alt-End brings up the password change popup for the intermediate system.
So how can I change it on the second one?
Both the intermediate system and the second one are running Windows 2012.
(But as we still have machines running 2008R2, I'd be interested in a solution for that one as well.)
- Proposed as answer by westyside Wednesday, June 11, 2014 9:50 AM
-
I was looking for a solution to this too and found the following that works like a charm:
Use the On-Screen Keyboard (osk.exe). You can press Ctrl-Alt-Del virtually!
Holding ctrl-alt on the top-level machine and clicking the 'del' in the desired level OSK works.Start->Run
osk.exe
Once the app is open, hold ctrl+Alt on your keyboard, then click on the del key in osk.exe.
Hope this helps!
- Proposed as answer by SIAANCR Monday, June 30, 2014 12:17 PM
- Unproposed as answer by SIAANCR Monday, June 30, 2014 12:17 PM
- Proposed as answer by Bennyboy1978 Tuesday, September 2, 2014 2:22 PM
-
I had the same problem....control + alt + end does NOT work on nested RDP sessions, no matter how large you make the END, Mr. Moderator (TP) ;-)
This procedure is the only one which worked for me on a Windows 2012 R2 RDP session:
- Click Start
- Type osk
- Hit enter
- Once the On screen Keyboard is open, hold ctrl+Alt on your physical keyboard, then click on the del key in the on screen keyboard.
- Minimize the on screen Keyboard
- Click Change a password.
Thanks a ton for the tip, Bill!
-Rajeev rajdude.com
- Proposed as answer by Christoph Muelder Thursday, January 15, 2015 8:23 AM
-
-
Another option is to hit the Shift 5 times which will bring up sticky keys on all systems. Cancel all but click yes on the RDP session where you want to do the cntr-alt-del. Then simply press the keys one after the other.
- Proposed as answer by Christoph Muelder Thursday, January 15, 2015 8:24 AM
-
-
IIRC it's CTRL+SHIFT+ALT+END in your case.
(RDP inside RDP.)- Edited by Jörgen D Nilsson Saturday, May 30, 2015 6:31 PM
- Proposed as answer by Jörgen D Nilsson Sunday, May 31, 2015 10:20 PM
-
Run PowerShell command:
PS C:\> (New-Object -COM Shell.Application).WindowsSecurity()
You'll bring up Windows Security interface which is commonly in Start menu of Server 2008 and well hidden for 2012.
- Proposed as answer by Serge Pavlov Thursday, September 24, 2015 12:08 PM
-
-
-
-
-
-
-
-
-
With the all above inputs, i made article. Please follow for further reference.
How to change password in RDP session
- Edited by Vijaya Reddy PR Friday, October 28, 2016 6:12 AM
-
-
-
-
-
-
-
-
Hi All,
I just found this which is going to be a game changer for myself and those who have to change a password via RDP inside RDP sessions.
i found it here in the comments:
https://serverfault.com/questions/359976/send-ctrl-alt-del-to-nested-rdp-session
i have made it a beautifully simple batch file:
echo
explorer.exe shell:::{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}
works on W12 hosts too :)
hope it helps
-
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
-
-
-
-
-
-
-