mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
Adds Anydesk remote software exception
This commit is contained in:
@@ -60,6 +60,7 @@ remotes = [
|
|||||||
"VirtualBox Machine",
|
"VirtualBox Machine",
|
||||||
"xfreerdp",
|
"xfreerdp",
|
||||||
"Wfica",
|
"Wfica",
|
||||||
|
"Anydesk",
|
||||||
]
|
]
|
||||||
remotes = [client.casefold() for client in remotes]
|
remotes = [client.casefold() for client in remotes]
|
||||||
remotesStr = "|".join(str('^'+x+'$') for x in remotes)
|
remotesStr = "|".join(str('^'+x+'$') for x in remotes)
|
||||||
|
@@ -176,6 +176,7 @@ GroupAdd, browsers, ahk_exe msedge.exe
|
|||||||
; Disable for Remote desktop solutions too
|
; Disable for Remote desktop solutions too
|
||||||
GroupAdd, remotes, ahk_exe VirtualBoxVM.exe
|
GroupAdd, remotes, ahk_exe VirtualBoxVM.exe
|
||||||
GroupAdd, remotes, ahk_exe mstsc.exe
|
GroupAdd, remotes, ahk_exe mstsc.exe
|
||||||
|
GroupAdd, remotes, ahk_exe anydesk.exe
|
||||||
GroupAdd, remotes, ahk_exe msrdc.exe
|
GroupAdd, remotes, ahk_exe msrdc.exe
|
||||||
GroupAdd, remotes, ahk_exe nxplayer.bin
|
GroupAdd, remotes, ahk_exe nxplayer.bin
|
||||||
GroupAdd, remotes, ahk_exe vmconnect.exe
|
GroupAdd, remotes, ahk_exe vmconnect.exe
|
||||||
|
Reference in New Issue
Block a user