Announcement

Collapse
No announcement yet.

Remote Desktop - Let go my Audio!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #31
    CLEAR AS MUD, EH!?!?!


    ~Bill

    Comment


      #32
      Originally posted by Bill Brower
      CLEAR AS MUD, EH!?!?!
      Yip, But It Don't Work !

      I thought thats where it should be, but when I click it a DOS screen flashes up then nothing, still connected and HS computer sitting at login screen.
      sigpic
      A founder member of "The HA Pioneer Group" otherwise known as the "Old farts club!"

      Comment


        #33
        Do a search on your harddrive of the HS computer for TSCON. What directory is it in?



        ~Bill

        Comment


          #34
          Should be in c:\windows\system32


          ~Bill

          Comment


            #35
            Originally posted by Bill Brower
            Do a search on your harddrive of the HS computer for TSCON. What directory is it in?
            TSCON.EXE is in /windows/system32/
            TSCON.EXE-0193565B.PF is in /windows/prefetch That file was last modified or created today when I last tried to diconect.
            sigpic
            A founder member of "The HA Pioneer Group" otherwise known as the "Old farts club!"

            Comment


              #36
              at the command prompt of the HS Machine type qwinsta

              Look for the Session ID

              If the SessionId = 0
              %windir%\System32\tscon.exe 0 /dest:console

              If the SessionId = 1
              %windir%\System32\tscon.exe 1 /dest:console
              Attached Files

              Comment


                #37
                Originally posted by scentioli
                at the command prompt of the HS Machine type qwinsta

                Look for the Session ID

                If the SessionId = 0
                %windir%\System32\tscon.exe 0 /dest:console

                If the SessionId = 1
                %windir%\System32\tscon.exe 1 /dest:console
                Typing in qwinsta on the local computer I get the following,

                consol HomeSeer 0 active rdpwd
                rdp-tcp 65536 listen

                If I do it on the remote computer I get this,

                rdp-tcp#16 HomeSeer 0 active rdpwd
                rdp-tcp 65536 listen rdpwd
                consol 2 conn wdcon

                I look forwrd to your translation of what that lot means.

                Thanks,
                sigpic
                A founder member of "The HA Pioneer Group" otherwise known as the "Old farts club!"

                Comment


                  #38
                  Originally posted by Gogs
                  Typing in qwinsta on the local computer I get the following,

                  consol HomeSeer 0 active rdpwd
                  rdp-tcp 65536 listen

                  If I do it on the remote computer I get this,

                  rdp-tcp#16 HomeSeer 0 active rdpwd
                  rdp-tcp 65536 listen rdpwd
                  consol 2 conn wdcon

                  I look forwrd to your translation of what that lot means.

                  Thanks,
                  Just checking does yours say consol or console

                  Comment


                    #39
                    That was a typo, it says "console"
                    sigpic
                    A founder member of "The HA Pioneer Group" otherwise known as the "Old farts club!"

                    Comment


                      #40
                      Originally posted by Gogs
                      That was a typo, it says "console"
                      Try runing this at the command prompt
                      %windir%\system32\tscon.exe 0 /dest:console /v
                      and see if your getting

                      C:\Documents and Settings\steve>%windir%\system32\tscon.exe 0 /dest:console /v
                      Connecting sessionID 0 to sessionname console
                      Could not connect sessionID 0 to sessionname console, Error code 7045
                      Error [7045]:The requested session access is denied.

                      Comment


                        #41
                        Also run qprocess from the command prompt and what is the ID#

                        Comment


                          #42
                          Originally posted by scentioli
                          Try runing this at the command prompt
                          %windir%\system32\tscon.exe 0 /dest:console /v
                          and see if your getting.....................
                          All I get is "connecting sesionID 0 to sessionname console" and whats better it works, disconnects the remote and re-logs in the local machine. When I remove the "/v" it still works.

                          The problem was a space, I did not have a space between the 0 and /dest:console!

                          many thanks for all the help from everyone.
                          sigpic
                          A founder member of "The HA Pioneer Group" otherwise known as the "Old farts club!"

                          Comment


                            #43
                            Here is an updated version of this "fix". This one is Windows 8 compatible and will auto-disconnect the correct session for you. Be sure to run it as an administrator (you can create a shortcut to it and check the box that says run as administrator).

                            Code:
                            @echo off
                            for /f "tokens=4 delims= " %%G in ('tasklist /FI "IMAGENAME eq tasklist.exe" /NH') do SET RDP_SESSION=%%G
                            tscon %RDP_SESSION% /dest:console
                            hope this helps,

                            Comment


                              #44
                              Thanks Guys,
                              I was going crazy trying to figure out why I was losing my audio.
                              This helped a lot. Problem solved, sanity restored.
                              Paul

                              Comment


                                #45
                                Thank you. This fixed my issues too.

                                Comment

                                Working...
                                X