Merge pull request #797 from rbreaves/hotfix

Adds Anydesk remote software exception
This commit is contained in:
Ben Reaves
2023-04-02 23:23:53 -05:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -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)

View File

@@ -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