mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 21:46:00 +03:00
[GH-ISSUE #370] Autoclose Sessions after shutdown #320
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#320
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @helmar74 on GitHub (Mar 8, 2023).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/370
Originally assigned to: @VShawn on GitHub.
Is your feature request related to a problem? Please describe.

When I do maintenance on a few PC's and I shut them down afterwards 1remote doesn't close the RDP window. I look like this:
You have to close every single RDP session
Describe the solution you'd like
If possible, there should be a autoclose feature, which simply closes the window after I do a shut down on a PC.
Maybe it can be configurable, either globally or for each single connection?
Describe alternatives you've considered
.
Additional context
.
@VShawn commented on GitHub (Mar 8, 2023):
good to have this feature.
but can not be achieved, RDP sdk do not tell the reason why session is closed.
in other words, PRemoteM can not identify
shutdown / loss power by accident / router failure, then I can't make it close when PC is shutdown.@helmar74 commented on GitHub (Mar 8, 2023):
Ok, got it. Would it be possible to just close the tab after the session is closed regardless of the reason?
@VShawn commented on GitHub (Mar 8, 2023):
sounds unhappy, it's rude to close without a message when it is error
@helmar74 commented on GitHub (Mar 8, 2023):
If you make it configurable, the user can decide about the behaviour...
@VShawn commented on GitHub (Mar 8, 2023):
there's too many configurable items in this app... I just want leave it easy and simple.
and if you insist you, can build a custom version for yourself, all you need to do is add 3 lines below in file
AxMsRdpClient09Host.cs@helmar74 commented on GitHub (Mar 8, 2023):
OK thank you for your help, but I want to stay on your version in order to get future fixes and functions!
Thanks for all you work