Using PowerShell to fetch only the CPU name is horrifically inefficient. It is much simpler and massively faster to just get this from the registry like you did for the GPU and other things.
Replace your [CPUName] measure with this:
Code:
[CPUName]Measure=RegistryRegHKey=HKEY_LOCAL_MACHINERegKey=HARDWARE\DESCRIPTION\System\CentralProcessor\0RegValue=ProcessorNameStringUpdateDivider=-1IfMatch=AMDIfMatchAction=[!SetOption LogoAMD_P Text "[\xe8A2]"][Redraw]IfMatch2=IntelIfMatchAction2=[!SetOption LogoIntel Text "[\xE8F1]"][Redraw]
Statistics: Posted by SilverAzide — Today, 6:31 pm