It is currently March 28th, 2024, 6:29 pm

Plugin that shows Computer Description

General topics related to Rainmeter.
Post Reply
anibol
Posts: 2
Joined: May 11th, 2018, 6:17 am

Plugin that shows Computer Description

Post by anibol »

Hi, i'm searching for a plugin that shows computer description field, not computer name. There is any?

Thanks in advance
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Plugin that shows Computer Description

Post 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
anibol
Posts: 2
Joined: May 11th, 2018, 6:17 am

Re: Plugin that shows Computer Description

Post by anibol »

Thanks, it works perfect!
Post Reply