From bab7660359c849a5e02e9c90e83813903c4471df Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Fri, 31 Mar 2023 18:10:44 -0500 Subject: [PATCH] Adds Anydesk remote software exception --- linux/kinto.py | 1 + windows/kinto.ahk | 1 + 2 files changed, 2 insertions(+) diff --git a/linux/kinto.py b/linux/kinto.py index 7653352..0b9b619 100755 --- a/linux/kinto.py +++ b/linux/kinto.py @@ -60,6 +60,7 @@ remotes = [ "VirtualBox Machine", "xfreerdp", "Wfica", + "Anydesk", ] remotes = [client.casefold() for client in remotes] remotesStr = "|".join(str('^'+x+'$') for x in remotes) diff --git a/windows/kinto.ahk b/windows/kinto.ahk index 77f5a25..554cd33 100644 --- a/windows/kinto.ahk +++ b/windows/kinto.ahk @@ -176,6 +176,7 @@ GroupAdd, browsers, ahk_exe msedge.exe ; Disable for Remote desktop solutions too GroupAdd, remotes, ahk_exe VirtualBoxVM.exe GroupAdd, remotes, ahk_exe mstsc.exe +GroupAdd, remotes, ahk_exe anydesk.exe GroupAdd, remotes, ahk_exe msrdc.exe GroupAdd, remotes, ahk_exe nxplayer.bin GroupAdd, remotes, ahk_exe vmconnect.exe