tmaynard
tmaynard

Reputation: 161

Run script at boot

I have a script that I would like to run at system startup so that it's always available. I am lazy and don't want to run the script manually each time. How can I make the script run on startup?

Upvotes: 2

Views: 831

Answers (1)

vasili111
vasili111

Reputation: 6930

To run script at startup:

  1. Compile the script to .exe file using converter that is installed with AutoHotkey.
  2. Put compiled .exe file or link to it to startup folder

Upvotes: 5

Related Questions