What steps can be taken when the CPU temperature is not visible in system metrics?

What steps can be taken when the CPU temperature is not visible in system metrics?

Execute the command:
Get-CimInstance MSAcpi_ThermalZoneTemperature -Namespace "root/wmi" | Select CurrentTemperatur
This command  will provide the Windows laptop's CPU temperature output.

If the resulting display appears as follows:
Get-CimInstance : Not supported
At line:1 char:1
+ Get-CimInstance MSAcpi_ThermalZoneTemperature -Namespace "root/wmi" | ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotImplemented: (root/wmi:MSAcpi_ThermalZoneTemperature:String) [Get-CimInstance], CimEx
   ception
    + FullyQualifiedErrorId : HRESULT 0x8004100c,Microsoft.Management.Infrastructure.CimCmdlets.GetCimInstanceCommand

Steps to resolve the issue:
1. Check Bios settings
2. Update Drivers - Ensure that all the drivers, including chipset drivers and any other hardware-related drivers, are up to date.