Crashtest Posted July 4, 2019 Share Posted July 4, 2019 AIDA64 shows some strange DeviceIcons for common devices ? Example: any AMD CPU - AIDA64 displays ICON_Z_099 instead of ICON_Z_066. Solution: if Copy(DEVICEIDSTRINGORWHATEVER, 0 , 15)='AUTHENTICAMD_-_' then displayicon:=ICON_Z_066; // like "AuthenticAMD_-_AMD64_Family_23_Model_17_-_AMD_Athlon_200GE_with_Radeon_Vega_Graphics_____" for Intel it should be something like: if Copy(DEVICEIDSTRINGORWHATEVER, 0 , 15)='GENUINEINTEL_-_' then displayicon:=ICON_Z_066; More DeviceIDs and possible Icons: AMDI0030 & AMDIF030 (AMD GPIO) - ICON_Z_077 ASD0001 - ICON_Z_009 HPQ8001 - ICON_Z_045 UEFI - ICON_Z_009 Quote Link to comment Share on other sites More sharing options...
Fiery Posted July 10, 2019 Share Posted July 10, 2019 On 7/4/2019 at 10:35 AM, Crashtest said: AIDA64 shows some strange DeviceIcons for common devices ? Example: any AMD CPU - AIDA64 displays ICON_Z_099 instead of ICON_Z_066. Solution: if Copy(DEVICEIDSTRINGORWHATEVER, 0 , 15)='AUTHENTICAMD_-_' then displayicon:=ICON_Z_066; // like "AuthenticAMD_-_AMD64_Family_23_Model_17_-_AMD_Athlon_200GE_with_Radeon_Vega_Graphics_____" for Intel it should be something like: if Copy(DEVICEIDSTRINGORWHATEVER, 0 , 15)='GENUINEINTEL_-_' then displayicon:=ICON_Z_066; More DeviceIDs and possible Icons: AMDI0030 & AMDIF030 (AMD GPIO) - ICON_Z_077 ASD0001 - ICON_Z_009 HPQ8001 - ICON_Z_045 UEFI - ICON_Z_009 We've fixed the device icons in the following new AIDA64 beta build: https://www.aida64.com/downloads/latesta64xebeta Quote Link to comment Share on other sites More sharing options...
Crashtest Posted August 4, 2021 Author Share Posted August 4, 2021 Here are some more minor "cosmetic" Updates for the PNP Database, esp. with the Windows 11 sysreq. : MSFT0101 - Trusted Platform Module 2.0 - ICON_Z_079 ACPI0010 - ACPI-Processor Container Device - ICON_Z_066 or ICON_Z_009 AMDI0005 - AMD MicroPEP - ICON_Z_009 AMDI0010 - AMD I2C - ICON_Z_009 USBC000 - UCM-UCSI - ICON_Z_101 (or 102/103) Quote Link to comment Share on other sites More sharing options...
Fiery Posted April 6 Share Posted April 6 On 8/4/2021 at 2:51 PM, Crashtest said: Here are some more minor "cosmetic" Updates for the PNP Database, esp. with the Windows 11 sysreq. : MSFT0101 - Trusted Platform Module 2.0 - ICON_Z_079 ACPI0010 - ACPI-Processor Container Device - ICON_Z_066 or ICON_Z_009 AMDI0005 - AMD MicroPEP - ICON_Z_009 AMDI0010 - AMD I2C - ICON_Z_009 USBC000 - UCM-UCSI - ICON_Z_101 (or 102/103) Thank you, we will fix the listed issues in the next AIDA64 beta update. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.