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