Page 1 of 1

Plugin that shows Computer Description

Posted: May 11th, 2018, 6:19 am
by anibol
Hi, i'm searching for a plugin that shows computer description field, not computer name. There is any?

Thanks in advance

Re: Plugin that shows Computer Description

Posted: May 11th, 2018, 11:54 am
by jsmorley
https://docs.rainmeter.net/manual/measures/registry/

Code: Select all

Rainmeter]
Update=1000
DynamicWindowSize=1
AccurateText=1

[Variables]

[MeasureComputerDescription]
Measure=Registry
RegHKey=HKEY_LOCAL_MACHINE
RegKey=SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
RegValue=SrvComment
UpdateDivider=-1

[MeterComputerDescription]
Meter=String
MeasureName=MeasureComputerDescription
FontSize=11
FontWeight=400
FontColor=255,255,255,255
SolidColor=47,47,47,255
Padding=5,5,5,5
AntiAlias=1

Re: Plugin that shows Computer Description

Posted: May 14th, 2018, 6:43 am
by anibol
Thanks, it works perfect!