Got everything working and i am quite pleased how simple and easy it is once i figured out what it needs to work.
Last hurdle though seems to be, getting siv64x.exe / siv32x.exe to start automatically with windows.
Tried creating a shortcut in both startup folders:
C:\Users\*******\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
But it does make the program start at startup.
And the startup pane in the task manager does not let you add programs to the list, just enable/disable the programs already there.
Could just start the program when the skin loads,
Code: Select all
[mSIV]
Measure=Plugin
Plugin=Process
ProcessName=SIV64X.exe
IfCondition=(mSIV<1)
IfTrueAction=["C:\Users\*****\Documents\Rainmeter\Skins\******\@Resources\Addons\siv\SIV64X.exe"]
but i need it to start minimized and since i've got several skins using SIV, they would each open their own instance of the program.
And the annoying UAC dialog box is, well yeah, annoying.
IMG_20171119_111135.jpg
Have not found a setting in the program to make it start with windows, but why would there be, it's a portable exe.
If there is any other way of getting it to start with windows i'm all ears.
On another note, i need the total amount of VRAM on my gpu for a bar.
Found it in sentest.exe but cannot figure out how to extract that value.
While
SivType=String can display it, i can't use it for the bar because it is a string.
And it just displays everything...
vram.png
I just need the number 8 in this case.
EDIT: VRAM issue resolved here:
https://forum.rainmeter.net/viewtopic.php?f=5&t=27353&p=141944#p141944
You do not have the required permissions to view the files attached to this post.