mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #471] When using mstsc mode script after disconnected not working #387
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#387
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 @andy1463 on GitHub (Aug 9, 2023).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/471
Originally assigned to: @VShawn on GitHub.
Hello,
if a script for running after disconnecting a RDP connection is configured it will be not executed if option mstsc.exe mode is enabled.
Same configuration only removing mstsc.exe mode and the script will be executed.
Tested on Windows 10 Pro (21H2)
@VShawn commented on GitHub (Aug 11, 2023):
This is indeed a missed point.
but technically, there is no connection between the mstsc process and 1remote mstsc mode is activated, so
script after disconnected not working. In order to achieve this, we would need a process monitor, but we are unsure if it will trigger the defense rules of antivirus software.@majkinetor commented on GitHub (Aug 11, 2023):
Monitoring started process is normal every day thing.
@VShawn commented on GitHub (Aug 13, 2023):
I fixed it