Search the Community
Showing results for tags 'temperature'.
-
Edit: I found out from looking into the post from coffeeturtle that not all motherboards support WMI temperature reading. You have to explore the WMI namespaces for your system! I (stupidly) fried a computer. It was an old Zotac small form factor device that was junked at work, so I turned it into a home theater PC. But I had put it in my "audio rack", which has glass doors and not very good ventilation. Normally I would open the doors while it was running and I use a media remote which would hibernate the system. At some point, it woke up by itself (probably Windows Update) and did
-
I couldn't resist making a S.M.A.R.T. script using WMIC. It gave me something to do over the holidays. 1) This will only give SMART data for the main drive. (ie: C:\) 2) It will most likely Not give data on Raided or USB drives. 3) It only shows pertinent data columns and ignores all others. 4) It should be good enough for a quick glance and an example how to parse WMIC output. Download: _MiniSmart v0.2.au3
- 10 replies
-
- poweronhours
- temperature
-
(and 1 more)
Tagged with:
-
;RemoteDriveInfo ;v0.0.0.1 ;Ressource ;Smart Temp : https://www.autoitscript.com/forum/topic/91067-drive-temperature/?do=findComment&comment=1091961 ;GetPNPDeviceID From DriveLetter : https://www.autoitscript.com/forum/topic/57202-need-help-get-pnp-device-id-for-usb-drive/?do=findComment&comment=433346 ;Get Disk Space Info : https://www.autoitscript.com/forum/topic/148390-wmi-query-how-to-get-data-from-object/?do=findComment&comment=1055088 ;For A to Z : https://www.autoitscript.com/forum/topic/4804-fornext-loop-with-letters/?do=findComment&comment=30417 ;Include #i