> For the complete documentation index, see [llms.txt](https://lewe.gitbook.io/rainmeter-skin-grayhound/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lewe.gitbook.io/rainmeter-skin-grayhound/installation/hwinfo-setup-for-rainmeter.md).

# HWiNFO setup for Rainmeter

## HWiNFO Application

HWiNFO is a popular and detailed system monitoring software. It recently turned commercial but the developer was kind enough to allow an integration with Rainmeter when used free for personal use.

What basically happens now is that HWiNFO is reading the system measures and puts them into the Windows Registry. From there, Rainmeter skins can pick them. In fact, the integration has now become much easier.

Read all about how to install and set up HWiNFO [here](https://docs.rainmeter.net/tips/hwinfo/).

## Edit your HWiNFO.inc File

With these information at hand, you need to edit the **HWiNFO.inc** file in the @Resources folder.

Let’s look at this example:

```ini
[Variables]

;
; AIO settings
;
AIOFan1RPM=ValueRaw11
AIOFan2RPM=ValueRaw12
AIOCPUPumpRPM=ValueRaw13
AIOCoolantTemp=ValueRaw10
```

For your AIO, correct the ValueRaw numbers that HWiNFO is saving them on your PC.

Do the same for the other values in the file.
