Option to hide "Accept and Elevate" button in the connection accept window (portable client) #1016
Unanswered
paediG
asked this question in
Feature Request
Replies: 2 comments
|
Thanks for the suggestion. We plan to add this option. |
0 replies
|
Will be ready in 1.5.0 rustdesk/rustdesk#16271 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We deploy a minimal portable Quick-Support client to end users who are standard (non-admin) Windows accounts. When a support request comes in, the accept window on the controlled side currently shows two options: "Accept" and "Accept and Elevate". But the end user does not have the credentials to elevate privileges on their own. We only want the end user to see and use the plain "Accept" button — the decision to elevate the session should exclusively be initiated by the support agent from the controlling side (via "Request Elevation" → "Transmit the username and password of administrator"), not by the end user clicking "Accept and Elevate" themselves.
We envision the following solution. An advanced client setting (similar in spirit to enable-perm-change-in-accept-window or the existing hide-*-settings options), e.g. hide-elevate-button-in-accept-window=Y, that removes the "Accept and Elevate" option from the accept dialog, leaving only the standard "Accept" button. Elevation would then only be reachable via the controlling side's "Request Elevation" action menu during an active session.
All reactions