From 6f99268603e81327785c405b7be3c376ffd176e8 Mon Sep 17 00:00:00 2001 From: Tim Kennedy <43152358+Timthreetwelve@users.noreply.github.com> Date: Tue, 22 Jun 2021 16:54:00 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f2b7bdf..9d4bcda 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ # HWiNFO VSB Viewer HWiNFO VSB Viewer is an application that will read the HWiNFO VSB registry values and display them in a grid. The Index values shown in the grid can then be used in Rainmeter skins. +This app gets the same information from the registry as the `reg query HKEY_CURRENT_USER\SOFTWARE\HWiNFO64\VSB` command and then puts it in an easy to use grid. + For more information on using HWiNFO with Rainmeter, read this [https://docs.rainmeter.net/tips/hwinfo/](https://docs.rainmeter.net/tips/hwinfo/) +Get Rainmeter here [www.rainmeter.net](https://www.rainmeter.net/) + +Get HWiNFO here [www.hwinfo.com](https://www.hwinfo.com/) + ### Features * It checks to make sure that HWiNFO (either 32 or 64 bit) is running. * Displays the HWiNFO/VSB registry key values in a scrollable, sortable grid. @@ -15,3 +21,5 @@ For more information on using HWiNFO with Rainmeter, read this [https://docs.rai ### Screenshot ![Screenshot](/Images/HWiNFOVSBViewer.png?raw=true) + +