SilverAzide / Gadgets

Gadgets for Rainmeter
Other
365 stars 12 forks source link

CPU name string too long (11th gen ) #16

Closed zme-ul closed 3 years ago

zme-ul commented 3 years ago

the 11th gen CPU names is way to long to fit in the window of All CPU Meter I manually edited the config file to Substitute="\(R\)":"","\(TM\)":"","\(tm\)":"","Intel ":"","AMD ":"","CPU ":"","@.*":"","\s$":"","11th":"","Gen":"" so it now displays Core i7-11700K instead of 11th Gen Core i7-11700K

SilverAzide commented 3 years ago

Ugh, Intel changed the format yet again?! 🤬 Can` you tell me the full name of your CPU? The simplest way is at a command prompt or PowerShell prompt, enter the command:

wmic cpu Get Name

Thank you for reporting!

Edit: Nevermind! I found your CPU's official name in the passmark.com database. 👍

SilverAzide commented 3 years ago

This fix will be included in the next release of the Gadgets. This fix for Intel CPUs will also include numerous fixes for AMD CPUs. The Gadgets release is planned for as soon as HWiNFO releases 7.02 for production use, so it should be soon (I hope).