Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 1486

Help: Rainmeter Skins • Re: Windows Registry

$
0
0
Then I would have to check and evaluate the contents of the values ​​provided by [Mea.CPUName] and [Mea.PrimaryGPU] in an extra step? Have I understood that correctly? :17readbook :oops:

and then with IfCondition?
An example on how to deal with this:

Code:

[Variables]CPUName=0PrimaryGPUName=0...[Mea.CPUName]...IfMatch=AMDIfMatchAction=[!SetVariable CPUName "1"]IfMatch2=IntelIfMatchAction2=[!SetVariable CPUName "2"][Mea.PrimaryGPU]...IfMatch=(?siU)NVIDIAIfMatchAction=[!SetVariable PrimaryGPUName "1"]IfMatch2=AMDIfMatchAction2=[!SetVariable PrimaryGPUName "2"]
Then a Calc measure should be used to execute through some IfConditions the proper action based on the value of the CPUName and the PrimaryGPUName variables.

Statistics: Posted by balala — Yesterday, 9:18 pm



Viewing all articles
Browse latest Browse all 1486

Trending Articles