
I've tested your script:
[Rainmeter]
Update=1000
AccurateText=1
DynamicWindowSize=1
OnRefreshAction=[!CommandMeasure MeasureGetNICGUID "Run"]
[Variables]
GUID=x
Update15s=15
[MeasureGetNICGUID]
Measure=Plugin
Plugin=RunCommand
Program=PowerShell
Parameter=(Get-WmiObject -class Win32_OperatingSystem).Caption
OutputType=ANSI
dynamicvariables=1
UpdateDivider=#Update15s#
FinishAction=[!SetVariable GUID [MeasureGetNICGUID]]
[MeterString]
Meter=String
FontColor=255,255,255,255
FontSize=12
SolidColor=0,0,0,1
Text=#GUID#
AntiAlias=1
And the result is "x" and not the name of operating system
Statistics: Posted by Matthias1806 — Today, 12:17 pm