high CPU temperatures;upto 100 degrees celsius

Page 4 of 4 FirstFirst ... 234

  1. Posts : 4,161
    Windows 7 Pro-x64
       #31

    Miles - All the monitors make use of some type of Platform Environment Control Interface (PECI channel for Intel). This channel is a single wire serial comm interface with limited bandwidth. It's also the channel used to report and control fan speeds. It's self timing and syncing based on individual requests to the controller by the CPU. It's not meant to handle any type of multitasking or shared communications. Poorly written and/or multiple software monitors will cause a crash because they are expecting data at a specific address and it may not be there or invalid. I've seen it happen in crash dumps. Just like multiple AVs. Argue with someone else because I've seen it happen. WADR.
      My Computer


  2. Posts : 4,161
    Windows 7 Pro-x64
       #32

    I think you're good to go. :)
      My Computer


  3. Posts : 18
    Windows 7 home basic 64bit
    Thread Starter
       #33

    Thanks alot! Really helpful people!
    Pray for me i dont get any severe issue regarding this :-P
    Will rep u people! Gracias :-D
      My Computer


  4. Posts : 18
    Windows 7 home basic 64bit
    Thread Starter
       #34

    this is for everybody , who doesnt wanna use the third party tools to monitor the CPU temperature!
    this service is natively present in windows(win 7) in my case.
    just like any other shell programming, this one is called windows power shell. you can type in various scripts to get various thins done.
    I found the small script on how to find your CPU temperature, using powershell scripting.
    Im attaching the screenshots as well as the script!


    Code:
    Get-WmiObject -Query "SELECT * FROM MSAcpi_ThermalZoneTemperature"  -Namespace root\WMI | ForEach-Object { $temp = ($_.CurrentTemperature -2732)/10; Write-Host $_.InstanceName" = "$temp }
    AS YOU CAN SEE INSIDE THE RED BOX WITHIN THE SCREENSHOT, its mentioning the CPU temperature recorded by the ACPI sensors!
    Attached Thumbnails Attached Thumbnails high CPU temperatures;upto 100 degrees celsius-1.jpg  
    Last edited by aaryan; 15 Nov 2013 at 04:10. Reason: screenshot attached
      My Computer


  5. Posts : 5,092
    Windows 7 32 bit
       #35

    carwiz said:
    Miles - All the monitors make use of some type of Platform Environment Control Interface (PECI channel for Intel). This channel is a single wire serial comm interface with limited bandwidth. It's also the channel used to report and control fan speeds. It's self timing and syncing based on individual requests to the controller by the CPU. It's not meant to handle any type of multitasking or shared communications. Poorly written and/or multiple software monitors will cause a crash because they are expecting data at a specific address and it may not be there or invalid. I've seen it happen in crash dumps. Just like multiple AVs. Argue with someone else because I've seen it happen. WADR.
    As a rule of thumb I assume any program that directly accesses the hardware has the potential to cause problems. Running more than one program that accesses the same hardware at a low level is asking for problems. Which wire it's on in every case may be useful information if you are working at that level. But I really don't think it matters to a user wanting to know the CPU temp. All he needs to know is don't use more than one of the same type low level monitor at the same time.. Again I don't understand the compulsion to lecture me on the subject. I think most of us know the hazards already.
      My Computer


  6. Posts : 5,092
    Windows 7 32 bit
       #36

    aaryan said:
    Thanks alot! Really helpful people!
    Pray for me i dont get any severe issue regarding this :-P
    Will rep u people! Gracias :-D
    Ah but if stuff runs too smoothly you won't come back!!!
      My Computer


  7. Posts : 1
    Windiws 7 Ultimate x64
       #37

    Im having same laptop with same problem.


    Helo aryan,

    Im having the EXACT SAME laptop with EXACT SAME problem as yours. kindly give me the solution asap.

    thnx
      My Computer


 
Page 4 of 4 FirstFirst ... 234

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 22:55.
Find Us