IntelNit.inf Driver File Contents (Intel_R__20Turbo_20Boot_20Max.zip)

;/******************************************************************************
;** INTEL CONFIDENTIAL
;** Copyright (2000) (2015) 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 may contain trade secrets and 
;** proprietary and confidential information of Intel Corporation and its 
;** suppliers and licensors, and 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 express and approved by Intel in writing.
;******************************************************************************/

[version]
Signature       = "$Windows NT$"
Class           = System
ClassGUID       = {4D36E97D-E325-11CE-BFC1-08002BE10318}
Provider        = %Mfg%
CatalogFile		= intelnit.cat
DriverVer=10/07/2016,1.0.0.1029
CatalogFile=IntelNit.cat

[DestinationDirs]
DefaultDestDir = 12
IntelTurboBoostMax.CopyUI   = 16426, %ITBM_UI_Dir%
IntelTurboBoostMax.CopySvc   = 16425
IntelTurboBoostMax.CopyMSVC  = 16425
IntelTurboBoostMax.CopyMSVC64= 16426, %ITBM_Uninstall_Dir%
IntelTurboBoostMax.CopyUn    = 16426, %ITBM_Uninstall_Dir%
IntelTurboBoostMax.CopyINF   = 16426, %ITBM_UI_Dir%
IntelTurboBoostMax.DelUI   = 16426, %ITBM_UI_Dir%
IntelTurboBoostMax.DelINF   = 16426, %ITBM_UI_Dir%
IntelTurboBoostMax.DelMSVC64= 16426, %ITBM_Uninstall_Dir%
IntelTurboBoostMax.DelUn    = 16426, %ITBM_Uninstall_Dir%

[Manufacturer]
%Mfg%           = IntelDevice, NTamd64.6.1, NTamd64

[IntelDevice.NTamd64.6.1]
%INTELNIT.DeviceDesc% = IntelTurboBoostMax,ACPI\INT3510

;**************************************************************************
; Do-nothing section used to avoid "Unknown hardware" installation prompts
; on non-supported OS versions.

[IntelDevice.NTamd64]

[IntelDevice.NTamd64.Services]

;----------------------------------------------------------------------
; NT install sections:
;----------------------------------------------------------------------
[IntelTurboBoostMax]
CopyFiles       = IntelTurboBoostMax.CopyDriver, IntelTurboBoostMax.CopyUI, IntelTurboBoostMax.CopyINF, IntelTurboBoostMax.CopySvc, IntelTurboBoostMax.CopyMSVC, IntelTurboBoostMax.CopyMSVC64, IntelTurboBoostMax.CopyUn
ProfileItems	= IntelTurboBoostMax.CreateStartMenuShortcut
Reboot

[IntelTurboBoostMax.CopyDriver]
IntelNit.sys,,,2

[IntelTurboBoostMax.CopyUI]
ITBM.exe
ITBM.chm
LangUK.dll

[IntelTurboBoostMax.CopySvc]
ITBMSvc.exe

[IntelTurboBoostMax.CopyMSVC]
msvcr120.dll,,,2
msvcp120.dll,,,2

[IntelTurboBoostMax.CopyMSVC64]
msvcr120.dll,msvcr120-64.dll,,2
msvcp120.dll,msvcp120-64.dll,,2

[IntelTurboBoostMax.CopyUn]
ITBMUn.dll,,,2

[IntelTurboBoostMax.CopyINF]
IntelNit.inf

[IntelTurboBoostMax.Services]
AddService      = IntelTurboBoostMax,2,IntelNitDriverService
AddService		= ITBMService, 0x000009f8, IntelNitAppService, , Application, ITBM

[IntelTurboBoostMax.CreateStartMenuShortcut]
Name			="Intel TBMT 3.0 Control Panel",8,23
CmdLine			=16426,%ITBM_UI_Dir%,ITBM.exe
SubDir			="Intel(R) Turbo Boost Max Technology 3.0"
WorkingDir		=16426,%ITBM_UI_Dir%

