G33kDude / Chrome.ahk

Automate Google Chrome using native AutoHotkey
https://autohotkey.com/boards/viewtopic.php?t=42890
MIT License
340 stars 83 forks source link

Update shortcut discovery method #17

Closed RaptorX closed 3 years ago

RaptorX commented 4 years ago

FileGetShortcut gets the path from a lnk file in an unreliable way and in some edge cases you get the wrong path. Using winmgmts the process is more robust and makes sure to get the correct path even if theres an Executable vs OS mismatch (running 32bit files on 64bit OS)