igxp32.inf Driver File Contents (VGA.zip)

;=============================================================================
;
; Copyright (c) Intel Corporation (2007).
;
; INTEL MAKES NO WARRANTY OF ANY KIND REGARDING THE CODE.  THIS CODE IS
; LICENSED ON AN "AS IS" BASIS AND INTEL WILL NOT PROVIDE ANY SUPPORT,
; ASSISTANCE, INSTALLATION, TRAINING OR OTHER SERVICES.  INTEL DOES NOT
; PROVIDE ANY UPDATES, ENHANCEMENTS OR EXTENSIONS.  INTEL SPECIFICALLY
; DISCLAIMS ANY WARRANTY OF MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR ANY
; PARTICULAR PURPOSE, OR ANY OTHER WARRANTY.  Intel disclaims all liability,
; including liability for infringement of any proprietary rights, relating to
; use of the code. No license, express or implied, by estoppel or otherwise,
; to any intellectual property rights is granted herein.
;
;=============================================================================

; Installation inf for the Intel Corporation Poulsbo graphics adapter

[Version]
Signature="$WINDOWS NT$"
Provider=%Intel%
ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
Class=Display
CatalogFile=igfxnt5.cat

DriverVer=04/28/2009,6.14.11.1009 ;use two digits for mm and dd

[DestinationDirs]
DefaultDestDir   = 11
igd.Miniport  = 12  ; drivers
igd.Display   = 11  ; system32
CUI.Copy = 11
COPP.Copy = 11

;
; Driver information
;

[Manufacturer]
%Intel%   = Intel.Mfg,NT.6.0,NTx86.5

[Intel.Mfg.NT.6.0]
;

[Intel.Mfg.NTx86.5]
%iPLB% = iPLB1, PCI\VEN_8086&DEV_8108
%iPLBUL11L% = iPLB1UL11L, PCI\VEN_8086&DEV_8109

[Intel.Mfg]
%iPLB% = iPLB1, PCI\VEN_8086&DEV_8108
%iPLBUL11L% = iPLB1UL11L, PCI\VEN_8086&DEV_8109


;
; General installation section
;

[iPLB1]
CopyFiles=igd.Miniport, igd.Display, CUI.Copy, Resource.Copy, CUISDK.Copy, COPP.Copy
AddReg =  CUI.AddReg , CUISDK.AddReg
DelReg =  CUI.DelReg , CUISDK.DelReg
;InstallINF = 0

[iPLB1UL11L]
CopyFiles=igd.Miniport, igd.Display, CUI.Copy, Resource.Copy, CUISDK.Copy, COPP.Copy
AddReg =  CUI.AddReg , CUISDK.AddReg
DelReg =  CUI.DelReg , CUISDK.DelReg
;InstallINF = 0

DriverVer=04/28/2009,6.14.11.1009 ;use two digits for mm and dd

;
; File sections
;
[igd.Miniport]
igxpmp32.sys

[igd.Display]
igxprd32.dll
igxpdd32.dll

[CUI.Copy]
igfxdo.dll
igfxsrvc.dll
hccutils.dll
igfxsrvc.exe
igfxcfg.exe
hkcmd.exe
PersistenceThread.exe
igdlogin.dll
igfxcpl.cpl
igfxtray.exe
igfxpph.dll,,,0x00000008

[Resource.Copy]
igfxres.dll
igfxress.dll

[COPP.Copy]
igxp_xs32.vp
igxp_xk32.vp

[CUI.DelReg]
HKLM,%CUIDeviceIndependentKey%
HKLM,%DisplayKey%
HKLM,Software\INTEL\igfxcui
HKR,igfxcfg
HKR,igfxcpl
HKR,igfxpph
HKR,igfxsrvc
HKR,hkcmd
HKR,igfxtray

; Delete the CUI registry entry which registers for winlogon events
;
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\igfxcui"

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;CUIService

HKCR,"igfx.CUIService\CLSID"
HKCR,"igfx.CUIService\CurVer"
HKCR,"igfx.CUIService"
HKCR,"igfx.CUIService.1\CLSID"
HKCR,"igfx.CUIService.1"
HKCR,"CLSID\{0F195FA1-CCF0-11D2-8B20-00A0C93CB1F4}\InProcServer32\ThreadingModel"
HKCR,"CLSID\{0F195FA1-CCF0-11D2-8B20-00A0C93CB1F4}\InProcServer32"
HKCR,"CLSID\{0F195FA1-CCF0-11D2-8B20-00A0C93CB1F4}\ProgID"
HKCR,"CLSID\{0F195FA1-CCF0-11D2-8B20-00A0C93CB1F4}\Programmable"
HKCR,"CLSID\{0F195FA1-CCF0-11D2-8B20-00A0C93CB1F4}\VersionIndependentProgID"
HKCR,"CLSID\{0F195FA1-CCF0-11D2-8B20-00A0C93CB1F4}"

;igfxhk.Hotkey 

HKCR,"igfxhk.HotKey\CLSID"
HKCR,"igfxhk.HotKey\CurVer"
HKCR,"igfxhk.HotKey"
HKCR,"igfxhk.HotKey.1\CLSID"
HKCR,"igfxhk.HotKey.1"
HKCR,"CLSID\{235CC099-CFB4-44D9-8228-270FEE479D8A}\InProcServer32\ThreadingModel"
HKCR,"CLSID\{235CC099-CFB4-44D9-8228-270FEE479D8A}\InProcServer32"
HKCR,"CLSID\{235CC099-CFB4-44D9-8228-270FEE479D8A}\ProgID"
HKCR,"CLSID\{235CC099-CFB4-44D9-8228-270FEE479D8A}\VersionIndependentProgID"
HKCR,"CLSID\{235CC099-CFB4-44D9-8228-270FEE479D8A}"

;Remove HKLM\Software\Microsoft\Windows\Currentversion\Run CUI entries
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run","HotKeysCmds"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run","igfxtray"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run","igfxhkcmd"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run","PersistenceThread"

;
; Service Installation
;

[iPLB1.Services]
AddService = igd, 0x00000002, igd_Service_Inst, igd_EventLog_Inst

[iPLB1UL11L.Services]
AddService = igd, 0x00000002, igd_Service_Inst, igd_EventLog_Inst

[igd_Service_Inst]
ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
StartType      = 3               ; SERVICE_DEMAND_START
ErrorControl   = 0                ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary  = %12%\igxpmp32.sys
DelReg = PC_DelReg

[PC_DelReg]
HKR, "Device0", "PC"

[igd_EventLog_Inst]
AddReg = igd_EventLog_AddReg

