Core Temp is a compact, no fuss, small footprint, yet powerful program to monitor processor temperature and other vital information. It is capable of displaying a temperature of each individual core of every processor in your system! You can see temperature fluctuations in real time with varying workloads. Core Temp is also motherboard agnostic.
                         
                        
                            Size: 954 KB
                        
                        
                            Authors: Alcpu
                        
                        
                        
                        Default path: %HOMEDRIVE%\Programs\CoreTemp
                        
                            pbox install coretemp-portable
                             Show pbox.xml
                        
                        <pbox version="1.0">
    <name>coretemp-portable</name>
    <title>Core Temp (portable)</title>
    <version>1.0.RC6</version>
    <group>utility</group>
    <archs>32,64</archs>
    <zipFile arch="32">CoreTemp32.zip</zipFile>
    <zipFile arch="64">CoreTemp64.zip</zipFile>
    <homedir>%HOMEDRIVE%\Programs\CoreTemp</homedir>
    <install>
        <script>.\script\install.bat "${homedir}" "${zipFile}"</script>
    </install>
    <uninstall>
        <remove>${homedir}</remove>
    </uninstall>
</pbox>