This might be up your alley again Yashied... Sorry about the winapi questions. They have me in a dizzy this week trying to figure all of them out.... I am trying to pull the System_Power_Information strucutre's cooling value #Region Header #Include-once #Include <WinAPI.au3> #EndRegion Header Global Const $AdministratorPowerPolicy = 9 Global Const $LastSleepTime = 15 Global Const $LastWakeTime = 14 Global Const $ProcessorInformation = 11 Global Const $ProcessorPowerPolicyAC = 18