;----------------------------------------------------------------------
; NT uninstall sections:
;----------------------------------------------------------------------
[IntelTurboBoostMax.DelUI]
ITBM.exe,,,0x10001
ITBM.chm,,,0x10001
LangUK.dll,,,0x10001

[IntelTurboBoostMax.DelUn]
ITBMUn.dll,,,0x10001

[IntelTurboBoostMax.DelMSVC64]
msvcr120.dll,,,0x10001
msvcp120.dll,,,0x10001

[IntelTurboBoostMax.DelINF]
IntelNit.inf,,,0x10001

[IntelTurboBoostMax.DeleteStartMenuShortcut]
Name			="Intel TBMT 3.0 Control Panel",2
CmdLine			=16426,%ITBM_UI_Dir%,ITBM.exe
SubDir			="Intel(R) Turbo Boost Max Technology 3.0"
WorkingDir		=16426,%ITBM_UI_Dir%

[DefaultUninstall]
ProfileItems = IntelTurboBoostMax.DeleteStartMenuShortcut
DelReg=DefaultUninstallRegkey
DelFiles=IntelTurboBoostMax.DelINF
DelFiles=IntelTurboBoostMax.DelUI
DelFiles=IntelTurboBoostMax.DelUn
DelFiles=IntelTurboBoostMax.DelMSVC64
Reboot

[DefaultUninstallRegkey]
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IntelNit
HKLM, SOFTWARE\Microsoft\Active Setup\Installed Components\IntelNit

;----------------------------------------------------------------------
; Have Nit driver loaded as a demand start driver
;----------------------------------------------------------------------
[IntelNitDriverService]
ServiceType     = %SERVICE_KERNEL_DRIVER%
StartType       = %SERVICE_DEMAND_START%
ErrorControl    = %SERVICE_ERROR_NORMAL%
ServiceBinary   = "%12%\IntelNit.sys"
AddReg          = IntelTurboBoostMax.AddReg
AddReg          = IntelTurboBoostMax.AddRegSW

[IntelNitAppService]
DisplayName		= %ServiceDisplayName%
Description		= %ServiceDescription%
ServiceType		= %SERVICE_WIN32_OWN_PROCESS%
StartType		= %SERVICE_AUTO_START%
ErrorControl	= %SERVICE_ERROR_NORMAL%
ServiceBinary	= "%16425%\%ServiceFile%"
AddReg          = IntelNitAppService.AddReg

;----------------------------------------------------------------------
; Registry section
;----------------------------------------------------------------------
[IntelTurboBoostMax.AddReg]
HKR, Parameters,,,

