Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Win10 & RDP / VM Desktop reset password

Win10 & RDP / VM Desktop reset password

Scheduled Pinned Locked Moved The Lounge
questioncomdata-structureshelp
28 Posts 12 Posters 30 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D dandy72

    Exactly. It would be the entry in the Start menu showing whatever icon represents the user.

    R Offline
    R Offline
    raddevus
    wrote on last edited by
    #7

    Our (work) icon is some generic thing and isn't even a shadow head icon so it isn't obvious and the term "user tile" is terribly generic too. And it is a terrible UI on that Start menu thing. And over all just terrible interface. Really terrible. It's esoteric information that if you know, you know. If you don't, you don't.

    D 1 Reply Last reply
    0
    • R raddevus

      Thanks I did finally find that. But I don't have the rights to make the changes I don't guess anyways. Plus the cryptic message that it told me was "click your user tile and choose an option"... What would that mean? Which option? I wasn't sure. I tried change account settings but I'm not allowed to change it anyways. I'm helpless and helpless is relaxing. :rolleyes:

      T Offline
      T Offline
      TheGreatAndPowerfulOz
      wrote on last edited by
      #8

      What Nelek says...

      #SupportHeForShe Government can give you nothing but what it takes from somebody else. A government big enough to give you everything you want is big enough to take everything you've got, including your freedom.-Ezra Taft Benson You must accept 1 of 2 basic premises: Either we are alone in the universe or we are not alone. Either way, the implications are staggering!-Wernher von Braun

      1 Reply Last reply
      0
      • N Nelek

        I have seen really weird things when changing password from remote (or logging in from remote where the password already was expired...) By the way... I have used the same way with CTRL+ALT+DEL really long, but the most secure way is to go to the control panel >> users >> current user >> change own password

        M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

        R Offline
        R Offline
        raddevus
        wrote on last edited by
        #9

        That was very helpful. I was able to get there on another Dev VM where I am an admin. However, on the main machine I can't get to that because they don't let me be admin. Anyways, check out the snapshot[^] that shows that I still have to click Ctrl-Alt-Del it's Ctrl-Alt-Del all the way down!!! :rolleyes:

        N 1 Reply Last reply
        0
        • R raddevus

          I connect remotely to work via RDP and a win10 VM desktop. I'm supposed to reset my password. To do so I believe I have to send a Ctrl-Alt-Delete via on-screen keyboard. It has worked in the past. Now I get this cryptic informational warning / error... https://i.stack.imgur.com/Fy98E.png[^] To use the commands available when you press Ctrl+Alt+Del, click your user tile and choose an option. What!?! NOTE: This is a complaint, not a question. :laugh: I have no idea what a user tile is and I've been using windows of all versions since 1991. :rolleyes: EDIT Apparently a lot of people have no idea what the user tile is: User tile, Windows 10. - Microsoft Community[^] :| :|

          K Offline
          K Offline
          kmoorevs
          wrote on last edited by
          #10

          Thanks! I learn something new every day! :) Now, since you are discussing rdp to a vm desktop, I've a small question. How would this be a security risk to the computer/network at home? The reason I ask is this: A few months back a customer misunderstood what my company was advertising as a 'cloud solution' for a legacy lob desktop app. (it's actually just the option to post data to one of our web servers for reporting/dissemination, etc.) She was expecting a solution where we host everything...app, data, etc. Remember, this is a legacy desktop app. When we discovered the misunderstanding (after they had already paid) I suggested that we just create a limited user account on an existing azure vm we have, install the software, and let them rdp in, problem solved. During the process of transferring the customer's files/data, I even asked if they currently use remote desktop for current cloud-based system. The answer was 'yes'. I went about setting up the account on the server, setting up and configuring the application/files. It works great so I sent the customer the credentials and a setup guide. The response back was a screenshot of the generic rdc not connecting error message. :confused: I said she would need to get her local IT staff to troubleshoot it. Within an hour, we had the answer: Company IT forbids Remote Desktop Connections to computers outside of their network. :sigh: They had been the victim of ransomware a few months back and weren't going to make an exception. So the question is, can an outgoing rdp connection be dangerous for the client? The only way I can think of is through local drives or the clipboard. I'm asking specifically about the MS Remote Desktop Connection here. Thanks for any insight! :)

          "Go forth into the source" - Neal Morse "Hope is contagious"

          N 1 Reply Last reply
          0
          • R raddevus

            I connect remotely to work via RDP and a win10 VM desktop. I'm supposed to reset my password. To do so I believe I have to send a Ctrl-Alt-Delete via on-screen keyboard. It has worked in the past. Now I get this cryptic informational warning / error... https://i.stack.imgur.com/Fy98E.png[^] To use the commands available when you press Ctrl+Alt+Del, click your user tile and choose an option. What!?! NOTE: This is a complaint, not a question. :laugh: I have no idea what a user tile is and I've been using windows of all versions since 1991. :rolleyes: EDIT Apparently a lot of people have no idea what the user tile is: User tile, Windows 10. - Microsoft Community[^] :| :|

            R Offline
            R Offline
            rnbergren
            wrote on last edited by
            #11

            #hmm, run some powershell. $user = "betyacan'tguess" $current = "J#LOLNope" $newone = "StillN)pe" $domain="myown" $current $domainname = $domain + ".com" $dc = (Get-ADDomainController -DomainName $domainname -Discover -NextClosestSite).HostName $aduser = get-aduser -Identity $user -Server "$dc" –Properties * $userdn = "LDAP://" + $aduser.DistinguishedName #$aduserexpire = get-aduser -Identity $user -Server "$dc" –Properties “DisplayName”, “msDS-UserPasswordExpiryTimeComputed” | Select-Object -Property “Displayname”,@{Name=“ExpiryDate”;Expression={[datetime]::FromFileTime($_.“msDS-UserPasswordExpiryTimeComputed”)}} $lngValue = $aduser.accountExpires If (($lngValue -eq 0) -or ($lngValue -gt [DateTime]::MaxValue.Ticks)) { $AcctExpires = "" } Else { $Date = [DateTime]$lngValue $AcctExpires = $Date.AddYears(1600).ToLocalTime() } $AcctExpires $aduser.AccountLockoutTime #1 Write-Output "pw1" ([ADSI]$userdn).ChangePassword($current,$newone) ([ADSI]$userdn).SetInfo() Start-Sleep -m 500 -Verbose #but I didn't send this to you

            To err is human to really mess up you need a computer

            R 1 Reply Last reply
            0
            • R rnbergren

              #hmm, run some powershell. $user = "betyacan'tguess" $current = "J#LOLNope" $newone = "StillN)pe" $domain="myown" $current $domainname = $domain + ".com" $dc = (Get-ADDomainController -DomainName $domainname -Discover -NextClosestSite).HostName $aduser = get-aduser -Identity $user -Server "$dc" –Properties * $userdn = "LDAP://" + $aduser.DistinguishedName #$aduserexpire = get-aduser -Identity $user -Server "$dc" –Properties “DisplayName”, “msDS-UserPasswordExpiryTimeComputed” | Select-Object -Property “Displayname”,@{Name=“ExpiryDate”;Expression={[datetime]::FromFileTime($_.“msDS-UserPasswordExpiryTimeComputed”)}} $lngValue = $aduser.accountExpires If (($lngValue -eq 0) -or ($lngValue -gt [DateTime]::MaxValue.Ticks)) { $AcctExpires = "" } Else { $Date = [DateTime]$lngValue $AcctExpires = $Date.AddYears(1600).ToLocalTime() } $AcctExpires $aduser.AccountLockoutTime #1 Write-Output "pw1" ([ADSI]$userdn).ChangePassword($current,$newone) ([ADSI]$userdn).SetInfo() Start-Sleep -m 500 -Verbose #but I didn't send this to you

              To err is human to really mess up you need a computer

              R Offline
              R Offline
              raddevus
              wrote on last edited by
              #12

              I had tried many of these and they all failed on the domain controller I believe. Tried net user commands too and nothing.

              R 1 Reply Last reply
              0
              • R raddevus

                I had tried many of these and they all failed on the domain controller I believe. Tried net user commands too and nothing.

                R Offline
                R Offline
                rnbergren
                wrote on last edited by
                #13

                not surprised. some companies lock that down to only being ran from a 'server' even a test server minght work though.

                To err is human to really mess up you need a computer

                1 Reply Last reply
                0
                • R raddevus

                  That was very helpful. I was able to get there on another Dev VM where I am an admin. However, on the main machine I can't get to that because they don't let me be admin. Anyways, check out the snapshot[^] that shows that I still have to click Ctrl-Alt-Del it's Ctrl-Alt-Del all the way down!!! :rolleyes:

                  N Offline
                  N Offline
                  Nelek
                  wrote on last edited by
                  #14

                  raddevus wrote:

                  However, on the main machine I can't get to that because they don't let me be admin.

                  That has nothing to do with admin rights... you are always allowed to change your own password and your profile picture. If you can't get there, then they have deactivated it on purpose with some idiotic domain policy.

                  M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

                  R 1 Reply Last reply
                  0
                  • N Nelek

                    raddevus wrote:

                    However, on the main machine I can't get to that because they don't let me be admin.

                    That has nothing to do with admin rights... you are always allowed to change your own password and your profile picture. If you can't get there, then they have deactivated it on purpose with some idiotic domain policy.

                    M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

                    R Offline
                    R Offline
                    raddevus
                    wrote on last edited by
                    #15

                    Nelek wrote:

                    f you can't get there, then they have deactivated it on purpose with some idiotic domain policy.

                    Yes, I said it wrong (don't have rights) but the reality is as you said they've

                    Nelek wrote:

                    deactivated it on purpose with some idiotic domain policy.

                    idiotic is the key word here. :laugh:

                    N 1 Reply Last reply
                    0
                    • K kmoorevs

                      Thanks! I learn something new every day! :) Now, since you are discussing rdp to a vm desktop, I've a small question. How would this be a security risk to the computer/network at home? The reason I ask is this: A few months back a customer misunderstood what my company was advertising as a 'cloud solution' for a legacy lob desktop app. (it's actually just the option to post data to one of our web servers for reporting/dissemination, etc.) She was expecting a solution where we host everything...app, data, etc. Remember, this is a legacy desktop app. When we discovered the misunderstanding (after they had already paid) I suggested that we just create a limited user account on an existing azure vm we have, install the software, and let them rdp in, problem solved. During the process of transferring the customer's files/data, I even asked if they currently use remote desktop for current cloud-based system. The answer was 'yes'. I went about setting up the account on the server, setting up and configuring the application/files. It works great so I sent the customer the credentials and a setup guide. The response back was a screenshot of the generic rdc not connecting error message. :confused: I said she would need to get her local IT staff to troubleshoot it. Within an hour, we had the answer: Company IT forbids Remote Desktop Connections to computers outside of their network. :sigh: They had been the victim of ransomware a few months back and weren't going to make an exception. So the question is, can an outgoing rdp connection be dangerous for the client? The only way I can think of is through local drives or the clipboard. I'm asking specifically about the MS Remote Desktop Connection here. Thanks for any insight! :)

                      "Go forth into the source" - Neal Morse "Hope is contagious"

                      N Offline
                      N Offline
                      Nelek
                      wrote on last edited by
                      #16

                      kmoorevs wrote:

                      So the question is, can an outgoing rdp connection be dangerous for the client? The only way I can think of is through local drives or the clipboard. I'm asking specifically about the MS Remote Desktop Connection here. Thanks for any insight!

                      We had the issue with RDP in a Windows Server, that the clipboard was shared through all active connected users. The only restriction was, that you had to try to paste things of the same format of the copied ones (by other people). I mean, if I copied a text, you could paste it in a document on your side. If you copied a picture I could paste it on paint or a document, but if you copied a file, then I would not be able to paste it until I was in windows explorer. But AFAIK the clipboard can be deactivated through the settings of the RDP (I can't copy + paste through it in my current job)

                      M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

                      1 Reply Last reply
                      0
                      • R raddevus

                        Nelek wrote:

                        f you can't get there, then they have deactivated it on purpose with some idiotic domain policy.

                        Yes, I said it wrong (don't have rights) but the reality is as you said they've

                        Nelek wrote:

                        deactivated it on purpose with some idiotic domain policy.

                        idiotic is the key word here. :laugh:

                        N Offline
                        N Offline
                        Nelek
                        wrote on last edited by
                        #17

                        raddevus wrote:

                        idiotic is the key word here.

                        Are we not speaking about IT? :rolleyes: :rolleyes: ;P :laugh: :laugh:

                        M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

                        1 Reply Last reply
                        0
                        • T TheGreatAndPowerfulOz

                          Well, it's obvious to you and me, but maybe not so obvious to someone who thinks differently...

                          #SupportHeForShe Government can give you nothing but what it takes from somebody else. A government big enough to give you everything you want is big enough to take everything you've got, including your freedom.-Ezra Taft Benson You must accept 1 of 2 basic premises: Either we are alone in the universe or we are not alone. Either way, the implications are staggering!-Wernher von Braun

                          D Offline
                          D Offline
                          dandy72
                          wrote on last edited by
                          #18

                          I was not implying it ought to be obvious to anyone.

                          1 Reply Last reply
                          0
                          • R raddevus

                            Our (work) icon is some generic thing and isn't even a shadow head icon so it isn't obvious and the term "user tile" is terribly generic too. And it is a terrible UI on that Start menu thing. And over all just terrible interface. Really terrible. It's esoteric information that if you know, you know. If you don't, you don't.

                            D Offline
                            D Offline
                            dandy72
                            wrote on last edited by
                            #19

                            It's not just esoteric information; some of the so-called Fluent Design ideas are so subtle some people can't see any difference between the very first release of Windows 10, and today's version.

                            1 Reply Last reply
                            0
                            • R raddevus

                              I connect remotely to work via RDP and a win10 VM desktop. I'm supposed to reset my password. To do so I believe I have to send a Ctrl-Alt-Delete via on-screen keyboard. It has worked in the past. Now I get this cryptic informational warning / error... https://i.stack.imgur.com/Fy98E.png[^] To use the commands available when you press Ctrl+Alt+Del, click your user tile and choose an option. What!?! NOTE: This is a complaint, not a question. :laugh: I have no idea what a user tile is and I've been using windows of all versions since 1991. :rolleyes: EDIT Apparently a lot of people have no idea what the user tile is: User tile, Windows 10. - Microsoft Community[^] :| :|

                              O Offline
                              O Offline
                              Oleg A Lukin
                              wrote on last edited by
                              #20

                              Hmm, I always thought that pressing Ctrl+Alt+End on your physical keyboard is the designed way to sent Ctrl+Alt+Del to remote matchine via RDP

                              Banking establishments are more dangerous than standing armies. T.Jefferson

                              R 1 Reply Last reply
                              0
                              • R raddevus

                                I connect remotely to work via RDP and a win10 VM desktop. I'm supposed to reset my password. To do so I believe I have to send a Ctrl-Alt-Delete via on-screen keyboard. It has worked in the past. Now I get this cryptic informational warning / error... https://i.stack.imgur.com/Fy98E.png[^] To use the commands available when you press Ctrl+Alt+Del, click your user tile and choose an option. What!?! NOTE: This is a complaint, not a question. :laugh: I have no idea what a user tile is and I've been using windows of all versions since 1991. :rolleyes: EDIT Apparently a lot of people have no idea what the user tile is: User tile, Windows 10. - Microsoft Community[^] :| :|

                                L Offline
                                L Offline
                                Lost User
                                wrote on last edited by
                                #21

                                Use the Ctrl+Alt+End combo to send Ctrl+Alt+Del over RDP

                                1 Reply Last reply
                                0
                                • R raddevus

                                  I connect remotely to work via RDP and a win10 VM desktop. I'm supposed to reset my password. To do so I believe I have to send a Ctrl-Alt-Delete via on-screen keyboard. It has worked in the past. Now I get this cryptic informational warning / error... https://i.stack.imgur.com/Fy98E.png[^] To use the commands available when you press Ctrl+Alt+Del, click your user tile and choose an option. What!?! NOTE: This is a complaint, not a question. :laugh: I have no idea what a user tile is and I've been using windows of all versions since 1991. :rolleyes: EDIT Apparently a lot of people have no idea what the user tile is: User tile, Windows 10. - Microsoft Community[^] :| :|

                                  E Offline
                                  E Offline
                                  englebart
                                  wrote on last edited by
                                  #22

                                  Try Ctrl+Alt+End instead. MS has a cheat sheet for RDP equivalent keyboard shortcuts.

                                  1 Reply Last reply
                                  0
                                  • O Oleg A Lukin

                                    Hmm, I always thought that pressing Ctrl+Alt+End on your physical keyboard is the designed way to sent Ctrl+Alt+Del to remote matchine via RDP

                                    Banking establishments are more dangerous than standing armies. T.Jefferson

                                    R Offline
                                    R Offline
                                    raddevus
                                    wrote on last edited by
                                    #23

                                    Oleg A.Lukin wrote:

                                    pressing Ctrl+Alt+End on your physical keyboard

                                    Yeah, for some reason it wasn't working. I'm remoting from Linux to a Windows box via Remmina (RDP for Ubuntu) and it seems that I can actually send a Ctrl+Alt+Del from that program anyways. I had to reset the RDP session and then it started working again. thanks

                                    1 Reply Last reply
                                    0
                                    • R raddevus

                                      I connect remotely to work via RDP and a win10 VM desktop. I'm supposed to reset my password. To do so I believe I have to send a Ctrl-Alt-Delete via on-screen keyboard. It has worked in the past. Now I get this cryptic informational warning / error... https://i.stack.imgur.com/Fy98E.png[^] To use the commands available when you press Ctrl+Alt+Del, click your user tile and choose an option. What!?! NOTE: This is a complaint, not a question. :laugh: I have no idea what a user tile is and I've been using windows of all versions since 1991. :rolleyes: EDIT Apparently a lot of people have no idea what the user tile is: User tile, Windows 10. - Microsoft Community[^] :| :|

                                      M Offline
                                      M Offline
                                      MikeD 2
                                      wrote on last edited by
                                      #24

                                      When in remote desktop I believe Ctrl-Alt-End substitues for a local Ctrl-Alt-Del Edit: beaten to it, couldn't be bothered to read past the end of the page :-O

                                      1 Reply Last reply
                                      0
                                      • T TheGreatAndPowerfulOz

                                        The user tile is found by clicking on the 'Windows' button in the taskbar. This will show the "Start Menu". On the extreme left is a vertical list of icons, the first of which is the "user tile". Click on that and the change password option will show.

                                        #SupportHeForShe Government can give you nothing but what it takes from somebody else. A government big enough to give you everything you want is big enough to take everything you've got, including your freedom.-Ezra Taft Benson You must accept 1 of 2 basic premises: Either we are alone in the universe or we are not alone. Either way, the implications are staggering!-Wernher von Braun

                                        D Offline
                                        D Offline
                                        DerekT P
                                        wrote on last edited by
                                        #25

                                        I use "Classic Shell" so never see the Win10 start menu. However intrigued by this thread I fired it up (Shift+click start for Classic Shell users) and found the "user tile". There are various options there but NOT to change password. There's a "change account settings" option but that just opens a Control panel screen that again doesn't provide access to a means to change password. Conversely, using Ctrl-Alt-Del brings up a menu that includes "Change a password" - that does exactly what I'd expect.

                                        T 1 Reply Last reply
                                        0
                                        • D DerekT P

                                          I use "Classic Shell" so never see the Win10 start menu. However intrigued by this thread I fired it up (Shift+click start for Classic Shell users) and found the "user tile". There are various options there but NOT to change password. There's a "change account settings" option but that just opens a Control panel screen that again doesn't provide access to a means to change password. Conversely, using Ctrl-Alt-Del brings up a menu that includes "Change a password" - that does exactly what I'd expect.

                                          T Offline
                                          T Offline
                                          TheGreatAndPowerfulOz
                                          wrote on last edited by
                                          #26

                                          Yes, you are correct. I was more just informing how to find / use the user tile. It does seem like a reasonable place to put the change password option though ...

                                          #SupportHeForShe Government can give you nothing but what it takes from somebody else. A government big enough to give you everything you want is big enough to take everything you've got, including your freedom.-Ezra Taft Benson You must accept 1 of 2 basic premises: Either we are alone in the universe or we are not alone. Either way, the implications are staggering!-Wernher von Braun

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups