autox: The i7 Turbo thread kind of got lost on XS due to lack of interest. I decided to include the i7 Turbo program with RealTemp so maybe a few more users could give it a try. It's not an everyday tool like RealTemp is but it's still kind of handy when testing. Of course they'll have to look inside the folder first to find it. :)
I tried changing my code around and I tried to introduce different amounts of delay to try and get the WinRing0 library to start up correctly, etc., etc. but I didn't have any success.
If you would like both programs to start up at approximately the same time from a batch file then you need to do something like this.
Code:
@echo off
start RealTemp.exe
timeout /t 1 >NUL
start i7Turbo.exe
echo on
The timeout command can be used to give you a 1 second delay between the start up of each program. If I use a zero second delay, I always get the "driver not loaded" error message but with a 1 second delay, it seems OK. I tested this just at the desktop. If something like this is in your start up sequence and it still doesn't work then I guess Windows is too bogged down and doesn't multitask as well as you'd think it should.
I don't know if Windows is to blame or if the WinRing0 library is to blame. I can't fix either one of those and I've tried rearranging my code without any success so I hope the above works for you. At the Desktop I double clicked on i7Turbo.exe as fast as I could and quickly started up 50 instances of i7 Turbo and each instance started up OK without that driver error message. That makes me think that Windows or WinRing0 are more to blame than my code is.
Sl@yerTech: Welcome to XS. :up:
I don't use Windows gadgets so I haven't been overly motivated to do one for RealTemp yet. I might try this when I get bored or run out of things to do.
If RealTemp is located in a folder that you have permission to write to then the color settings for the System Tray icons should be saved. If you make an adjustment in the Settings window then you have to click on the
OK button to exit out of the settings window to save your changes. If you only click on the Apply button then your new Settings will only be used for the current session. If you exit the Settings window by clicking on the
X gadget, any changes made won't be saved. That's the default behavior for Windows programs so that's why RealTemp works like that. Give it a try and let me know if you have any problems.