ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    RDP to Server without Requesting Login Details

    IT Discussion
    windows rdp windows 10 server 2012 r2 server 2016
    8
    12
    1.5k
    Loading More Posts
    • 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.
    • scottalanmillerS
      scottalanmiller
      last edited by

      Windows 10 to Server 2012 R2 and/or Server 2016, all on AD currently. We used to be able to RDP and it would just log in using the signed in creds. Now it asks every time (probably after that recent update change.) This is probably really simple but just a little hard to Google for the right term.

      Anyone know how to make it just pass the local creds through so that the users go straight into the machine instead of needing to log in again once connected via RDP?

      1 Reply Last reply Reply Quote 0
      • DanpD
        Danp
        last edited by

        Have you reviewed this from Microsoft?

        1 Reply Last reply Reply Quote 0
        • ObsolesceO
          Obsolesce
          last edited by

          It doesn't for me and I'm fully updated.

          Once you RDP in and save credentials, it won't ask you anymore.

          1 Reply Last reply Reply Quote 1
          • K
            krisleslie
            last edited by

            I switched to the RDP Manager and I get more options exposed to help. Rarely having that issue anymore after patching.

            1 Reply Last reply Reply Quote 1
            • momurdaM
              momurda
              last edited by

              Just save credentials or use rdcman, where you can setup groups and have different logins per group/server

              1 Reply Last reply Reply Quote 0
              • wrx7mW
                wrx7m
                last edited by

                If you try to save credentials in Windows 10, it will work the first time, but subsequent times, it will fail with an error. To overcome this, I had to run this (not as admin) on the Windows 10 client while the user is logged in.

                reg.exe Add "HKCU\Software\Microsoft\Terminal Server Client" /V "RDGClientTransport" /T REG_DWORD /D "1"

                1 Reply Last reply Reply Quote 2
                • wrx7mW
                  wrx7m
                  last edited by

                  @wrx7m said in RDP to Server without Requesting Login Details:

                  reg.exe Add "HKCU\Software\Microsoft\Terminal Server Client" /V "RDGClientTransport" /T REG_DWORD /D "1"

                  This is the error I was getting on the Windows 10 clients -
                  https://partnersupport.microsoft.com/en-us/par_clientsol/forum/par_win/win10-pro-rdc-your-computer-cant-connect-to-the/a63b3647-a7ed-4cb7-9245-f9b9791e9bc9

                  1 Reply Last reply Reply Quote 0
                  • dbeatoD
                    dbeato
                    last edited by

                    Yes, you can use credential delegation:

                    0_1528937582944_2018-06-13_2052.png

                    Under Computer Configuration\Policies\Administrative Templates\System\Credential Delegation

                    bbigfordB 1 Reply Last reply Reply Quote 3
                    • bbigfordB
                      bbigford @dbeato
                      last edited by

                      @dbeato said in RDP to Server without Requesting Login Details:

                      Yes, you can use credential delegation:

                      0_1528937582944_2018-06-13_2052.png

                      Under Computer Configuration\Policies\Administrative Templates\System\Credential Delegation

                      Likely the culprit. Some environments this is required to be enabled; inconvenient though.

                      scottalanmillerS 1 Reply Last reply Reply Quote 1
                      • scottalanmillerS
                        scottalanmiller @bbigford
                        last edited by

                        @bbigford said in RDP to Server without Requesting Login Details:

                        @dbeato said in RDP to Server without Requesting Login Details:

                        Yes, you can use credential delegation:

                        0_1528937582944_2018-06-13_2052.png

                        Under Computer Configuration\Policies\Administrative Templates\System\Credential Delegation

                        Likely the culprit. Some environments this is required to be enabled; inconvenient though.

                        This seems to work for machines in AD. Any idea how to find this setting for machines not in AD?

                        dbeatoD 1 Reply Last reply Reply Quote 0
                        • dbeatoD
                          dbeato @scottalanmiller
                          last edited by

                          @scottalanmiller said in RDP to Server without Requesting Login Details:

                          @bbigford said in RDP to Server without Requesting Login Details:

                          @dbeato said in RDP to Server without Requesting Login Details:

                          Yes, you can use credential delegation:

                          0_1528937582944_2018-06-13_2052.png

                          Under Computer Configuration\Policies\Administrative Templates\System\Credential Delegation

                          Likely the culprit. Some environments this is required to be enabled; inconvenient though.

                          This seems to work for machines in AD. Any idea how to find this setting for machines not in AD?

                          Here is the registry
                          https://getadmx.com/?Category=Windows_10_2016&Policy=Microsoft.Policies.CredentialsSSP::AllowSavedCredentials

                          Registry Hive	HKEY_LOCAL_MACHINE
                          Registry Path	Software\Policies\Microsoft\Windows\CredentialsDelegation\AllowSavedCredentials
                          Value Name	{number}
                          Value Type	REG_SZ
                          Default Value	
                           Concatenate OS defaults with input above
                          Registry Hive	HKEY_LOCAL_MACHINE
                          Registry Path	Software\Policies\Microsoft\Windows\CredentialsDelegation
                          Value Name	ConcatenateDefaults_AllowSaved
                          Value Type	REG_DWORD
                          Default Value	1
                          True Value	1
                          False Value	0
                          
                          1 Reply Last reply Reply Quote 2
                          • scottalanmillerS
                            scottalanmiller
                            last edited by

                            Thanks.

                            1 Reply Last reply Reply Quote 0
                            • 1 / 1
                            • First post
                              Last post