-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Hi there,
Can you add a "Start at log on" check box that, once checked, will launch the application when the user logs into windows. Also, to make it even better, add a "Delay start by:" check box under the 1st check box I mentioned (the "Delay start by:" box will be greyed out if the 1st check box is unchecked). This 2nd check box will have a drop down menu that will allow the user to choose the delay time in seconds in increments of 5 seconds, starting with the value of 5 seconds.
The reason I'm requesting this feature is that windows 7's way of implementing it is flawed (and I prefer not to download another 3rd party app to get it done). I tried creating a shortcut to the executable file and putting that shortcut in the startup folder. However, while this does cause your application to start at log on, it starts it a few seconds before the Open Hardware Monitor app start and therefore returns an error regarding its inability to get readings. I also tried using Windows 7 Task Scheduler, but the minimum delay time it offers is 30 seconds, which, I think, is too long. Finally, I tried solving this problem by creating a batch file and putting it in the startup folder, but that effort proved fruitless as well.
Hopefully, you'll be able to help solve this problem
Thanks!!!