How to overcome legal disclaimer message on RDP Session
-
I am developing RDP Application and using Microsoft Terminal Service to make RDP session. Now All things are going fine but one case has not been handle and it is when client machine has legal disclaimer text than it prompts after authentication but I want to overcome this prompt so that I can do further otherwise my application will hang on this prompt. Have anyone idea how to overcome this legal disclaimer message?
-
I am developing RDP Application and using Microsoft Terminal Service to make RDP session. Now All things are going fine but one case has not been handle and it is when client machine has legal disclaimer text than it prompts after authentication but I want to overcome this prompt so that I can do further otherwise my application will hang on this prompt. Have anyone idea how to overcome this legal disclaimer message?
You don't overcome the disclaimer. They are put there for a reason - namely to say that the user accepts that, by continuing past that point, that they agree to the conditions imposed on them to continue using the session. Now, if you circumvent this mechanism, you are entering a legal minefield because the user hasn't had the chance to accept or reject the legalese - you have made that decision for them. Now, I'm not legally trained, but I would argue that there is a very good case for you being on the hook if clients end up having issues because you have decided to accept terms and conditions for them.
This space for rent
-
I am developing RDP Application and using Microsoft Terminal Service to make RDP session. Now All things are going fine but one case has not been handle and it is when client machine has legal disclaimer text than it prompts after authentication but I want to overcome this prompt so that I can do further otherwise my application will hang on this prompt. Have anyone idea how to overcome this legal disclaimer message?