Windows 10 Pro x64
Bitdefender Total Security 2016 20.0.26.1418
I have a simple Autohotkey ****** which I have compiled into an EXE. The ****** is very simple and harmless. Its purpose is simply to prevent Chrome from closing every time I accidentally hit Ctrl+Shift+W:
SetTitleMatchMode, Regex
#IfWinActive, ahk_class Chrome_WidgetWin_1
^+w::
;do nothing
return
^+q::
;do nothing
return
#IfWinActive
I do not expect it to be verboten for me to post this code here because it does ... nothing.
Anyway, every time I run the compiled version of this ******, BDTS deletes it with several log entries resulting:
Potentially malicious application detected
The application [path] was detected as potentially malicious. Active Threat Control blocked this process based on the following actions - the application's behavior can harm your computer
[Allow and monitor] button
Infected file detected
Bitdefender has detected an infected item in [path]. The file was disinfected for your protection (not true; it was deleted!)
[Recover][Delete] buttons
Potentially malicious application detected (yes, a second one)
Potentially malicious application detected
The application [path] was detected as potentially malicious. Active Threat Control blocked this process based on the following actions - the application's behavior can harm your computer
I have the EXE file and the entire directory it is in excluded in BDTS, yet the file keeps getting detected/deleted. How can I prevent this?
Also, after restoring it, I can run it, but I cannot rename it. BDTS allows it to be executed (until it decides to delete it again) but blocks it from being renamed? (I hate how BDTS puts everything in lower case.)