How to launch .ahk file when PC starts

You’re gonna have to add it to your startup programs

Press Windows key + R, paste this file path in there and press enter: %appdata%\Microsoft\Windows\Start Menu\Programs\Startup

Right click -> New -> Shortcut

In the shortcut window click on “Browse” and then select your AHK file


to do that:

  1. press win+r
  2. type shell:startup
  3. copy paste your ahk file from the folder to the place which just opened

and you‘re done!