[igd_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%"\System32\IoLogMsg.dll;%SystemRoot%"\System32\drivers\igxpmp32.sys"
HKR,,TypesSupported,0x00010001,7

;
; Software Installation
;


[iPLB1.SoftwareSettings]
AddReg = iPLB_SoftwareDeviceSettings
;AddReg = OpenGL_AddSwSettings
;DelReg = OpenGL_DelSwSettings
AddReg = HotPlug_AddSwSettings
DelReg = HotPlug_DelSwSettings
AddReg = INTTV_AddUnderscanSettings
DelReg = INTTV_DelUnderscanSettings
AddReg = HDMI_AddUnderscanSettings
DelReg = HDMI_DelUnderscanSettings
AddReg = General_AddSwSettings
DelReg = General_DelSwSettings
AddReg = PruningMode_AddSwSettings
DelReg = PruningMode_DelSwSettings
AddReg = IntLVDSDisabled_AddSwSettings
DelReg = IntLVDSDisabled_DelSwSettings
AddReg = SDVODisabled_AddSwSettings
DelReg = SDVODisabled_DelSwSettings
AddReg = DIDDisabled_AddSwSettings
DelReg = DIDDisabled_DelSwSettings
AddReg = EnableFSDOS_AddSwSettings
DelReg = EnableFSDOS_DelSwSettings
AddReg = Persistence_AddSwSettings
DelReg = Persistence_DelSwSettings
AddReg = HDMIEnableUnderscan_AddSwSettings
DelReg = HDMIEnableUnderscan_DelSwSettings
AddReg = MPEG42_AddSwSettings
DelReg = MPEG42_DelSwSettings

[iPLB1UL11L.SoftwareSettings]
AddReg = iPLBUL11L_SoftwareDeviceSettings
;AddReg = OpenGL_AddSwSettings
;DelReg = OpenGL_DelSwSettings
AddReg = HotPlug_AddSwSettings
DelReg = HotPlug_DelSwSettings
AddReg = INTTV_AddUnderscanSettings
DelReg = INTTV_DelUnderscanSettings
AddReg = HDMI_AddUnderscanSettings
DelReg = HDMI_DelUnderscanSettings
AddReg = General_AddSwSettings
DelReg = General_DelSwSettings
AddReg = PruningMode_AddSwSettings
DelReg = PruningMode_DelSwSettings
AddReg = IntLVDSDisabled_AddSwSettings
DelReg = IntLVDSDisabled_DelSwSettings
AddReg = SDVODisabled_AddSwSettings
DelReg = SDVODisabled_DelSwSettings
AddReg = DIDDisabled_AddSwSettings
DelReg = DIDDisabled_DelSwSettings
AddReg = EnableFSDOS_AddSwSettings
DelReg = EnableFSDOS_DelSwSettings
AddReg = Persistence_AddSwSettings
DelReg = Persistence_DelSwSettings
AddReg = HDMIEnableUnderscan_AddSwSettings
DelReg = HDMIEnableUnderscan_DelSwSettings
AddReg = MPEG42_AddSwSettings
DelReg = MPEG42_DelSwSettings

;
; The rest of these are old keys no longer needed so just delete them
;
DelReg = Rotation_DelSwSettings
DelReg = PERF_DelSwSettings
DelReg = CEAModesXP_DelSwSettings
DelReg = DynamicScaling_DelSwSettings
DelReg = Display_Priority_DelSwSettings
DelReg = NonEDIDMode_DelSwSettings
DelReg = OEMStaticMode_DelSwSettings
DelReg = SDVOHDMI_VSI_DelSwSettings
DelReg = Default_Legacy_EDID_CRTMode_DelSwSettings
DelReg = Downscaling_DelSwSettings

[INTTV_AddUnderscanSettings]
HKR,, Display1_UnderScanPercentageIntTvOut,%REG_DWORD%, 0  ; 0 - default 7.5% under scan and OEM's can give under scan like 8,9 an 10 ..upto 25

[INTTV_DelUnderscanSettings]
HKR,, Display1_UnderScanPercentageIntTvOut

[HDMI_AddUnderscanSettings]
HKR,, Display1_AddUnderscanPercentageHDMI,%REG_DWORD%, 0  ; 0 - default 7.5% under scan and OEM's can give under scan like 8,9 an 10 ..

[HDMI_DelUnderscanSettings]
HKR,, Display1_AddUnderscanPercentageHDMI

[General_AddSwSettings]
HKR,, 3DEnabled,%REG_DWORD%, 1  		; 1 - Enable and 0 - Disable

[General_DelSwSettings]
HKR,, 3DEnabled

[IntLVDSDisabled_AddSwSettings]
HKR,, INTLVDS_Disabled,%REG_DWORD%, 0  		; 1 - Integrated LVDS is disabled and 0 - Integrated LVDS is enabled

[IntLVDSDisabled_DelSwSettings]
HKR,, INTLVDS_Disabled

[SDVODisabled_AddSwSettings]
HKR,, SDVO_Disabled,%REG_DWORD%, 0  		; 1 - SDVO is Disabled and 0 - SDVO is Enabled

[SDVODisabled_DelSwSettings]
HKR,, SDVO_Disabled

[DIDDisabled_AddSwSettings]
HKR,, DID_Disabled,%REG_DWORD%, 0  		; 1 - Dual Independent Display (DID) is Disabled and 0 - DID is Enabled

[DIDDisabled_DelSwSettings]
HKR,, DID_Disabled

[EnableFSDOS_AddSwSettings]
HKR,, EnableFSDOS,%REG_DWORD%, 1  		; 1 - FSDOS is enabled and 0 - FSDOS is disabled

[EnableFSDOS_DelSwSettings]
HKR,, EnableFSDOS

[HDMIEnableUnderscan_AddSwSettings]
HKR,, HDMIUnderscanPercent,%REG_DWORD%, 0  		; 14 or greater - HDMI underscan percent support and 0 - Additional HDMI underscan disabled

[HDMIEnableUnderscan_DelSwSettings]
HKR,, HDMIUnderscanPercent

[HotPlug_AddSwSettings]
HKR,, Display1_DVIHotPlugWAFlag,%REG_DWORD%, 0  ; 1 - Enable and 0 - Disable

[HotPlug_DelSwSettings]
HKR,, Display1_DVIHotPlugWAFlag

;To disable persistence 1, To enable persistence 0

[Persistence_AddSwSettings]
HKR,,PersistenceDisabled,%REG_DWORD%, 0
HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\igdlogin","Asynchronous",%REG_DWORD%,1
HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\igdlogin","DllName",%REG_EXPAND_SZ%,"igdlogin.dll"
HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\igdlogin","Impersonate",%REG_DWORD%,0
HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\igdlogin","Lock",%REG_SZ%,"PWL_EventHandler_Lock"
HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\igdlogin","Unlock",%REG_SZ%,"PWL_EventHandler_UnLock"


[Persistence_DelSwSettings]
HKR,,PersistenceDisabled
HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\igdlogin"

[iPLB_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, igxprd32
;HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, igxpdd32
HKR,, VgaCompatible,                 %REG_DWORD%,    0
;Enable Multifunction support
HKR,,MultifunctionSupported, %REG_DWORD%, 1
HKR,,NativeResolution, %REG_DWORD%, 1
HKR,,NativeBPP, %REG_DWORD%, 1
HKR,,ConfigID, %REG_DWORD%, 0
HKLM,"System\CurrentControlSet\Control\Session Manager\Memory Management","SessionImageSize",%REG_DWORD%,0x10; 16MB in size

[iPLBUL11L_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, igxprd32
;HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, igxpdd32
HKR,, VgaCompatible,                 %REG_DWORD%,    0
;Enable Multifunction support
HKR,,MultifunctionSupported, %REG_DWORD%, 1
HKR,,NativeResolution, %REG_DWORD%, 1
HKR,,NativeBPP, %REG_DWORD%, 1
HKR,,ConfigID, %REG_DWORD%, 0
HKLM,"System\CurrentControlSet\Control\Session Manager\Memory Management","SessionImageSize",%REG_DWORD%,0x10; 16MB in size

[PruningMode_AddSwSettings]
HKR,, PruningMode, %REG_DWORD%, 1  			; 1 - Enable and 0 - Disable
HKR,, AllowClonePanning, %REG_DWORD%, 1		; 1 - Allow panning in clone mode 0 - Disallow 

[PruningMode_DelSwSettings]
HKR,, PruningMode
HKR,, AllowClonePanning

[MPEG42_AddSwSettings]
HKR,, Mpeg42Enable, %REG_DWORD%, 0  ; 1 - Enabled and 0 - Disabled

[MPEG42_DelSwSettings]
HKR,, Mpeg42Enable


;
; The rest of these are old keys no longer needed so just delete them
;
[SDVOHDMI_VSI_DelSwSettings]
HKR,, SPDIFVendorName
HKR,, SPDIFVendorDesc
HKR,, SDVOHDMI_OptionalIFPriority

[Display_Priority_DelSwSettings]
HKR,, DisplayPriority

[PERF_DelSwSettings]
HKR,, LogResumeTime ; Enables or Disables Resume analysis
HKR,, MaxRuns ; The maximum number of runs after which old resumeTime values over-written.

[Default_Legacy_EDID_CRTMode_DelSwSettings]
HKR,, EDIDDefaultXX
HKR,, EDIDDefaultYY
HKR,, EDIDDefaultRR
HKR,, EDIDDefaultBPP

HKR,, LegacyDefaultXX
HKR,, LegacyDefaultYY
HKR,, LegacyDefaultRR
HKR,, LegacyDefaultBPP

[CEAModesXP_DelSwSettings]
HKR,, Display1_EnableNoPruneSizeFlag

[DynamicScaling_DelSwSettings]
HKR,, Display1_EnableDynamicScaling

[Rotation_DelSwSettings]
HKR,, Display1_RotationCaps
HKR,, Display2_RotationCaps
HKR,, Display1_RotationPolicy
HKR,, Display2_RotationPolicy
HKR,, Display1_IndependentRotationCaps
HKR,, Display1_RotationX
HKR,, Display1_RotationY
HKR,, Display1_RotationConfig
HKR,, Display2_RotationConfig

[NonEDIDMode_DelSwSettings]
HKR,, TotalDTDCount
HKR,, DTD_1
HKR,, DTD_2
HKR,, DTD_3
HKR,, DTD_4
HKR,, DTD_5

[OEMStaticMode_DelSwSettings]
HKR,, TotalStaticModes
HKR,, STATIC_MODE_1
HKR,, STATIC_MODE_2

[Downscaling_DelSwSettings]
HKR,, EnableDownscaling


[iPLB1.GeneralConfigData]
MaximumNumberOfDevices = 2
MaximumDeviceMemoryConfiguration = 256

[iPLB1UL11L.GeneralConfigData]
MaximumNumberOfDevices = 2
MaximumDeviceMemoryConfiguration = 256

;
; Source file information
;

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

[SourceDisksFiles]
igxpmp32.sys  = 1
igxprd32.dll = 1
igxpdd32.dll = 1

igxp_xs32.vp = 1
igxp_xk32.vp = 1

; resource files are from the language directory
igfxres.dll = 1, %LngResDir%
igfxress.dll = 1, %LngResDir% 

igfxdo.dll = 1
igfxsrvc.dll = 1
hccutils.dll = 1
igfxsrvc.exe = 1
igfxcfg.exe = 1
hkcmd.exe = 1
PersistenceThread.exe = 1
igdlogin.dll = 1
igfxcpl.cpl = 1
igfxtray.exe = 1
igfxpph.dll = 1

igfxext.exe	= 1 ; CUI SDK
igfxextps.dll = 1 ; CUI SDK proxy stub

[CUI.AddReg]
;Add INTEL/CUI keys
HKLM,"Software\INTEL"
HKLM,%DisplayKey%
HKLM,%CUIDeviceIndependentKey%

; Device Independent registry location
HKCR,"CLSID\{280A8F40-E382-11D2-B561-00A0C92E6848}",,,%CUIDeviceIndependentKey%

HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\igfxcui",,,"{3AB1675A-CCFF-11D2-8B20-00A0C93CB1F4}"

; Store resource information under %CUIDeviceIndependentKey%
; Control panel resource
HKLM,"%CUIDeviceIndependentKey%\igfxcpl\resources","468",,%11%"\igfxcfg.exe"
; static pages resource
HKLM,"%CUIDeviceIndependentKey%\igfxpph\resources","468",,%11%"\igfxcfg.exe"
; cfg resource
HKLM,"%CUIDeviceIndependentKey%\igfxcfg\resources","468",,%11%"\igfxcfg.exe"
HKLM,"%CUIDeviceIndependentKey%\igfxcfg\resources","829",,""
; service resource
HKLM,"%CUIDeviceIndependentKey%\igfxsrvc\resources","468",,%11%"\igfxcfg.exe"
; tray resource
HKLM,"%CUIDeviceIndependentKey%\igfxtray\resources","468",,%11%"\igfxcfg.exe"
HKLM,"%CUIDeviceIndependentKey%\igfxtray\resources","467",,%11%"\igfxtray.exe"
HKLM,"%CUIDeviceIndependentKey%\igfxtray\TrayIcon","ShowTrayIcon",%REG_DWORD%,1
; hotkey resource
HKLM,"%CUIDeviceIndependentKey%\hkcmd\resources","468",,%11%"\igfxcfg.exe"
;static pages resource
HKLM,"%CUIDeviceIndependentKey%\igfxpph\resources","467",,%11%"\igfxtray.exe"

; Context menu handler entry.
HKCR, "Directory\Background\shellex\ContextMenuHandlers\igfxcui",,,"{3AB1675A-CCFF-11D2-8B20-00A0C93CB1F4}"
;
; Registration of CUI dll's:            These will not self-register through the have-disk install.
;                                       Does not register TypeLibs or Interfaces.
;
; igfxcfg.exe self registration entries
;
HKCR,"AppID\{3D62E9A1-D243-11D2-B561-00A0C92E6848}",,,"igfxcfg"
HKCR,"AppID\igfxcfg.EXE","AppID",,"{3D62E9A1-D243-11D2-B561-00A0C92E6848}"
HKCR,"CLSID\{A354BD60-4C0A-11d3-B561-00A0C92E6848}",,,"DataObject Class"
HKCR,"CLSID\{A354BD60-4C0A-11d3-B561-00A0C92E6848}","AppID",,"{3D62E9A1-D243-11D2-B561-00A0C92E6848}"
HKCR,"CLSID\{A354BD60-4C0A-11d3-B561-00A0C92E6848}\ProgID",,,"igfxcfg.DataObject.1"
HKCR,"CLSID\{A354BD60-4C0A-11d3-B561-00A0C92E6848}\VersionIndependentProgID",,,"igfxcfg.DataObject"
HKCR,"CLSID\{A354BD60-4C0A-11d3-B561-00A0C92E6848}\LocalServer32",,,%11%"\igfxcfg.exe"
HKCR,"CLSID\{EE2D6561-D63C-11D2-B561-00A0C92E6848}",,,"ShellExt Class"
HKCR,"CLSID\{EE2D6561-D63C-11D2-B561-00A0C92E6848}","AppID",,"{3D62E9A1-D243-11D2-B561-00A0C92E6848}"
HKCR,"CLSID\{EE2D6561-D63C-11D2-B561-00A0C92E6848}\ProgID",,,"igfxcfg.ShellExt.1"
HKCR,"CLSID\{EE2D6561-D63C-11D2-B561-00A0C92E6848}\VersionIndependentProgID",,,"igfxcfg.ShellExt"
HKCR,"CLSID\{EE2D6561-D63C-11D2-B561-00A0C92E6848}\Programmable",,,
HKCR,"CLSID\{EE2D6561-D63C-11D2-B561-00A0C92E6848}\LocalServer32",,,%11%"\igfxcfg.exe"
HKCR,"igfxcfg.DataObject.1",,,"DataObject Class"
HKCR,"igfxcfg.DataObject.1\CLSID",,,"{A354BD60-4C0A-11d3-B561-00A0C92E6848}"
HKCR,"igfxcfg.DataObject",,,"DataObject Class"
HKCR,"igfxcfg.DataObject\CurVer",,,"igfxcfg.DataObject.1"
HKCR,"igfxcfg.DataObject\CLSID",,,"{A354BD60-4C0A-11d3-B561-00A0C92E6848}"
HKCR,"igfxcfg.ShellExt.1",,,"ShellExt Class"
HKCR,"igfxcfg.ShellExt.1\CLSID",,,"{EE2D6561-D63C-11D2-B561-00A0C92E6848}"
HKCR,"igfxcfg.ShellExt",,,"ShellExt Class"
HKCR,"igfxcfg.ShellExt\CurVer",,,"igfxcfg.ShellExt.1"
HKCR,"igfxcfg.ShellExt\CLSID",,,"{EE2D6561-D63C-11D2-B561-00A0C92E6848}"

;
; igfxsrvc.exe self registration entries
;
HKCR,"igfxsrvc.Settings\CLSID",,,"{078AEF33-C48A-49F7-AFF3-A0EE810BFE7C}"
HKCR,"igfxsrvc.Settings\CurVer",,,"igfxsrvc.Settings.1"
HKCR,"igfxsrvc.Settings.1\CLSID",,,"{078AEF33-C48A-49F7-AFF3-A0EE810BFE7C}"
HKCR,"CLSID\{078AEF33-C48A-49F7-AFF3-A0EE810BFE7C}",,,"Settings Class"
HKCR,"CLSID\{078AEF33-C48A-49F7-AFF3-A0EE810BFE7C}\LocalServer32",,,%11%"\igfxsrvc.exe"
HKCR,"CLSID\{078AEF33-C48A-49F7-AFF3-A0EE810BFE7C}\ProgID",,,"igfxsrvc.Settings.1"
HKCR,"CLSID\{078AEF33-C48A-49F7-AFF3-A0EE810BFE7C}\VersionIndependentProgID",,,"igfxsrvc.Settings"
HKCR,"Interface\{916FEC45-8FAB-460F-9BD1-325055E3DEC9}",,,"ISettings"

HKCR,"igfxsrvc.DisplayConfig\CLSID",,,"{C2BFE331-6739-4270-86C9-493D9A04CD38}"
HKCR,"igfxsrvc.DisplayConfig\CurVer",,,"igfxsrvc.DisplayConfig.1"
HKCR,"igfxsrvc.DispayConfig.1\CLSID",,,"{C2BFE331-6739-4270-86C9-493D9A04CD38}"
HKCR,"CLSID\{C2BFE331-6739-4270-86C9-493D9A04CD38}",,,"DisplayConfig Class"
HKCR,"CLSID\{C2BFE331-6739-4270-86C9-493D9A04CD38}\LocalServer32",,,%11%"\igfxsrvc.exe"
HKCR,"CLSID\{C2BFE331-6739-4270-86C9-493D9A04CD38}\ProgID",,,"igfxsrvc.DisplayConfig.1"
HKCR,"CLSID\{C2BFE331-6739-4270-86C9-493D9A04CD38}\VersionIndependentProgID",,,"igfxsrvc.DisplayConfig"
HKCR,"Interface\{DC61FD6D-FB60-4ABC-BF2E-4DF75C90C601}",,,"IDisplayConfig" 

HKCR,"igfxsrvc.EDID\CLSID",,,"{40CB6EA0-AB2A-45F8-BA45-2DC7756A7B49}"
HKCR,"igfxsrvc.EDID\CurVer",,,"igfxsrvc.EDID.1"
HKCR,"igfx.EDID.1\CLSID",,,"{40CB6EA0-AB2A-45F8-BA45-2DC7756A7B49}"
HKCR,"CLSID\{40CB6EA0-AB2A-45F8-BA45-2DC7756A7B49}",,,"EDID Class"
HKCR,"CLSID\{40CB6EA0-AB2A-45F8-BA45-2DC7756A7B49}\LocalServer32",,,%11%"\igfxsrvc.exe"
HKCR,"CLSID\{40CB6EA0-AB2A-45F8-BA45-2DC7756A7B49}\ProgID",,,"igfxsrvc.EDID.1"
HKCR,"CLSID\{40CB6EA0-AB2A-45F8-BA45-2DC7756A7B49}\VersionIndependentProgID",,,"igfxsrvc.EDID"
HKCR,"Interface\{B7C4F4C9-EE21-4042-9C11-BEA5E039B1F9}",,,"IEDID"

HKCR,"igfxsrvc.Color\CLSID",,,"{FE9617F6-E606-42AA-BECC-0E9CDA246D63}"
HKCR,"igfxsrvc.Color\CurVer",,,"igfxsrvc.Color.1"
HKCR,"igfx.Color.1\CLSID",,,"{FE9617F6-E606-42AA-BECC-0E9CDA246D63}"
HKCR,"CLSID\{FE9617F6-E606-42AA-BECC-0E9CDA246D63}",,,"Color Class"
HKCR,"CLSID\{FE9617F6-E606-42AA-BECC-0E9CDA246D63}\LocalServer32",,,%11%"\igfxsrvc.exe"
HKCR,"CLSID\{FE9617F6-E606-42AA-BECC-0E9CDA246D63}\ProgID",,,"igfxsrvc.Color.1"
HKCR,"CLSID\{FE9617F6-E606-42AA-BECC-0E9CDA246D63}\VersionIndependentProgID",,,"igfxsrvc.Color"
HKCR,"Interface\{63CDDDB9-A85B-411E-AA78-101B3BC17261}",,,"IColor"

HKCR,"igfxsrvc.CUIService",,,"CUIService Class"
HKCR,"igfxsrvc.CUIService\CLSID",,,"{0F195FA1-CCF0-11D2-8B20-00A0C93CB1F4}"
HKCR,"igfxsrvc.CUIService\CurVer",,,"igfxsrvc.CUIService.1"
HKCR,"igfxsrvc.CUIService.1",,,"CUIService Class"
HKCR,"igfx.CUIService.1\CLSID",,,"{0F195FA1-CCF0-11D2-8B20-00A0C93CB1F4}"
HKCR,"CLSID\{0F195FA1-CCF0-11D2-8B20-00A0C93CB1F4}",,,"CUIService Class"
HKCR,"CLSID\{0F195FA1-CCF0-11D2-8B20-00A0C93CB1F4}\InProcServer32",,,%11%"\igfxsrvc.exe"
HKCR,"CLSID\{0F195FA1-CCF0-11D2-8B20-00A0C93CB1F4}\InProcServer32","ThreadingModel",,"Apartment"
HKCR,"CLSID\{0F195FA1-CCF0-11D2-8B20-00A0C93CB1F4}\ProgID",,,"igfxsrvc.CUIService.1"
HKCR,"CLSID\{0F195FA1-CCF0-11D2-8B20-00A0C93CB1F4}\VersionIndependentProgID",,,"igfxsrvc.CUIService"

HKCR,"igfxsrvc.CUIPower\CLSID",,,"{C332C124-340D-4430-AA0D-C75602876FCC}"
HKCR,"igfxsrvc.CUIPower\CurVer",,,"igfxsrvc.CUIPower.1"
HKCR,"igfx.CUIPower.1\CLSID",,,"{C332C124-340D-4430-AA0D-C75602876FCC}"
HKCR,"CLSID\{C332C124-340D-4430-AA0D-C75602876FCC}",,,"CUIPower Class"
HKCR,"CLSID\{C332C124-340D-4430-AA0D-C75602876FCC}\LocalServer32",,,%11%"\igfxsrvc.exe"
HKCR,"CLSID\{C332C124-340D-4430-AA0D-C75602876FCC}\ProgID",,,"igfxsrvc.CUIPower.1"
HKCR,"CLSID\{C332C124-340D-4430-AA0D-C75602876FCC}\VersionIndependentProgID",,,"igfxsrvc.CUIPower"
HKCR,"Interface\{299D88F9-2CBD-4225-BF19-FCD164C54C3F}",,,"ICUIPower"

HKCR,"igfxsrvc.MCCS\CLSID",,,"{999276E0-DA71-4743-8F02-0AB0A2D65558}"
HKCR,"igfxsrvc.MCCS\CurVer",,,"igfxsrvc.MCCS.1"
HKCR,"igfx.MCCS.1\CLSID",,,"{999276E0-DA71-4743-8F02-0AB0A2D65558}"
HKCR,"CLSID\{999276E0-DA71-4743-8F02-0AB0A2D65558}",,,"MCCS Class"
HKCR,"CLSID\{999276E0-DA71-4743-8F02-0AB0A2D65558}\LocalServer32",,,%11%"\igfxsrvc.exe"
HKCR,"CLSID\{999276E0-DA71-4743-8F02-0AB0A2D65558}\ProgID",,,"igfxsrvc.MCCS.1"
HKCR,"CLSID\{999276E0-DA71-4743-8F02-0AB0A2D65558}\VersionIndependentProgID",,,"igfxsrvc.MCCS"
HKCR,"Interface\{D80D344A-0CCD-4B2F-B379-56DE3EC2C4D1}",,,"IMCCS"

HKCR,"igfxsrvc.OpenGL\CLSID",,,"{DCB2D492-5F4F-4378-8FF4-DA87062D42E3}"
HKCR,"igfxsrvc.OpenGL\CurVer",,,"igfxsrvc.OpenGL.1"
HKCR,"igfx.OpenGL.1\CLSID",,,"{DCB2D492-5F4F-4378-8FF4-DA87062D42E3}"
HKCR,"CLSID\{DCB2D492-5F4F-4378-8FF4-DA87062D42E3}",,,"OpenGL Class"
HKCR,"CLSID\{DCB2D492-5F4F-4378-8FF4-DA87062D42E3}\LocalServer32",,,%11%"\igfxsrvc.exe"
HKCR,"CLSID\{DCB2D492-5F4F-4378-8FF4-DA87062D42E3}\ProgID",,,"igfxsrvc.OpenGL.1"
HKCR,"CLSID\{DCB2D492-5F4F-4378-8FF4-DA87062D42E3}\VersionIndependentProgID",,,"igfxsrvc.OpenGL"
HKCR,"Interface\{965FD393-C149-45F1-863C-402C4E2E38C5}",,,"IOpenGL"

HKCR,"igfxsrvc.Overlay\CLSID",,,"{016B931D-8430-4988-8510-C69C214CFF32}"
HKCR,"igfxsrvc.Overlay\CurVer",,,"igfxsrvc.Overlay.1"
HKCR,"igfx.Overlay.1\CLSID",,,"{016B931D-8430-4988-8510-C69C214CFF32}"
HKCR,"CLSID\{016B931D-8430-4988-8510-C69C214CFF32}",,,"Overlay Class"
HKCR,"CLSID\{016B931D-8430-4988-8510-C69C214CFF32}\LocalServer32",,,%11%"\igfxsrvc.exe"
HKCR,"CLSID\{016B931D-8430-4988-8510-C69C214CFF32}\ProgID",,,"igfxsrvc.Overlay.1"
HKCR,"CLSID\{016B931D-8430-4988-8510-C69C214CFF32}\VersionIndependentProgID",,,"igfxsrvc.Overlay"
HKCR,"Interface\{25824158-68E7-4A6F-A2FD-F6AD1D6845D4}",,,"IOverlay"

HKCR,"igfxsrvc.Rotation\CLSID",,,"{9B908879-E03F-4D0C-ACB3-9065B1155460}"
HKCR,"igfxsrvc.Rotation\CurVer",,,"igfxsrvc.Rotation.1"
HKCR,"igfx.Rotation.1\CLSID",,,"{9B908879-E03F-4D0C-ACB3-9065B1155460}"
HKCR,"CLSID\{9B908879-E03F-4D0C-ACB3-9065B1155460}",,,"Rotation Class"
HKCR,"CLSID\{9B908879-E03F-4D0C-ACB3-9065B1155460}\LocalServer32",,,%11%"\igfxsrvc.exe"
HKCR,"CLSID\{9B908879-E03F-4D0C-ACB3-9065B1155460}\ProgID",,,"igfxsrvc.Rotation.1"
HKCR,"CLSID\{9B908879-E03F-4D0C-ACB3-9065B1155460}\VersionIndependentProgID",,,"igfxsrvc.Rotation"
HKCR,"Interface\{72DC5954-069D-43C4-9B8B-19B59269DC74}",,,"IRotation"

HKCR,"igfxsrvc.Scheme\CLSID",,,"{C071C982-2EB2-4D3A-9821-E4B31B0142C8}"
HKCR,"igfxsrvc.Scheme\CurVer",,,"igfxsrvc.Scheme.1"
HKCR,"igfx.Scheme.1\CLSID",,,"{C071C982-2EB2-4D3A-9821-E4B31B0142C8}"
HKCR,"CLSID\{C071C982-2EB2-4D3A-9821-E4B31B0142C8}",,,"Scheme Class"
HKCR,"CLSID\{C071C982-2EB2-4D3A-9821-E4B31B0142C8}\LocalServer32",,,%11%"\igfxsrvc.exe"
HKCR,"CLSID\{C071C982-2EB2-4D3A-9821-E4B31B0142C8}\ProgID",,,"igfxsrvc.Scheme.1"
HKCR,"CLSID\{C071C982-2EB2-4D3A-9821-E4B31B0142C8}\VersionIndependentProgID",,,"igfxsrvc.Scheme"
HKCR,"Interface\{D5393CA5-EF8F-49E0-B180-212C903C652C}",,,"IScheme"

HKCR,"igfxsrvc.TVParam\CLSID",,,"{12E3793C-7C3C-4C00-BC4E-C79849B3F430}"
HKCR,"igfxsrvc.TVParam\CurVer",,,"igfxsrvc.TVParam.1"
HKCR,"igfx.TVParam.1\CLSID",,,"{12E3793C-7C3C-4C00-BC4E-C79849B3F430}"
HKCR,"CLSID\{12E3793C-7C3C-4C00-BC4E-C79849B3F430}",,,"TVParam Class"
HKCR,"CLSID\{12E3793C-7C3C-4C00-BC4E-C79849B3F430}\LocalServer32",,,%11%"\igfxsrvc.exe"
HKCR,"CLSID\{12E3793C-7C3C-4C00-BC4E-C79849B3F430}\ProgID",,,"igfxsrvc.TVParam.1"
HKCR,"CLSID\{12E3793C-7C3C-4C00-BC4E-C79849B3F430}\VersionIndependentProgID",,,"igfxsrvc.TVParam"
HKCR,"Interface\{DDA11344-AB20-4AEC-94C4-6AA091574CD0}",,,"ITVParam"
;
;proxy stub for igfxsrvc.exe
;
HKCR,"CLSID\{DDA11344-AB20-4AEC-94C4-6AA091574CD0}",,,"PSFactoryBuffer"
HKCR,"CLSID\{DDA11344-AB20-4AEC-94C4-6AA091574CD0}\InProcServer32",,,%11%"\igfxsrvc.dll"
HKCR,"CLSID\{DDA11344-AB20-4AEC-94C4-6AA091574CD0}\InProcServer32","ThreadingModel",,"Both";

HKCR,"Interface\{DDA11344-AB20-4AEC-94C4-6AA091574CD0}",,,"ITVParam"
HKCR,"Interface\{DDA11344-AB20-4AEC-94C4-6AA091574CD0}\ProxyStubClsid32",,,"{DDA11344-AB20-4AEC-94C4-6AA091574CD0}"
HKCR,"Interface\{DDA11344-AB20-4AEC-94C4-6AA091574CD0}\NumMethods",,,"9"

HKCR,"Interface\{916FEC45-8FAB-460F-9BD1-325055E3DEC9}",,,"ISettings"
HKCR,"Interface\{916FEC45-8FAB-460F-9BD1-325055E3DEC9}\ProxyStubClsid32",,,"{DDA11344-AB20-4AEC-94C4-6AA091574CD0}"
HKCR,"Interface\{916FEC45-8FAB-460F-9BD1-325055E3DEC9}\NumMethods",,,"13"

HKCR,"Interface\{D5393CA5-EF8F-49E0-B180-212C903C652C}",,,"IScheme"
HKCR,"Interface\{D5393CA5-EF8F-49E0-B180-212C903C652C}\ProxyStubClsid32",,,"{DDA11344-AB20-4AEC-94C4-6AA091574CD0}"
HKCR,"Interface\{D5393CA5-EF8F-49E0-B180-212C903C652C}\NumMethods",,,"7"

HKCR,"Interface\{72DC5954-069D-43C4-9B8B-19B59269DC74}",,,"IRotation"
HKCR,"Interface\{72DC5954-069D-43C4-9B8B-19B59269DC74}\ProxyStubClsid32",,,"{DDA11344-AB20-4AEC-94C4-6AA091574CD0}"
HKCR,"Interface\{72DC5954-069D-43C4-9B8B-19B59269DC74}\NumMethods",,,"9"

HKCR,"Interface\{25824158-68E7-4A6F-A2FD-F6AD1D6845D4}",,,"IOverlay"
HKCR,"Interface\{25824158-68E7-4A6F-A2FD-F6AD1D6845D4}\ProxyStubClsid32",,,"{DDA11344-AB20-4AEC-94C4-6AA091574CD0}"
HKCR,"Interface\{25824158-68E7-4A6F-A2FD-F6AD1D6845D4}\NumMethods",,,"13"

HKCR,"Interface\{965FD393-C149-45F1-863C-402C4E2E38C5}",,,"IOpenGL"
HKCR,"Interface\{965FD393-C149-45F1-863C-402C4E2E38C5}\ProxyStubClsid32",,,"{DDA11344-AB20-4AEC-94C4-6AA091574CD0}"
HKCR,"Interface\{965FD393-C149-45F1-863C-402C4E2E38C5}\NumMethods",,,"7"

HKCR,"Interface\{D80D344A-0CCD-4B2F-B379-56DE3EC2C4D1}",,,"IMCCS"
HKCR,"Interface\{D80D344A-0CCD-4B2F-B379-56DE3EC2C4D1}\ProxyStubClsid32",,,"{DDA11344-AB20-4AEC-94C4-6AA091574CD0}"
HKCR,"Interface\{D80D344A-0CCD-4B2F-B379-56DE3EC2C4D1}\NumMethods",,,"9"

HKCR,"Interface\{B7C4F4C9-EE21-4042-9C11-BEA5E039B1F9}",,,"IEDID"
HKCR,"Interface\{B7C4F4C9-EE21-4042-9C11-BEA5E039B1F9}\ProxyStubClsid32",,,"{DDA11344-AB20-4AEC-94C4-6AA091574CD0}"
HKCR,"Interface\{B7C4F4C9-EE21-4042-9C11-BEA5E039B1F9}\NumMethods",,,"12"

HKCR,"Interface\{DC61FD6D-FB60-4ABC-BF2E-4DF75C90C601}",,,"IDisplayConfig"
HKCR,"Interface\{DC61FD6D-FB60-4ABC-BF2E-4DF75C90C601}\ProxyStubClsid32",,,"{DDA11344-AB20-4AEC-94C4-6AA091574CD0}"
HKCR,"Interface\{DC61FD6D-FB60-4ABC-BF2E-4DF75C90C601}\NumMethods",,,"15"

HKCR,"Interface\{299D88F9-2CBD-4225-BF19-FCD164C54C3F}",,,"ICUIPower"
HKCR,"Interface\{299D88F9-2CBD-4225-BF19-FCD164C54C3F}\ProxyStubClsid32",,,"{DDA11344-AB20-4AEC-94C4-6AA091574CD0}"
HKCR,"Interface\{299D88F9-2CBD-4225-BF19-FCD164C54C3F}\NumMethods",,,"7"

HKCR,"Interface\{63CDDDB9-A85B-411E-AA78-101B3BC17261}",,,"IColor"
HKCR,"Interface\{63CDDDB9-A85B-411E-AA78-101B3BC17261}\ProxyStubClsid32",,,"{DDA11344-AB20-4AEC-94C4-6AA091574CD0}"
HKCR,"Interface\{63CDDDB9-A85B-411E-AA78-101B3BC17261}\NumMethods",,,"14"

;
; igfxpph.dll self registration entries
;
HKCR,"igfxpph.GraphicsShellExt",,,"GraphicsShellExt Class"
HKCR,"igfxpph.GraphicsShellExt\CLSID",,,"{3AB1675A-CCFF-11D2-8B20-00A0C93CB1F4}"
HKCR,"igfxpph.GraphicsShellExt\CurVer",,,"igfxpph.GraphicsShellExt.1"
HKCR,"igfxpph.GraphicsShellExt.1",,,"GraphicsShellExt Class"
HKCR,"igfxpph.GraphicsShellExt.1\CLSID",,,"{3AB1675A-CCFF-11D2-8B20-00A0C93CB1F4}"
HKCR,"CLSID\{3AB1675A-CCFF-11D2-8B20-00A0C93CB1F4}",,,"GraphicsShellExt Class"
HKCR,"CLSID\{3AB1675A-CCFF-11D2-8B20-00A0C93CB1F4}\InProcServer32",,,%11%"\igfxpph.dll"
HKCR,"CLSID\{3AB1675A-CCFF-11D2-8B20-00A0C93CB1F4}\InProcServer32","ThreadingModel",,"Apartment"
HKCR,"CLSID\{3AB1675A-CCFF-11D2-8B20-00A0C93CB1F4}\ProgID",,,"igfxpph.GraphicsShellExt.1"
HKCR,"CLSID\{3AB1675A-CCFF-11D2-8B20-00A0C93CB1F4}\VersionIndependentProgID",,,"igfxpph.GraphicsShellExt"
HKCR,"CLSID\{3AB1675A-CCFF-11D2-8B20-00A0C93CB1F4}\Programmable",,,

;
; Igfxdo.dll self registration entries
;
HKCR,"Igfxdo.DataObject",,,"DataObject Class"
HKCR,"Igfxdo.DataObject\CLSID",,,"{D4FA3D4E-BE69-11D4-AA30-00902704C6BF}"
HKCR,"Igfxdo.DataObject\CurVer",,,"Igfxdo.DataObject.1"
HKCR,"Igfxdo.DataObject.1",,,"DataObject Class"
HKCR,"Igfxdo.DataObject.1\CLSID",,,"{D4FA3D4E-BE69-11D4-AA30-00902704C6BF}"
HKCR,"CLSID\{D4FA3D4E-BE69-11D4-AA30-00902704C6BF}",,,"DataObject Class"
HKCR,"CLSID\{D4FA3D4E-BE69-11D4-AA30-00902704C6BF}\InProcServer32",,,%11%"\igfxdo.dll"
HKCR,"CLSID\{D4FA3D4E-BE69-11D4-AA30-00902704C6BF}\InProcServer32","ThreadingModel",,"Apartment"
HKCR,"CLSID\{D4FA3D4E-BE69-11D4-AA30-00902704C6BF}\ProgID",,,"Igfxdo.DataObject.1"
HKCR,"CLSID\{D4FA3D4E-BE69-11D4-AA30-00902704C6BF}\VersionIndependentProgID",,,"Igfxdo.DataObject"
HKCR,"CLSID\{D4FA3D4E-BE69-11D4-AA30-00902704C6BF}\Programmable",,,

HKCR,"Igfxdo.DataObjectInit",,,"DataObjectInit Class"
HKCR,"Igfxdo.DataObjectInit\CLSID",,,"{4501A903-BF07-11D4-AA30-00902704C6BF}"
HKCR,"Igfxdo.DataObjectInit\CurVer",,,"Igfxdo.DataObjectInit.1"
HKCR,"Igfxdo.DataObjectInit.1",,,"DataObjectInit Class"
HKCR,"Igfxdo.DataObjectInit.1\CLSID",,,"{4501A903-BF07-11D4-AA30-00902704C6BF}"
HKCR,"CLSID\{4501A903-BF07-11D4-AA30-00902704C6BF}",,,"DataObjectInit Class"
HKCR,"CLSID\{4501A903-BF07-11D4-AA30-00902704C6BF}\InProcServer32",,,%11%"\igfxdo.dll"
HKCR,"CLSID\{4501A903-BF07-11D4-AA30-00902704C6BF}\InProcServer32","ThreadingModel",,"Apartment"
HKCR,"CLSID\{4501A903-BF07-11D4-AA30-00902704C6BF}\ProgID",,,"Igfxdo.DataObjectInit.1"
HKCR,"CLSID\{4501A903-BF07-11D4-AA30-00902704C6BF}\VersionIndependentProgID",,,"Igfxdo.DataObjectInit"
HKCR,"CLSID\{4501A903-BF07-11D4-AA30-00902704C6BF}\Programmable",,,
;
; igfxtray.exe execution on startup
;
HKLM,Software\Microsoft\Windows\CurrentVersion\Run,IgfxTray,,%11%"\igfxtray.exe"
HKLM,Software\Microsoft\Windows\CurrentVersion\Run,HotKeysCmds,,%11%"\hkcmd.exe"
HKLM,Software\Microsoft\Windows\CurrentVersion\Run,PersistenceThread,,%11%"\PersistenceThread.exe"
;
;
; Entries for receiving winlogon unlock event
;

;Disable things Zoom, Overlay, Scheme, PowerSettings, OpenGL 
;scheme
HKLM,"%CUIDeviceIndependentKey%\igfxcfg\resources","4519",,""
;zoom
HKLM,"%CUIDeviceIndependentKey%\igfxcfg\resources","4515",,""
;opengl 3d
HKLM,"%CUIDeviceIndependentKey%\igfxcfg\resources","4518",,""
; ??
HKLM,"%CUIDeviceIndependentKey%\igfxcfg\resources","2909",,""
;overlay
HKLM,"%CUIDeviceIndependentKey%\igfxcfg\resources","4517",,""
;Dual Frequency Power Settings
HKLM,"%CUIDeviceIndependentKey%\igfxcfg\resources","4660",,""

;
; Begin of CUISDK Sections
;

[CUISDK.Copy]
igfxext.exe	; CUI SDK
igfxextps.dll  ; CUI SDK proxy stub

[CUISDK.AddReg]
;
; igfxext.exe self registration entries
;
HKCR,"IgfxExt.CUIExternal\CLSID",,,"{7160A13D-73DA-4CEA-95B9-37356478588A}"
HKCR,"IgfxExt.CUIExternal\CurVer",,,"IgfxExt.CUIExternal.1"
HKCR,"IgfxExt.CUIExternal.1\CLSID",,,"{7160A13D-73DA-4CEA-95B9-37356478588A}"
HKCR,"CLSID\{7160A13D-73DA-4CEA-95B9-37356478588A}",,,"CUIExternal Class"
HKCR,"CLSID\{7160A13D-73DA-4CEA-95B9-37356478588A}\LocalServer32",,,%11%"\igfxext.exe"
HKCR,"CLSID\{7160A13D-73DA-4CEA-95B9-37356478588A}\ProgID",,,"IgfxExt.CUIExternal.1"
HKCR,"CLSID\{7160A13D-73DA-4CEA-95B9-37356478588A}\VersionIndependentProgID",,,"IgfxExt.CUIExternal"
;

;
;proxy stub for igfxext.exe (igfxextps.dll)
;
HKCR,"CLSID\{27E7234F-429F-4787-AC8F-8AADDED01355}",,,"PSFactoryBuffer"
HKCR,"CLSID\{27E7234F-429F-4787-AC8F-8AADDED01355}\InProcServer32",,,%11%"\IGFXEXTPS.DLL"
HKCR,"CLSID\{27E7234F-429F-4787-AC8F-8AADDED01355}\InProcServer32","ThreadingModel",,"Both"

HKCR,"Interface\{F4C4B98D-F59E-4a0c-AEE9-801E0CDB671E}",,,"ICUIExtClientNotify"
HKCR,"Interface\{F4C4B98D-F59E-4a0c-AEE9-801E0CDB671E}\ProxyStubClsid32",,,"{27E7234F-429F-4787-AC8F-8AADDED01355}"
HKCR,"Interface\{F4C4B98D-F59E-4a0c-AEE9-801E0CDB671E}\NumMethods",,,"1"

HKCR,"Interface\{27E7234F-429F-4787-AC8F-8AADDED01355}",,,"ICUIExternal2"
HKCR,"Interface\{27E7234F-429F-4787-AC8F-8AADDED01355}\ProxyStubClsid32",,,"{27E7234F-429F-4787-AC8F-8AADDED01355}"
HKCR,"Interface\{27E7234F-429F-4787-AC8F-8AADDED01355}\NumMethods",,,"8"

HKCR,"Interface\{70F8C65F-06AA-443b-9E6B-7C73808F07E5}",,,"ICUIExternal3"
HKCR,"Interface\{70F8C65F-06AA-443b-9E6B-7C73808F07E5}\ProxyStubClsid32",,,"{27E7234F-429F-4787-AC8F-8AADDED01355}"
HKCR,"Interface\{70F8C65F-06AA-443b-9E6B-7C73808F07E5}\NumMethods",,,"2"

HKCR,"Interface\{3473E05A-3317-4df5-9098-E5387C94D1B0}",,,"ICUIExternalDual"
HKCR,"Interface\{3473E05A-3317-4df5-9098-E5387C94D1B0}\ProxyStubClsid32",,,"{27E7234F-429F-4787-AC8F-8AADDED01355}"
HKCR,"Interface\{3473E05A-3317-4df5-9098-E5387C94D1B0}\NumMethods",,,"0"

HKCR,"Interface\{5DC5B31E-0C28-4679-B8D8-32CF2F9BACED}",,,"ICUIExternal4"
HKCR,"Interface\{5DC5B31E-0C28-4679-B8D8-32CF2F9BACED}\ProxyStubClsid32",,,"{27E7234F-429F-4787-AC8F-8AADDED01355}"
HKCR,"Interface\{5DC5B31E-0C28-4679-B8D8-32CF2F9BACED}\NumMethods",,,"7"

HKCR,"Interface\{A05C525D-B4CB-4108-BFF7-1ACF1A14F00A}",,,"ICUIExternal5"
HKCR,"Interface\{A05C525D-B4CB-4108-BFF7-1ACF1A14F00A}\ProxyStubClsid32",,,"{27E7234F-429F-4787-AC8F-8AADDED01355}"
HKCR,"Interface\{A05C525D-B4CB-4108-BFF7-1ACF1A14F00A}\NumMethods",,,"5"

HKCR,"Interface\{AFB6489F-4515-44AA-8DF7-ED28EA46283C}",,,"ICUIExternal6"
HKCR,"Interface\{AFB6489F-4515-44AA-8DF7-ED28EA46283C}\ProxyStubClsid32",,,"{27E7234F-429F-4787-AC8F-8AADDED01355}"
HKCR,"Interface\{AFB6489F-4515-44AA-8DF7-ED28EA46283C}\NumMethods",,,"12"

HKCR,"Interface\{2CED2F89-627B-4E5D-840F-B126EE858CD8}",,,"ICUIExternal7"
HKCR,"Interface\{2CED2F89-627B-4E5D-840F-B126EE858CD8}\ProxyStubClsid32",,,"{27E7234F-429F-4787-AC8F-8AADDED01355}"
HKCR,"Interface\{2CED2F89-627B-4E5D-840F-B126EE858CD8}\NumMethods",,,"2"

HKCR,"Interface\{F932C038-6484-45ca-8FA1-7C8C279F7AEE}",,,"ICUIExternal8"
HKCR,"Interface\{F932C038-6484-45ca-8FA1-7C8C279F7AEE}\ProxyStubClsid32",,,"{27E7234F-429F-4787-AC8F-8AADDED01355}"
HKCR,"Interface\{F932C038-6484-45ca-8FA1-7C8C279F7AEE}\NumMethods",,,"2"

HKCR,"Interface\{86709F66-89C5-4b19-A83F-E4995E21599A}",,,"ICUIDownScale"
HKCR,"Interface\{86709F66-89C5-4b19-A83F-E4995E21599A}\ProxyStubClsid32",,,"{27E7234F-429F-4787-AC8F-8AADDED01355}"
HKCR,"Interface\{86709F66-89C5-4b19-A83F-E4995E21599A}\NumMethods",,,"4"

[CUISDK.DelReg]
HKR,Igfxext

;
; End of CUISDK Sections
;

[Strings]
;
; Customizable Strings
;
CUIDeviceIndependentKey="Software\Intel\Display\igfxcui"
DisplayKey="Software\Intel\Display"

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_DWORD      = 0x00010001
REG_BINARY     = 0x00000001
REG_EXPAND_SZ  = 0x00020000
SERVICEROOT    = "System\CurrentControlSet\Services"

;
; Localizable Strings
;

DiskId        = "Intel(R) Graphics Media Accelerator Driver"
Intel           = "Intel Corporation"
iPLB    = "Intel(R) Graphics Media Accelerator 500"
iPLBUL11L    = "Intel(R) Graphics Media Accelerator 500"

;
; Locale specific resource file path strings for neutral language
;
LngResDir="ENU"

; Arabic language strings
[Strings.0401]
;
; Customizable Strings
;
CUIDeviceIndependentKey="Software\Intel\Display\igfxcui"
DisplayKey="Software\Intel\Display"

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_DWORD      = 0x00010001
REG_BINARY     = 0x00000001
REG_EXPAND_SZ  = 0x00020000
SERVICEROOT    = "System\CurrentControlSet\Services"

;
; Localizable Strings
;

DiskId        = "Intel(R) Graphics Media Accelerator Driver"
Intel           = "Intel Corporation"
iPLB    = "Intel(R) Graphics Media Accelerator 500"
iPLBUL11L    = "Intel(R) Graphics Media Accelerator 500"

;
; Locale specific resource file path strings for Arabic language
;
LngResDir="ARA"

; Simplified Chinese language strings
[Strings.0804]
;
; Customizable Strings
;
CUIDeviceIndependentKey="Software\Intel\Display\igfxcui"
DisplayKey="Software\Intel\Display"

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_DWORD      = 0x00010001
REG_BINARY     = 0x00000001
REG_EXPAND_SZ  = 0x00020000
SERVICEROOT    = "System\CurrentControlSet\Services"

;
; Localizable Strings
;

DiskId        = "Intel(R) Graphics Media Accelerator Driver"
Intel           = "Intel Corporation"
iPLB    = "Intel(R) Graphics Media Accelerator 500"
iPLBUL11L    = "Intel(R) Graphics Media Accelerator 500"

;
; Locale specific resource file path strings for Simplified Chinese language
;
LngResDir="CHS"

; Traiditional Chinese language strings
[Strings.0404]
;
; Customizable Strings
;
CUIDeviceIndependentKey="Software\Intel\Display\igfxcui"
DisplayKey="Software\Intel\Display"

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_DWORD      = 0x00010001
REG_BINARY     = 0x00000001
REG_EXPAND_SZ  = 0x00020000
SERVICEROOT    = "System\CurrentControlSet\Services"

;
; Localizable Strings
;

DiskId        = "Intel(R) Graphics Media Accelerator Driver"
Intel           = "Intel Corporation"
iPLB    = "Intel(R) Graphics Media Accelerator 500"
iPLBUL11L    = "Intel(R) Graphics Media Accelerator 500"

;
; Locale specific resource file path strings for Traditional Chinese language
;
LngResDir="CHT"

; Czechoslovakian language strings
[Strings.0005]
;
; Customizable Strings
;
CUIDeviceIndependentKey="Software\Intel\Display\igfxcui"
DisplayKey="Software\Intel\Display"

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_DWORD      = 0x00010001
REG_BINARY     = 0x00000001
REG_EXPAND_SZ  = 0x00020000
SERVICEROOT    = "System\CurrentControlSet\Services"

;
; Localizable Strings
;

DiskId        = "Intel(R) Graphics Media Accelerator Driver"
Intel           = "Intel Corporation"
iPLB    = "Intel(R) Graphics Media Accelerator 500"
iPLBUL11L    = "Intel(R) Graphics Media Accelerator 500"

;
; Locale specific resource file name strings for Czechoslovakian language
;
LngResDir="CSY"

; Danish language strings
[Strings.0006]
;
; Customizable Strings
;
CUIDeviceIndependentKey="Software\Intel\Display\igfxcui"
DisplayKey="Software\Intel\Display"

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_DWORD      = 0x00010001
REG_BINARY     = 0x00000001
REG_EXPAND_SZ  = 0x00020000
SERVICEROOT    = "System\CurrentControlSet\Services"

;
; Localizable Strings
;

DiskId        = "Intel(R) Graphics Media Accelerator Driver"
Intel           = "Intel Corporation"
iPLB    = "Intel(R) Graphics Media Accelerator 500"
iPLBUL11L    = "Intel(R) Graphics Media Accelerator 500"

;
; Locale specific resource file path strings for Danish language
;
LngResDir="DAN"

; German language strings
[Strings.0407]
;
; Customizable Strings
;
CUIDeviceIndependentKey="Software\Intel\Display\igfxcui"
DisplayKey="Software\Intel\Display"

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_DWORD      = 0x00010001
REG_BINARY     = 0x00000001
REG_EXPAND_SZ  = 0x00020000
SERVICEROOT    = "System\CurrentControlSet\Services"

;
; Localizable Strings
;

DiskId        = "Intel(R) Graphics Media Accelerator Driver"
Intel           = "Intel Corporation"
iPLB    = "Intel(R) Graphics Media Accelerator 500"
iPLBUL11L    = "Intel(R) Graphics Media Accelerator 500"

;
; Locale specific resource file path strings for German language
;
LngResDir="DEU"

; Greek language strings
[Strings.0008]
;
; Customizable Strings
;
CUIDeviceIndependentKey="Software\Intel\Display\igfxcui"
DisplayKey="Software\Intel\Display"

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_DWORD      = 0x00010001
REG_BINARY     = 0x00000001
REG_EXPAND_SZ  = 0x00020000
SERVICEROOT    = "System\CurrentControlSet\Services"

;
; Localizable Strings
;

DiskId        = "Intel(R) Graphics Media Accelerator Driver"
Intel           = "Intel Corporation"
iPLB    = "Intel(R) Graphics Media Accelerator 500"
iPLBUL11L    = "Intel(R) Graphics Media Accelerator 500"

;
; Locale specific resource file path strings for Greek language
;
LngResDir="ELL"

; Spanish language strings
[Strings.0c0a]
;
; Customizable Strings
;
CUIDeviceIndependentKey="Software\Intel\Display\igfxcui"
DisplayKey="Software\Intel\Display"

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_DWORD      = 0x00010001
REG_BINARY     = 0x00000001
REG_EXPAND_SZ  = 0x00020000
SERVICEROOT    = "System\CurrentControlSet\Services"

;
; Localizable Strings
;

DiskId        = "Intel(R) Graphics Media Accelerator Driver"
Intel           = "Intel Corporation"
iPLB    = "Intel(R) Graphics Media Accelerator 500"
iPLBUL11L    = "Intel(R) Graphics Media Accelerator 500"

;
; Locale specific resource file path strings for Spanish language
;
LngResDir="ESP"

; Finish language strings
[Strings.000b]
;
; Customizable Strings
;
CUIDeviceIndependentKey="Software\Intel\Display\igfxcui"
DisplayKey="Software\Intel\Display"

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_DWORD      = 0x00010001
REG_BINARY     = 0x00000001
REG_EXPAND_SZ  = 0x00020000
SERVICEROOT    = "System\CurrentControlSet\Services"

;
; Localizable Strings
;

DiskId        = "Intel(R) Graphics Media Accelerator Driver"
Intel           = "Intel Corporation"
iPLB    = "Intel(R) Graphics Media Accelerator 500"
iPLBUL11L    = "Intel(R) Graphics Media Accelerator 500"

;
; Locale specific resource file path strings for Finish language
;
LngResDir="FIN"

; French language strings
[Strings.040c]
;
; Customizable Strings
;
CUIDeviceIndependentKey="Software\Intel\Display\igfxcui"
DisplayKey="Software\Intel\Display"

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_DWORD      = 0x00010001
REG_BINARY     = 0x00000001
REG_EXPAND_SZ  = 0x00020000
SERVICEROOT    = "System\CurrentControlSet\Services"

;
; Localizable Strings
;

DiskId        = "Intel(R) Graphics Media Accelerator Driver"
Intel           = "Intel Corporation"
iPLB    = "Intel(R) Graphics Media Accelerator 500"
iPLBUL11L    = "Intel(R) Graphics Media Accelerator 500"

;
; Locale specific resource file path strings for French language
;
LngResDir="FRA"

; Hebrew Language strings
[Strings.000d]
;
; Customizable Strings
;
CUIDeviceIndependentKey="Software\Intel\Display\igfxcui"
DisplayKey="Software\Intel\Display"

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_DWORD      = 0x00010001
REG_BINARY     = 0x00000001
REG_EXPAND_SZ  = 0x00020000
SERVICEROOT    = "System\CurrentControlSet\Services"

;
; Localizable Strings
;

DiskId        = "Intel(R) Graphics Media Accelerator Driver"
Intel           = "Intel Corporation"
iPLB    = "Intel(R) Graphics Media Accelerator 500"
iPLBUL11L    = "Intel(R) Graphics Media Accelerator 500"

;
; Locale specific resource file path strings for Hebrew Language
;
LngResDir="HEB"

; Hungarian language strings
[Strings.000e]
;
; Customizable Strings
;
CUIDeviceIndependentKey="Software\Intel\Display\igfxcui"
DisplayKey="Software\Intel\Display"

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_DWORD      = 0x00010001
REG_BINARY     = 0x00000001
REG_EXPAND_SZ  = 0x00020000
SERVICEROOT    = "System\CurrentControlSet\Services"

;
; Localizable Strings
;

DiskId        = "Intel(R) Graphics Media Accelerator Driver"
Intel           = "Intel Corporation"
iPLB    = "Intel(R) Graphics Media Accelerator 500"
iPLBUL11L    = "Intel(R) Graphics Media Accelerator 500"

;
; Locale specific resource file path strings for Hungarian language
;
LngResDir="HUN"

; Italian language strings
[Strings.0410]
;
; Customizable Strings
;
CUIDeviceIndependentKey="Software\Intel\Display\igfxcui"
DisplayKey="Software\Intel\Display"

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_DWORD      = 0x00010001
REG_BINARY     = 0x00000001
REG_EXPAND_SZ  = 0x00020000
SERVICEROOT    = "System\CurrentControlSet\Services"

;
; Localizable Strings
;

DiskId        = "Intel(R) Graphics Media Accelerator Driver"
Intel           = "Intel Corporation"
iPLB    = "Intel(R) Graphics Media Accelerator 500"
iPLBUL11L    = "Intel(R) Graphics Media Accelerator 500"

;
; Locale specific resource file path strings for Italian language
;
LngResDir="ITA"

; Japanese language strings
[Strings.0011]
;
; Customizable Strings
;
CUIDeviceIndependentKey="Software\Intel\Display\igfxcui"
DisplayKey="Software\Intel\Display"

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_DWORD      = 0x00010001
REG_BINARY     = 0x00000001
REG_EXPAND_SZ  = 0x00020000
SERVICEROOT    = "System\CurrentControlSet\Services"

;
; Localizable Strings
;

DiskId        = "Intel(R) Graphics Media Accelerator Driver"
Intel           = "Intel Corporation"
iPLB    = "Intel(R) Graphics Media Accelerator 500"
iPLBUL11L    = "Intel(R) Graphics Media Accelerator 500"

;
; Locale specific resource file path strings for Japanese language
;
LngResDir="JPN"

; Korean language strings
[Strings.0012]
;
; Customizable Strings
;
CUIDeviceIndependentKey="Software\Intel\Display\igfxcui"
DisplayKey="Software\Intel\Display"

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_DWORD      = 0x00010001
REG_BINARY     = 0x00000001
REG_EXPAND_SZ  = 0x00020000
SERVICEROOT    = "System\CurrentControlSet\Services"

;
; Localizable Strings
;

DiskId        = "Intel(R) Graphics Media Accelerator Driver"
Intel           = "Intel Corporation"
iPLB    = "Intel(R) Graphics Media Accelerator 500"
iPLBUL11L    = "Intel(R) Graphics Media Accelerator 500"

;
; Locale specific resource file path strings for Korean language
;
LngResDir="KOR"

; Dutch language strings
[Strings.0413]
;
; Customizable Strings
;
CUIDeviceIndependentKey="Software\Intel\Display\igfxcui"
DisplayKey="Software\Intel\Display"

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_DWORD      = 0x00010001
REG_BINARY     = 0x00000001
REG_EXPAND_SZ  = 0x00020000
SERVICEROOT    = "System\CurrentControlSet\Services"

;
; Localizable Strings
;

DiskId        = "Intel(R) Graphics Media Accelerator Driver"
Intel           = "Intel Corporation"
iPLB    = "Intel(R) Graphics Media Accelerator 500"
iPLBUL11L    = "Intel(R) Graphics Media Accelerator 500"

;
; Locale specific resource file path strings for Dutch language
;
LngResDir="NLD"

; Norwegian language strings
[Strings.0014]
;
; Customizable Strings
;
CUIDeviceIndependentKey="Software\Intel\Display\igfxcui"
DisplayKey="Software\Intel\Display"

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_DWORD      = 0x00010001
REG_BINARY     = 0x00000001
REG_EXPAND_SZ  = 0x00020000
SERVICEROOT    = "System\CurrentControlSet\Services"

;
; Localizable Strings
;

DiskId        = "Intel(R) Graphics Media Accelerator Driver"
Intel           = "Intel Corporation"
iPLB    = "Intel(R) Graphics Media Accelerator 500"
iPLBUL11L    = "Intel(R) Graphics Media Accelerator 500"

;
; Locale specific resource file path strings for Norwegian language
;
LngResDir="NOR"

; Polish language strings
[Strings.0015]
;
; Customizable Strings
;
CUIDeviceIndependentKey="Software\Intel\Display\igfxcui"
DisplayKey="Software\Intel\Display"

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_DWORD      = 0x00010001
REG_BINARY     = 0x00000001
REG_EXPAND_SZ  = 0x00020000
SERVICEROOT    = "System\CurrentControlSet\Services"

;
; Localizable Strings
;

DiskId        = "Intel(R) Graphics Media Accelerator Driver"
Intel           = "Intel Corporation"
iPLB    = "Intel(R) Graphics Media Accelerator 500"
iPLBUL11L    = "Intel(R) Graphics Media Accelerator 500"

;
; Locale specific resource file path strings for Polish language
;
LngResDir="PLK"

; Portugese language strings
[Strings.0816]
;
; Customizable Strings
;
CUIDeviceIndependentKey="Software\Intel\Display\igfxcui"
DisplayKey="Software\Intel\Display"

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_DWORD      = 0x00010001
REG_BINARY     = 0x00000001
REG_EXPAND_SZ  = 0x00020000
SERVICEROOT    = "System\CurrentControlSet\Services"

;
; Localizable Strings
;

DiskId        = "Intel(R) Graphics Media Accelerator Driver"
Intel           = "Intel Corporation"
iPLB    = "Intel(R) Graphics Media Accelerator 500"
iPLBUL11L    = "Intel(R) Graphics Media Accelerator 500"

;
; Locale specific resource file path strings for Portugese language
;
LngResDir="PTG"

; Brazilian Portugese language strings
[Strings.0416]
;
; Customizable Strings
;
CUIDeviceIndependentKey="Software\Intel\Display\igfxcui"
DisplayKey="Software\Intel\Display"

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_DWORD      = 0x00010001
REG_BINARY     = 0x00000001
REG_EXPAND_SZ  = 0x00020000
SERVICEROOT    = "System\CurrentControlSet\Services"

;
; Localizable Strings
;

DiskId        = "Intel(R) Graphics Media Accelerator Driver"
Intel           = "Intel Corporation"
iPLB    = "Intel(R) Graphics Media Accelerator 500"
iPLBUL11L    = "Intel(R) Graphics Media Accelerator 500"

;
; Locale specific resource file path strings for Brazilian Portugese language
;
LngResDir="PTB"

; Russian language strings
[Strings.0019]
;
; Customizable Strings
;
CUIDeviceIndependentKey="Software\Intel\Display\igfxcui"
DisplayKey="Software\Intel\Display"

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_DWORD      = 0x00010001
REG_BINARY     = 0x00000001
REG_EXPAND_SZ  = 0x00020000
SERVICEROOT    = "System\CurrentControlSet\Services"

;
; Localizable Strings
;

DiskId        = "Intel(R) Graphics Media Accelerator Driver"
Intel           = "Intel Corporation"
iPLB    = "Intel(R) Graphics Media Accelerator 500"
iPLBUL11L    = "Intel(R) Graphics Media Accelerator 500"

;
; Locale specific resource file path strings for Russian language
;
LngResDir="RUS"

; Swedish language strings
[Strings.041d]
;
; Customizable Strings
;
CUIDeviceIndependentKey="Software\Intel\Display\igfxcui"
DisplayKey="Software\Intel\Display"

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_DWORD      = 0x00010001
REG_BINARY     = 0x00000001
REG_EXPAND_SZ  = 0x00020000
SERVICEROOT    = "System\CurrentControlSet\Services"

;
; Localizable Strings
;

DiskId        = "Intel(R) Graphics Media Accelerator Driver"
Intel           = "Intel Corporation"
iPLB    = "Intel(R) Graphics Media Accelerator 500"
iPLBUL11L    = "Intel(R) Graphics Media Accelerator 500"

;
; Locale specific resource file path strings for Swedish language
;
LngResDir="SVE"

; Thai language strings
[Strings.001e]
;
; Customizable Strings
;
CUIDeviceIndependentKey="Software\Intel\Display\igfxcui"
DisplayKey="Software\Intel\Display"

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_DWORD      = 0x00010001
REG_BINARY     = 0x00000001
REG_EXPAND_SZ  = 0x00020000
SERVICEROOT    = "System\CurrentControlSet\Services"

;
; Localizable Strings
;

DiskId        = "Intel(R) Graphics Media Accelerator Driver"
Intel           = "Intel Corporation"
iPLB    = "Intel(R) Graphics Media Accelerator 500"
iPLBUL11L    = "Intel(R) Graphics Media Accelerator 500"

;
; Locale specific resource file path strings for Thai language
;
LngResDir="THA"

; Turkish language strings
[Strings.001f]
;
; Customizable Strings
;
CUIDeviceIndependentKey="Software\Intel\Display\igfxcui"
DisplayKey="Software\Intel\Display"

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_DWORD      = 0x00010001
REG_BINARY     = 0x00000001
REG_EXPAND_SZ  = 0x00020000
SERVICEROOT    = "System\CurrentControlSet\Services"

;
; Localizable Strings
;

DiskId        = "Intel(R) Graphics Media Accelerator Driver"
Intel           = "Intel Corporation"
iPLB    = "Intel(R) Graphics Media Accelerator 500"
iPLBUL11L    = "Intel(R) Graphics Media Accelerator 500"

;
; Locale specific resource file path strings for Turkish language
;
LngResDir="TRK"

;
; End of Strings sections for all languages
;
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.43