Search found 5 matches
- 17 May 2024, 07:52
- Forum: Off-topic Discussion
- Topic: Report False-Positives To Anti-Virus Companies
- Replies: 123
- Views: 1512255
Microsoft Defender says Trojan:Script/Phonzy.B!ml inside v2.0.15 installer
The installing of AutoHotkey_2.0.15_setup.exe fail. Microsoft defender says there is a Trojan:Script/Phonzy.B!ml inside. It removes the file that has the trojan and then the installer fails with error Error: This calue of type "Installation" has no property named "Hashes". 960: } 961: { ▶ 962: this....
- 30 Aug 2023, 09:14
- Forum: Scripts and Functions (v2)
- Topic: Class_SQLiteDB v2.0.6 - 2023-11-28
- Replies: 55
- Views: 69645
Re: Class_SQLiteDB v2.0.3 - 2023-08-28
With Class_SQLiteDB.ahk version 2.0.3/2023-08-28 I keep getting errors about 'Warning: This local variable has the same name as a global variable'. StrPtr at line 314, Float at line 765 and so on. I think maybe DB.GetTable isn't the right command and that is maybe responsible for the issues. I could...
- 28 Jun 2023, 05:00
- Forum: Ask for Help (v2)
- Topic: Detecting text on the screen in the Chrome Webbrowser
- Replies: 0
- Views: 337
Detecting text on the screen in the Chrome Webbrowser
I want to help the users a little with login to Google Drive desktop. A part of the proces is an account selector. I am looking for a way to find the location of the email adres on the screen in the webbrowser and click on it. The email adres is known. But the position of the text on the screen isn'...
- 24 May 2023, 03:45
- Forum: Ask for Help (v2)
- Topic: Add a printer using the DllCall command in AHK
- Replies: 0
- Views: 304
Add a printer using the DllCall command in AHK
Can someone help me with how to form a correct dllcall statement that does the same as the following command: RUNDLL32 PRINTUI.DLL,PrintUIEntry /if /b “PrinterName” /r "http://ipadress:631/ipp/print" /m “Microsoft IPP Class Driver” In powershell it would be: Add-Printer -Name "PrinterName" -DriverNa...
- 13 Oct 2022, 09:42
- Forum: Ask for Help (v1)
- Topic: Refresh after redirecting folders
- Replies: 1
- Views: 266
Refresh after redirecting folders
I want AHK to help with redirected folders. I have added RegWrite, REG_EXPAND_SZ, HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders, Desktop, I:\Mijn Drive\Desktop RegWrite, REG_SZ, HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folde...