I had just learned a little about using AutoHotKey and had a few .ahk files set up when the latest Microsoft update or security scan rendered them inoperable. I remember AVG had identified something as a virus and I removed it.
When I try to reactivate them they don't work even though the script text is correct!
E.G.: I had one set up to open Firefox and Thunderbird; its name is: OpenFF&TB-Win+F.ahk This is the text in the file:
#f:: "Run B:\Program Files (x86)\Mozilla Thunderbird\thunderbird.exe"
"Run B:\Program Files (x86)\Mozilla Firefox\firefox.exe"
"return"
The file is set to run by clicking Window Logo key and F; it had worked before the problem, but not now.
Now no matter what I do it will not run.
Would it help, and is it necessary to uninstall AutoHotKey and ALL the .ahk files and start over again?
Any suggestions would be greatly appreciated.