Control order of startup programs?

Soldato
Joined
14 Mar 2011
Posts
5,443
Does anybody know of a way to have better control over programs launching at startup? In particular this is the situation:

At startup I have Rainmeter, and OHM (Open hardware monitor)... Rainmeter pulls some information from OHM via a plugin... If OHM hasn't started when Rainmeter tries to access it then it causes an error and I get an annoying popup from the plugin...

So can I somehow make it so that startup always launched OHM first and waits until it has started before launching Rainmeter?

(The only way I could think of would be to write a short Python/powershell script which does this, and add that to startup instead of OHM + Rainmeter separately, but that seems quite a clunky way to do it)
 
Hmm okay, so neither Rainmeter or OHM are services - so that route is out for now... I did think either a batch file (or probably Python since I know it well) which launches both with a delay might be the way to go... Will have a look thanks

The only other thing I could think of would be with the task scheduler can I schedule a task that will happen on startup?
 
Back
Top Bottom