[IntelTurboBoostMax.AddRegSW]
HKLM, SOFTWARE\Intel\IntelTurboBoostMax,,,
HKLM, SOFTWARE\Intel\IntelTurboBoostMax, AffDiverseCoresOnly, %REG_DWORD%, 0
HKLM, SOFTWARE\Intel\IntelTurboBoostMax, AffDemandExceedsPhysCores, %REG_DWORD%, 0
HKLM, SOFTWARE\Intel\IntelTurboBoostMax, AppInclusionList, %REG_MULTI_SZ%, ""
HKLM, SOFTWARE\Intel\IntelTurboBoostMax, FavCoreEnable, %REG_DWORD%, 1
HKLM, SOFTWARE\Intel\IntelTurboBoostMax, EvaluationInterval, %REG_DWORD%, 10
HKLM, SOFTWARE\Intel\IntelTurboBoostMax, HwPollInterval, %REG_DWORD%, 20
HKLM, SOFTWARE\Intel\IntelTurboBoostMax, SwPollInterval, %REG_DWORD%, 20
HKLM, SOFTWARE\Intel\IntelTurboBoostMax, FavCoreList , %REG_MULTI_SZ%, ""
HKLM, SOFTWARE\Intel\IntelTurboBoostMax, DriverCommit, %REG_DWORD%, 0
HKLM, SOFTWARE\Intel\IntelTurboBoostMax, UtilizationThresholdPercent, %REG_DWORD%, 90
HKLM, SOFTWARE\Intel\IntelTurboBoostMax, ForegroundAppName, %REG_MULTI_SZ%, ""
HKLM, SOFTWARE\Intel\IntelTurboBoostMax, ForegroundAppEnable, %REG_DWORD%, 1
HKLM, SOFTWARE\Intel\IntelTurboBoostMax, Capabilities, %REG_DWORD%, 0
HKLM, SOFTWARE\Intel\IntelTurboBoostMax, ExternalDisable, %REG_DWORD%, 0
HKLM, SOFTWARE\Intel\IntelTurboBoostMax, AffAnyDemandThreads, %REG_DWORD%, 1
;
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IntelNit, DisplayName,,"Intel(R) Turbo Boost Max Technology 3.0"
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IntelNit, DisplayIcon,,"%16426%\%ITBM_UI_Dir%\ITBM.exe"
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IntelNit, Publisher,,"Intel Corporation"
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IntelNit, DisplayVersion,,"%INTELNITDRVVER%"
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IntelNit, UninstallString,,"""%16425%\rundll32.exe"" ""%16426%\%ITBM_Uninstall_Dir%\ITBMUn.dll"",ITBMUninstallFunc"

[IntelTurboBoostMax.AddRegSW.security]
"D:P(A;CI;GA;;;BA)(A;CI;GA;;;SY)(A;CI;GA;;;BU)"

[IntelNitAppService.AddReg]
HKR, Parameters,,,
HKR, Parameters,ITBMUITaskLaunchDelay,%REG_SZ%,"PT5S"

[IntelNitAppService.DelReg]
HKR, Parameters,ITBMUITaskLaunchDelay

;----------------------------------------------------------------------
; Source file information
;----------------------------------------------------------------------

[SourceDisksNames]
1 = %DiskId%,,,""

[SourceDisksFiles]
IntelNit.sys       	= 1
IntelNit.inf		= 1
ITBM.exe			= 1
ITBM.chm			= 1
LangUK.dll			= 1
ITBMSvc.exe			= 1
msvcr120.dll		= 1
msvcp120.dll		= 1
msvcr120-64.dll		= 1
msvcp120-64.dll		= 1
ITBMUn.dll			= 1

;----------------------------------------------------------------------
; String Constants
;----------------------------------------------------------------------
[Strings]
REG_DWORD               = 0x00010001
REG_SZ					= 0x00000000
REG_MULTI_SZ			= 0x00010000
SERVICE_BOOT_START		= 0
SERVICE_DEMAND_START    = 3
SERVICE_KERNEL_DRIVER   = 1
SERVICE_ERROR_NORMAL    = 1
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_AUTO_START		= 0x2

ServiceDisplayName="Intel(R) Turbo Boost Max 3.0 Technology Application Service"
ServiceDescription="Intel(R) Turbo Boost Max 3.0 Technology Application Service"
ServiceFile="ITBMSvc.exe"
UIFile="ITBM.exe"

ITBM_UI_Dir				= "Intel Corporation\Intel(R) Turbo Boost Max Technology 3.0"
ITBM_Uninstall_Dir		= "Intel Corporation\Intel(R) Turbo Boost Max Technology 3.0\uninstall"
Mfg                     = "Intel"
INTELNIT.DeviceDesc = "Intel(R) Turbo Boost Max Technology 3.0 Driver"
INTELNITDRVVER="1.0.0.1029"
GUID_MAX_POWER_SAVINGS = "{a1841308-3541-4fab-bc81-f71556f20b4a}"
GUID_TYPICAL_POWER_SAVINGS = "{381b4222-f694-41f0-9685-ff5bb260df2e}"
GUID_MIN_POWER_SAVINGS = "{8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c}"
AC = 0
DC = 1

;
; Localizable Strings
;
DiskId                  = ""Intel(R) Turbo Boost Max Technology 3.0 Driver""
Download Driver Pack

How To Update Drivers Manually

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.

server: web5, load: 1.49