Forums

Discuss all things Remember The Milk.

menu

Way to start Windows app automatically?

chubba27 says:
Is there a way to have the Windows app start automatically with Windows? I've looked through Preferences, but couldn't find the equivalent of 'Start automatically with Windows'. That would be the best perk of the app.
Posted at 3:13pm on August 31, 2016
andrewski (Remember The Milk) says:
Hi chubba27,
We don’t have a specific feature for this, but you can use Posted 7 years ago
I use Autohotkey: https://autohotkey.com/

The command would be:

IfWinNotActive, Remember The Milk
{
run "C:\Users\YOURUSERNAME\AppData\Local\rememberthemilk\app-1.1.1\remember the milk.exe"
}

If you put the AutoHotkey script inside the startup folder it should start then open RTM automatically

Posted 7 years ago
This topic has now been closed automatically due to a lack of responses in the past 90 days.