Suppose the OS is Windows 10. The following steps are an easy way to run the Windows Store application in an AHK script:
- Create a folder, for example. D: \ WinStoreAppLinks
- Drag the Windows Store app, for example. OneNote (mobile), by mouse in the All App List for D: \ WinStoreAppLinks (via file explorer). He will create a link there, OneNote. You can rename it however you want.
- An application can be run in AutoHotKey (or command line) scripts, for example:
Run, D:\WinStoreAppLinks\OneNote
source
share