Skip to content

Instantly share code, notes, and snippets.

@peazz
Created August 15, 2021 18:17
Show Gist options
  • Save peazz/981386be4b6efcb7d6eae925abb76682 to your computer and use it in GitHub Desktop.
Save peazz/981386be4b6efcb7d6eae925abb76682 to your computer and use it in GitHub Desktop.
OHM Step Two
/**
* Init OpenHardwareMonitor.dll Computer Object
**/
static Computer c = new Computer()
{
GPUEnabled = true,
CPUEnabled = true,
//RAMEnabled = true, // uncomment for RAM reports
//MainboardEnabled = true, // uncomment for Motherboard reports
//FanControllerEnabled = true, // uncomment for FAN Reports
//HDDEnabled = true, // uncomment for HDD Report
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment