RDP Wrapper Library (works with Home/Core SKUs)

Discussion in 'MDL Projects and Applications' started by binarymaster, Jul 26, 2014.

  1. binarymaster

    binarymaster MDL Member

    Jul 11, 2014
    101
    122
    10
  2. tuyoix

    tuyoix MDL Novice

    Jul 30, 2014
    2
    1
    0
    This works really well! The only problem, a minor one at that, is that it ignores any domain/id/password the client might have remembered.

    Other than that, nice work!
     
  3. binarymaster

    binarymaster MDL Member

    Jul 11, 2014
    101
    122
    10
    This can happen because of the service (CryptSvc & NlaSvc) are restarted after RDP Wrapper installation.

    However, I tested it on different VMs, but haven't detected this issue. Does the reboot solve this problem?
     
  4. tuyoix

    tuyoix MDL Novice

    Jul 30, 2014
    2
    1
    0
    Yes, a reboot solves the problem. Thanks muchly and sorry for the noise.
     
  5. binarymaster

    binarymaster MDL Member

    Jul 11, 2014
    101
    122
    10
    No problem :)
     
  6. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,375
    2,479
    120
    Hello binary,

    is there any way to find, what is wrong?
    W8-1-1 x64 Enterprise (ENG Base + CZE Language Pack)
    Picture:
    View attachment 30155
    termsrv.dll
    6.3.9600.17095
    1 018 880 B
     
  7. binarymaster

    binarymaster MDL Member

    Jul 11, 2014
    101
    122
    10
    Local RDP Checker uses MSTSC ActiveX, and I can't find anything about error code 0x708.
    Try to connect localhost (127.0.0.2) with mstsc client, and I hope it will give some more information on this error.

    termsrv.dll size seems to be correct.
     
  8. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,375
    2,479
    120
    It works. :) Now I have to test connecting from more devices to one server. :)
     
  9. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,375
    2,479
    120
    What about Windows Update, how safe is the method to updates?
    For example AeroGlass Wrapper can "learn" new updates by auto-downloading the Symbols for dll and checking them...
     
  10. Jazzy_J

    Jazzy_J MDL Novice

    Feb 20, 2010
    9
    0
    0
    Concurrency setting for same user?

    Hey guys - great project!! Question: is there a policy setting to change the behavior for single session vs multiple sessions for the same user? I.e., the default behavior is to allow the same user to create many concurrent sessions. I would like a single session per user to move around as the user logs in from different places (similar to the default for Windows Server). Any tips?
    Thanks!
     
  11. binarymaster

    binarymaster MDL Member

    Jul 11, 2014
    101
    122
    10
    #12 binarymaster, Aug 8, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Because RDP Wrapper does not modify termsrv.dll, I think it will be persistent in the system. But if termsrv.dll update to new unsupported version, wrapper obviously will not give the needed abilities, the RDP will work as default with all limitations.

    Take a look at fSingleSessionPerUser registry parameter.

    Also you can try this command:
    Code:
    reg add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fSingleSessionPerUser /t REG_DWORD /d 1 /f
     
  12. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,680
    18,584
    340
    Moved to MDL Projects & Applications.

    :drinks2:
     
  13. binarymaster

    binarymaster MDL Member

    Jul 11, 2014
    101
    122
    10
    RDP wrapping technology for Windows 10 Technical Preview has been implemented!

    But, I think the new version of RDP Wrapper will be available with the final release of Windows 10.
     
  14. panzearon

    panzearon MDL Novice

    Nov 24, 2012
    1
    0
    0
    Hi binarymaster, you are my hero for making this stuff available.
    My Avast freaks out about malware on your site stascorp.com for some reason.
    Virustotal says it's clean though.
    False positive?
     
  15. highend

    highend MDL Junior Member

    Oct 5, 2008
    86
    17
    0
    No chance that we can get the current version to let it run on the technical preview in the meantime?
     
  16. binarymaster

    binarymaster MDL Member

    Jul 11, 2014
    101
    122
    10
    @panzearon

    Yes, I know about Avast, it reports false positive - URL:Mal.
    However, I don't know how to correct this...

    Try to add the site domain to exclusions list.

    @highend

    It's possible though I doubt it is really needed now :)
     
  17. highend

    highend MDL Junior Member

    Oct 5, 2008
    86
    17
    0
    @binarymaster

    I need it :) (if that matters)
     
  18. bartolengue

    bartolengue MDL Novice

    Sep 30, 2014
    12
    0
    0
    Well, I'm interested too!

    Great app I think, haven't tried it in previous version but Tito gave me the link for this topic and found it interesting!