;------------------------------------------------------------------------------- ; INTEL CONFIDENTIAL ; ; Copyright (c) 2013-2016 Intel Corporation All Rights Reserved ; ; The source code contained or described herein and all documents related to ; the source code ("Material") are owned by Intel Corporation or its suppliers ; or licensors. Title to the Material remains with Intel Corporation or its ; suppliers and licensors. The Material contains trade secrets and proprietary ; and confidential information of Intel or its suppliers and licensors. The ; Material is protected by worldwide copyright and trade secret laws and treaty ; provisions. No part of the Material may be used, copied, reproduced, ; modified, published, uploaded, posted, transmitted, distributed, or ; disclosed in any way without Intel's prior express written permission. ; ; No license under any patent, copyright, trade secret or other intellectual ; property right is granted to or conferred upon you by disclosure or delivery ; of the Materials, either expressly, by implication, inducement, estoppel or ; otherwise. Any license under such intellectual property rights must be ; expressed and approved by Intel in writing. ;------------------------------------------------------------------------------ [Version] Signature = "$WINDOWS NT$" Class=DPTF ClassGUID={C3077FCD-9C3C-482f-9317-460712F23EFD} Provider=%INTEL% CatalogFile=dptf_cpu.cat DriverVer=05/16/2016,8.2.10900.330 ;---------------------------------------------------------------------- ; File Information ;---------------------------------------------------------------------- [SourceDisksNames] 1 = %DiskName%,,,"" [SourceDisksFiles.amd64] dptf_cpu.sys=1,, WdfCoInstaller01011.dll=1,, [DestinationDirs] DefaultDestDir=12 CoInstaller_CopyFiles = 11 ;------------------------------------------------------------------------------- ; Class Section ;------------------------------------------------------------------------------- [ClassInstall32] AddReg=DPTFClass_AddReg [DPTFClass_AddReg] HKR,,,,%ClassName% HKR,,Icon,,"-27" ;------------------------------------------------------------------------------- ; Manufacturer and Models Section ;------------------------------------------------------------------------------- [Manufacturer] %INTEL%=INTEL, NTamd64 [INTEL.NTamd64] %PROCSNB.DeviceDesc% = DptfCpu,PCI\VEN_8086&DEV_0103 %PROCIVB.DeviceDesc% = DptfCpu,PCI\VEN_8086&DEV_0153 %PROCHSW.DeviceDesc% = DptfCpu,PCI\VEN_8086&DEV_0C03 %PROCHSW.DeviceDesc% = DptfCpu,PCI\VEN_8086&DEV_0A03 %PROCHSW.DeviceDesc% = DptfCpu,PCI\VEN_8086&DEV_0D03 %PROCBDW.DeviceDesc% = DptfCpu,PCI\VEN_8086&DEV_1603 %PROCSKL.DeviceDesc% = DptfCpu,PCI\VEN_8086&DEV_1903 %PROCCHT.DeviceDesc% = DptfCpu,PCI\VEN_8086&DEV_22DC %PROCBX0.DeviceDesc% = DptfCpu,PCI\VEN_8086&DEV_0A8C %PROCBX1.DeviceDesc% = DptfCpu,PCI\VEN_8086&DEV_1A8C %PROCBXX.DeviceDesc% = DptfCpu,PCI\VEN_8086&DEV_4A8C %PROCBXP.DeviceDesc% = DptfCpu,PCI\VEN_8086&DEV_5A8C %PROCCNL.DeviceDesc% = DptfCpu,PCI\VEN_8086&DEV_5A03 ;------------------------------------------------------------------------------ ; DptfCpu ;------------------------------------------------------------------------------ [DptfCpu.NTamd64] CopyFiles=CopyDriver [CopyDriver] dptf_cpu.sys,,,2 [DptfCpu.NTamd64.Services] AddService = dptf_cpu,2,DptfCpuDriverService, DptfCpuEtw_Install, System, dptf_cpu [DptfCpuDriverService] ServiceType = %SERVICE_KERNEL_DRIVER% StartType = %SERVICE_DEMAND_START% ErrorControl = %SERVICE_ERROR_NORMAL% ServiceBinary = %12%\dptf_cpu.sys LoadOrderGroup = Base [DptfCpu.NTamd64.Wdf] KmdfService = dptf_cpu, KMDFVersion [KMDFVersion] KmdfLibraryVersion = 1.11 ;---------------------------------------------------------------------- ; WDF Co-Installer Section ;---------------------------------------------------------------------- [DptfCpu.NTamd64.CoInstallers] AddReg=CoInstaller_AddReg CopyFiles=CoInstaller_CopyFiles [CoInstaller_AddReg] HKR,,CoInstallers32,0x00010000, "WdfCoInstaller01011.dll,WdfCoInstaller" [CoInstaller_CopyFiles] WdfCoInstaller01011.dll ;---------------------------------------------------------------------- ; ETW Support compontents ;---------------------------------------------------------------------- [DptfCpuEtw_Install] AddReg=DptfCpuEtw_AddReg [DptfCpuEtw_AddReg] HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Publishers\{651E0E5C-0946-43FF-B70F-AECD299B29B4}",,%FLG_ADDREG_TYPE_SZ%,"DptfCpuEtwProvider" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Publishers\{651E0E5C-0946-43FF-B70F-AECD299B29B4}","ResourceFileName",%REG_EXPAND_SZ%,"%%SystemRoot%%\system32\drivers\dptf_cpu.sys" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Publishers\{651E0E5C-0946-43FF-B70F-AECD299B29B4}","MessageFileName",%REG_EXPAND_SZ%,"%%SystemRoot%%\system32\drivers\dptf_cpu.sys" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Publishers\{651E0E5C-0946-43FF-B70F-AECD299B29B4}","Enabled",%FLG_ADDREG_TYPE_DWORD%,1 ;---------------------------------------------------------------------- ; Strings and Constants ;---------------------------------------------------------------------- [Strings] SERVICE_DEMAND_START = 3 SERVICE_KERNEL_DRIVER = 1 SERVICE_ERROR_NORMAL = 1 FLG_ADDREG_TYPE_SZ = 0x00000000 REG_EXPAND_SZ = 0x00020000 FLG_ADDREG_TYPE_DWORD = 0x00010001 INTEL = "Intel" ClassName = "Intel(R) Dynamic Platform and Thermal Framework" DiskName = "Intel(R) Dynamic Platform and Thermal Framework" PROCSNB.DeviceDesc = "Intel(R) Dynamic Platform and Thermal Framework Processor Participant" PROCIVB.DeviceDesc = "Intel(R) Dynamic Platform and Thermal Framework Processor Participant" PROCHSW.DeviceDesc = "Intel(R) Dynamic Platform and Thermal Framework Processor Participant" PROCBDW.DeviceDesc = "Intel(R) Dynamic Platform and Thermal Framework Processor Participant" PROCSKL.DeviceDesc = "Intel(R) Dynamic Platform and Thermal Framework Processor Participant" PROCCHT.DeviceDesc = "Intel(R) Dynamic Platform and Thermal Framework Processor Participant" PROCBX0.DeviceDesc = "Intel(R) Dynamic Platform and Thermal Framework Processor Participant" PROCBX1.DeviceDesc = "Intel(R) Dynamic Platform and Thermal Framework Processor Participant" PROCBXX.DeviceDesc = "Intel(R) Dynamic Platform and Thermal Framework Processor Participant" PROCBXP.DeviceDesc = "Intel(R) Dynamic Platform and Thermal Framework Processor Participant" PROCCNL.DeviceDesc = "Intel(R) Dynamic Platform and Thermal Framework Processor Participant"Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.