Hey,
On both 167.43 and .44, i get a score of 4800 marks, Vista HP mode. I do not know how to fix it please help
-
-
Seems that you need to set PowerMizer (in Nvidia Control Panel) to max performance... or try newer drivers.
-
/Ok, i opened the Nvidia CP, now what do i clikc on to access the powermizer
-
I don't think the 8800GTX drivers from sager has powermizer. Have you tried the drivers from your CD? I think the drivers on the sager site will cut your performance in half. You can also try the 167.43 drivers from here.
http://www.laptopvideo2go.com/forum/index.php?showforum=84
I don't think the 167.44 drivers work. -
The drivers on the cd also gave me the same score...
-
I actually did some research on PowerMizer earlier today because I wanted it for when I bring my NP5793 to class (improve battery life, maybe use gfx card less = less fans).
Apparently, PowerMizer just isn't available with Vista, and currently there's no way to get it. Unfortunately, I can't find the Nvidia page I was on that last told me that--sorry! -
Interestingly enough, I just found that Vista's "Select a power plan" feature has an effect on clock speeds in the same way that PowerMizer does -- see bottom of page at http://www.laptopvideo2go.com/forum/index.php?act=Print&client=printer&f=3&t=15032
In short, make sure your current power plan is set to "High performance," which you might do by double clicking the battery icon in your bottom right tray on the start bar.
(Nevermind, I think you meant "high performance" when you said "HP." Still interesting, though.) -
You can modify the INF before installing the videocard to include the PowerMizer option in the Nvidia Control Panel.
I did it on several notebooks with Nvidia cards.
-OR-
Try these drivers for 8800M GTX:
Vista 167.55 drivers
It should work for the Clevo's. -
Cool, I'll have to check that out. Thanks!
-
-
Thats the only there is at the moment.
I thought it should have worked for Vista x64 as well. -
it didnt,
how do you mod the INF? -
Here is a 167.44 for Vista x64:
http://www.laptopvideo2go.com/forum/index.php?showtopic=17142 -
Thats the one i tried...
-
Oh I see.
here is where I learned to modify the INF for powermizer:
http://www.laptopvideo2go.com/forum/index.php?showtopic=9053
___________________
Virtually any power change will drop your GPU speed to "Max Power Savings" which is very slow, and will lock it there until you reboot. To work around it, you need to add or modify the following four lines in the [ nv_SoftwareDeviceSettings] section of your inf:
Code:HKR,, PowerMizerDefault, %REG_DWORD%, 1 HKR,, PowerMizerEnable, %REG_DWORD%, 0 HKR,, PowerMizerLevel, %REG_BINARY%, 01,00,00,00 HKR,, PowerMizerLevelAC, %REG_BINARY%, 01,00,00,00
-
how to acess that section of the inf? (sorry 4 my noobish questions)
woot 500 posts -
You have to go to the Nvidia drivers folder (usually on C: Drive) that was extracted onto your HDD when you installed it.
Example:
-you got the Sager 167.43 drivers
-you double clicked the EXE and it extracted the contents into:
C:\NVIDIA\{OS here}\167.43\
Then you go into the folder and look for the nv4_disp.inf
That is the INF that needs to be modified.
_______________
-Then you need to go to fully uninstall the current driver you have (even if you have to do it in safe mode).
-Now go into the drivers folder and double-clicked the setup.exe
Now it should install your drivers with the modified INF. -
apparaenly i dont have that folder, ill try using search...
-
wth
nothing was found....
EDIT: Got it -
So do we add those 4 lines or replace the previous ones with them?
-
pretty much.... but just make sure that the line are exactly the same... except for the 0's and 1's at the end of each line.
you can just change the 0's and 1's instead of overwriting all of the lines... to be safe. -
OK, so i tryed to add them in notepad and it said that
Cannot creat the ..inf file
please make sure file path and direectory is correct
wth?!? -
here is the unmodded version:
[nv_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, nv4_disp
HKR,, VgaCompatible, %REG_DWORD%, 0
HKR,, NV_R&T, %REG_MULTI_SZ%, "R&T0000=*,*,*,*,*,IBM251F.VSC2F0C.VSC3411.VSC3E19,HDLK"
HKR,, NV_R&T, %REG_SZ_APPEND%,"R&T0001=1920,1080,*,30,*,CRTX,OEM,7425,2200,48,56,562,2,5,++I"
HKR,, "DefaultSettings.XResolution",%REG_DWORD%,800
HKR,, "DefaultSettings.YResolution",%REG_DWORD%,600
HKR,, CapabilityOverride, %REG_DWORD%, 8
HKR,, NV_Modes, %REG_MULTI_SZ%, "{*}S 720x480 720x576=1;320x200 320x240 400x300 480x360 512x384 640x400=F;SHV 1920x1080x32 1920x1200x32 1920x1440 2048x1536=1F;640x480 800x600 848x480 960x600 1024x768x8,16 1088x612x8,16=1FFF;1600x1024x32 1600x1200x32 1920x1080x8,16 1920x1200x8,16=3F;1280x720x32 1280x768x32 1280x800x32 1280x960x32 1280x1024x32 1360x768x32 1600x900x8,16=3FF;1600x900x32 1600x1024x8,16 1600x1200x8,16=7F;"
HKR,, NV_Modes, %REG_SZ_APPEND%, "1152x864x32 1280x720x8,16 1280x768x8,16 1280x800x8,16 1280x960x8,16 1280x1024x8,16 1360x768x8,16=7FF;1920x1080=C01E;1024x768x32 1088x612x32 1152x864x8,16=FFF;{49-4E,CE,14B-14E,170-1F0,308-30A,32A-32F,338-33F,34E,34F}SH 960x1200=803D;{49-4E,CE,14B-14E,170-1F0,338,33F}SHV 800x600 1024x768 1280x1024 1600x1200 1920x1154 1920x1200=8032;" -
there does not seem to be a Powermizer setting in that INF.
Can you copy and paste the entire INF
Go Advanced... and use theCode:option to display it... (its the button that looks like [B]#[/B]
-
Code:
; NVIDIA Windows AMD64 Display INF file ; Copyright (c) NVIDIA Corporation. All rights reserved. ;;++ Added by AddSDisk.cmd [SourceDisksNames] 3426=windows cd [SourceDisksFiles] nv4_disp.dll = 3426 nv4_mini.sys = 3426 ;;-- [SignatureAttributes] nv4_disp.dll=SignatureAttributes.PETrust [SignatureAttributes.PETrust] PETrust=true [Version] Signature = "$Windows NT$" Provider = %NVIDIA% ;; Commented by AddSDisk.cmd ;; LayoutFile = layout.inf ClassGUID = {4D36E968-E325-11CE-BFC1-08002BE10318} Class = Display DriverVer=06/21/2006,6.0.6000.16386 [DestinationDirs] DefaultDestDir = 11 nv4.Miniport = 12 nv.Display = 11 nv.oldrm = 12 nv.delete.systemfiles = 11 [Manufacturer] %NVIDIA% = NVIDIA.Mfg,NTamd64 [NVIDIA.Mfg.NTamd64] %NVIDIA_NV17.DEV_0170.1% = nv4, PCI\VEN_10DE&DEV_0170 %NVIDIA_NV17.DEV_0171.1% = nv4, PCI\VEN_10DE&DEV_0171 %NVIDIA_NV17.DEV_0172.1% = nv4, PCI\VEN_10DE&DEV_0172 %NVIDIA_NV17.DEV_0173.1% = nv4, PCI\VEN_10DE&DEV_0173 %NVIDIA_NV17.DEV_0178.1% = nv4, PCI\VEN_10DE&DEV_0178 %NVIDIA_NV17.DEV_017A.1% = nv4, PCI\VEN_10DE&DEV_017A %NVIDIA_NV18.DEV_0181.1% = nv4, PCI\VEN_10DE&DEV_0181 %NVIDIA_NV18.DEV_0182.1% = nv4, PCI\VEN_10DE&DEV_0182 %NVIDIA_NV18.DEV_0183.1% = nv4, PCI\VEN_10DE&DEV_0183 %NVIDIA_NV18.DEV_0185.1% = nv4, PCI\VEN_10DE&DEV_0185 %NVIDIA_NV18.DEV_0188.1% = nv4, PCI\VEN_10DE&DEV_0188 %NVIDIA_NV18.DEV_018A.1% = nv4, PCI\VEN_10DE&DEV_018A %NVIDIA_NV18.DEV_018B.1% = nv4, PCI\VEN_10DE&DEV_018B [ControlFlags] ExcludeFromSelect = * [nv4] FeatureScore=FD CopyFiles = nv4.Miniport, nv.Display DelFiles = nv.oldrm, nv.delete.systemfiles [nv4.SoftwareSettings] AddReg = nv_SoftwareDeviceSettings AddReg = Default16BPP_AddReg DelReg = nv_ClearRegistrySwitches [nv4.Services] AddService = nv, 0x00000002, nv4_Generic_Service_Inst, nv4_EventLog_Inst DelService = nvarch DelService = nvgfx DelService = nvsvc [nv4.GeneralConfigData] MaximumDeviceMemoryConfiguration = 80 MaximumNumberOfDevices = 4 [nv4_Generic_Service_Inst] ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 0 ; SERVICE_ERROR_IGNORE LoadOrderGroup = Video ServiceBinary = %12%\nv4_mini.sys AddReg = nv4_Generic_Service_AddReg [nv4_EventLog_Inst] AddReg = nv4_EventLog_AddReg [nv4_EventLog_AddReg] HKR,, EventMessageFile, 0x00020000, "%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\nv4_mini.sys" HKR,, TypesSupported, 0x00010001, 7 [nv4_Generic_Service_AddReg] HKR, Video, Service, %REG_SZ%, nv [nv.Display] nv4_disp.dll [nv4.Miniport] nv4_mini.sys [nv.oldrm] nvarch.sys,,,1 nvgfx.sys,,,1 [nv.delete.systemfiles] nv4oglnt.dll,,,1 nvopenglnt.dll,,,1 nvinstnt.dll,,,1 nvdmcpl.dll,,,1 nvdesk32.dll,,,1 nvqtwk.dll,,,1 dmcpl.exe,,,1 nviewimg.dll,,,1 nvnt4cpl.dll,,,1 nvcpl.dll,,,1 [nv_SoftwareDeviceSettings] HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, nv4_disp HKR,, VgaCompatible, %REG_DWORD%, 0 HKR,, NV_R&T, %REG_MULTI_SZ%, "R&T0000=*,*,*,*,*,IBM251F.VSC2F0C.VSC3411.VSC3E19,HDLK" HKR,, NV_R&T, %REG_SZ_APPEND%,"R&T0001=1920,1080,*,30,*,CRTX,OEM,7425,2200,48,56,562,2,5,++I" HKR,, "DefaultSettings.XResolution",%REG_DWORD%,800 HKR,, "DefaultSettings.YResolution",%REG_DWORD%,600 HKR,, CapabilityOverride, %REG_DWORD%, 8 HKR,, NV_Modes, %REG_MULTI_SZ%, "{*}S 720x480 720x576=1;320x200 320x240 400x300 480x360 512x384 640x400=F;SHV 1920x1080x32 1920x1200x32 1920x1440 2048x1536=1F;640x480 800x600 848x480 960x600 1024x768x8,16 1088x612x8,16=1FFF;1600x1024x32 1600x1200x32 1920x1080x8,16 1920x1200x8,16=3F;1280x720x32 1280x768x32 1280x800x32 1280x960x32 1280x1024x32 1360x768x32 1600x900x8,16=3FF;1600x900x32 1600x1024x8,16 1600x1200x8,16=7F;" HKR,, NV_Modes, %REG_SZ_APPEND%, "1152x864x32 1280x720x8,16 1280x768x8,16 1280x800x8,16 1280x960x8,16 1280x1024x8,16 1360x768x8,16=7FF;1920x1080=C01E;1024x768x32 1088x612x32 1152x864x8,16=FFF;{49-4E,CE,14B-14E,170-1F0,308-30A,32A-32F,338-33F,34E,34F}SH 960x1200=803D;{49-4E,CE,14B-14E,170-1F0,338,33F}SHV 800x600 1024x768 1280x1024 1600x1200 1920x1154 1920x1200=8032;" [Default16BPP_AddReg] HKR,, "DefaultSettings.BitsPerPel",%REG_DWORD%,16 [Default32BPP_AddReg] HKR,, "DefaultSettings.BitsPerPel",%REG_DWORD%,32 [nv_ClearRegistrySwitches] HKR,, NVREGSWITCHES HKR,, NV4_Modes HKR,, NV5_Modes HKR,, NV0A_Modes HKR,, NVVANTA_Modes HKR,, NV5M64_Modes HKR,, NV5ULTRA_Modes HKR,, NV10_Modes HKR,, NV10DDR_Modes HKR,, NV10GL_Modes HKR,, NV11_Modes HKR,, NV11DDR_Modes HKR,, NV11GL_Modes HKR,, CRUSH11_Modes HKR,, NV15_Modes HKR,, NV15DDR_Modes HKR,, NV15BR_Modes HKR,, NV15GL_Modes HKR,, NV17_Modes HKR,, NV17GL_Modes HKR,, NV18_Modes HKR,, NV18GL_Modes HKR,, NV1F_Modes HKR,, NV20_Modes HKR,, NV20_1_Modes HKR,, NV20_2_Modes HKR,, NV20_3_Modes HKR,, NV25_Modes HKR,, NV25GL_Modes HKR,, NV28_Modes HKR,, NV28GL_Modes HKR,, NV30_Modes HKR,, NV30GL_Modes HKR,, NV4_Modes_Delta HKR,, NV5_Modes_Delta HKR,, NV0A_Modes_Delta HKR,, NVVANTA_Modes_Delta HKR,, NV5M64_Modes_Delta HKR,, NV5ULTRA_Modes_Delta HKR,, NV10_Modes_Delta HKR,, NV10DDR_Modes_Delta HKR,, NV10GL_Modes_Delta HKR,, NV11_Modes_Delta HKR,, NV11DDR_Modes_Delta HKR,, NV11M_Modes_Delta HKR,, NV11GL_Modes_Delta HKR,, CRUSH11_Modes_Delta HKR,, NV15_Modes_Delta HKR,, NV15DDR_Modes_Delta HKR,, NV15BR_Modes_Delta HKR,, NV15GL_Modes_Delta HKR,, NV20_Modes_Delta HKR,, NV20_1_Modes_Delta HKR,, NV20_2_Modes_Delta HKR,, NV20_3_Modes_Delta HKR,, NV17_Modes_Delta HKR,, NV17GL_Modes_Delta HKR,, NV18_Modes_Delta HKR,, NV18GL_Modes_Delta HKR,, NV1F_Modes_Delta HKR,, NV25_Modes_Delta HKR,, NV25GL_Modes_Delta HKR,, NV28_Modes_Delta HKR,, NV28GL_Modes_Delta HKR,, NV30_Modes_Delta HKR,, NV30GL_Modes_Delta HKR,, DCBOverride0 HKR,, DCBOverride1 HKR,, NV_Modes HKR,, UseCompressedModeFormat HKR,, FlatPanelMode HKR,, DMTOVERRIDE HKR,, DisableExtRefresh HKR,, Max16x12 HKR,, Disable19x12x32at60 HKR,, Disable16x12x32ge70 HKR,, Disable19x10x32ge70 HKR,, DellSwitch1 HKR,, OglStencil HKR,, OGL_EnableFSAA HKR,, OGL_DefaultSwapInterval HKR,, OGL_TexMemorySpaceEnables HKR,, OGL_TexStagingBufferSize HKR,, OGL_TexStagingBufferMultSize HKR,, OGL_DLStagingBufferSizeWords HKR,, OGL_DlMemorySpaceEnables HKR,, "4x42.exe:OGL_TexClampBehavior" HKR,, "_4x42.exe:OGL_TexClampBehavior" HKR,, "_alice.exe:OGL_TexClampBehavior" HKR,, "_codmp.exe:OGL_TexClampBehavior" HKR,, "_codsp.exe:OGL_TexClampBehavior" HKR,, "_diablo ii.exe:OGL_TexClampBehavior" HKR,, "_et.exe:OGL_TexClampBehavior" HKR,, "_idmain.exe:OGL_TexClampBehavior" HKR,, "_jamp.exe:OGL_TexClampBehavior" HKR,, "_jasp.exe:OGL_TexClampBehavior" HKR,, "_jk2mp.exe:OGL_TexClampBehavior" HKR,, "_jk2sp.exe:OGL_TexClampBehavior" HKR,, "_moh_breakthrough.exe:OGL_ExtensionStringVersion" HKR,, "_moh_breakthrough.exe:OGL_TexClampBehavior" HKR,, "_moh_breakthrough_demo.exe:OGL_ExtensionStringVersion" HKR,, "_moh_breakthrough_demo.exe:OGL_TexClampBehavior" HKR,, "_moh_spearhead.exe:OGL_ExtensionStringVersion" HKR,, "_moh_spearhead.exe:OGL_TexClampBehavior" HKR,, "_moh_spearhead_demo.exe:OGL_ExtensionStringVersion" HKR,, "_moh_spearhead_demo.exe:OGL_TexClampBehavior" HKR,, "_mohaa.exe:OGL_ExtensionStringVersion" HKR,, "_mohaa.exe:OGL_TexClampBehavior" HKR,, "_oni.exe:OGL_ExtensionStringNVArch" HKR,, "_quake3.exe:OGL_TexClampBehavior" HKR,, "_sof2.exe:OGL_TexClampBehavior" HKR,, "_sof2mp.exe:OGL_TexClampBehavior" HKR,, "_vcvisual:OGL_ExtensionStringVersion" HKR,, "_wolfmp.exe:OGL_TexClampBehavior" HKR,, "_wolfsp.exe:OGL_TexClampBehavior" HKR,, "_x29.exe:OGL_ExtensionStringVersion" HKR,, "alice.exe:OGL_TexClampBehavior" HKR,, "codmp.exe:OGL_TexClampBehavior" HKR,, "codsp.exe:OGL_TexClampBehavior" HKR,, "diablo ii.exe:OGL_TexClampBehavior" HKR,, "et.exe:OGL_TexClampBehavior" HKR,, "idmain.exe:OGL_TexClampBehavior" HKR,, "jamp.exe:OGL_TexClampBehavior" HKR,, "jasp.exe:OGL_TexClampBehavior" HKR,, "jk2mp.exe:OGL_TexClampBehavior" HKR,, "jk2sp.exe:OGL_TexClampBehavior" HKR,, "moh_breakthrough.exe:OGL_ExtensionStringVersion" HKR,, "moh_breakthrough.exe:OGL_TexClampBehavior" HKR,, "moh_breakthrough_demo.exe:OGL_ExtensionStringVersion" HKR,, "moh_breakthrough_demo.exe:OGL_TexClampBehavior" HKR,, "moh_spearhead.exe:OGL_ExtensionStringVersion" HKR,, "moh_spearhead.exe:OGL_TexClampBehavior" HKR,, "moh_spearhead_demo.exe:OGL_ExtensionStringVersion" HKR,, "moh_spearhead_demo.exe:OGL_TexClampBehavior" HKR,, "mohaa.exe:OGL_ExtensionStringVersion" HKR,, "mohaa.exe:OGL_TexClampBehavior" HKR,, "oni.exe:OGL_ExtensionStringNVArch" HKR,, "quake3.exe:OGL_TexClampBehavior" HKR,, "sof2.exe:OGL_TexClampBehavior" HKR,, "sof2mp.exe:OGL_TexClampBehavior" HKR,, "wolfmp.exe:OGL_TexClampBehavior" HKR,, "wolfsp.exe:OGL_TexClampBehavior" HKR,, "x29.exe:OGL_ExtensionStringVersion" HKR,, TwinViewInfo HKR,, PrevTwinViewInfo HKR,, SaveSettings HKR,, NvCplConfiguration HKR,, EnableWin2KDualview HKR,, NV_R&T HKR,, EdgeBlendingData HKR,, NT4MultiDevEnable HKR,, D3D_60461791 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",RIVATNT HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NVIDIA" HKLM,"Software\NVIDIA Corporation\RIVA TNT\OpenGL" HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\SERVICES\NV4\DEVICE0" HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\SERVICES\NV" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\NVIDIA NT4 Multimon CPL" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Device\shellex\PropertySheetHandlers\NVIDIA CPL Extension" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved",{6D0E6651-1CD8-11d6-92C4-0003479E4848} HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved",{FFB699E0-306A-11d3-8BD1-00104B6F7516} HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run",NvCplDaemon HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run",Nwiz HKR,, DisableVersionCheck HKR,, DrvOptions HKCU,"Software\NVIDIA Corporation\Global\Display" HKLM,"Software\NVIDIA Corporation\Global\Display" HKCU,"Software\NVIDIA Corporation\Global\NVTweak" HKLM,"Software\NVIDIA Corporation\Global\NVTweak" HKCU,"Software\NVIDIA Corporation\Global\NVSvc" HKLM,"Software\NVIDIA Corporation\Global\NVSvc" HKCU,Software\Microsoft\Windows\CurrentVersion\Run,NvMediaCenter HKCU,"Software\NVIDIA Corporation\Global\OpenGL" HKLM,"Software\NVIDIA Corporation\Global\OpenGL" HKR,, NvCplDisplayTvLocaleVisited HKR,, NvCplEnableHardwarePage HKR,, NvCplTwinViewInDualView HKR,, NvCplTvLocaleAutoDetect HKR,, NvCplEnablenForcePage [Strings] ; Non-Localizable Strings REG_SZ = 0x00000000 REG_MULTI_SZ = 0x00010000 REG_EXPAND_SZ = 0x00020000 REG_BINARY = 0x00000001 REG_DWORD = 0x00010001 REG_SZ_APPEND = 0x00010008 ; Localizable Strings NVIDIA = "NVIDIA" NVIDIA_NV17.DEV_0170.1 = "NVIDIA GeForce4 MX 460 (Microsoft Corporation)" NVIDIA_NV17.DEV_0171.1 = "NVIDIA GeForce4 MX 440 (Microsoft Corporation)" NVIDIA_NV17.DEV_0172.1 = "NVIDIA GeForce4 MX 420 (Microsoft Corporation)" NVIDIA_NV17.DEV_0173.1 = "NVIDIA GeForce4 MX 440-SE (Microsoft Corporation)" NVIDIA_NV17.DEV_0178.1 = "NVIDIA Quadro4 550 XGL (Microsoft Corporation)" NVIDIA_NV17.DEV_017A.1 = "NVIDIA Quadro NVS (Microsoft Corporation)" NVIDIA_NV18.DEV_0181.1 = "NVIDIA GeForce4 MX 440 with AGP8X (Microsoft Corporation)" NVIDIA_NV18.DEV_0182.1 = "NVIDIA GeForce4 MX 440SE with AGP8X (Microsoft Corporation)" NVIDIA_NV18.DEV_0183.1 = "NVIDIA GeForce4 MX 420 with AGP8X (Microsoft Corporation)" NVIDIA_NV18.DEV_0185.1 = "NVIDIA GeForce4 MX 4000 (Microsoft Corporation)" NVIDIA_NV18.DEV_0188.1 = "NVIDIA Quadro4 580 XGL (Microsoft Corporation)" NVIDIA_NV18.DEV_018A.1 = "NVIDIA Quadro NVS with AGP8X (Microsoft Corporation)" NVIDIA_NV18.DEV_018B.1 = "NVIDIA Quadro4 380 XGL (Microsoft Corporation)"
-
that is not the correct INF.... it too old. (looks like a Windows legacy driver)
You should extract the Sager 167.43 drivers into a folder on the desktop... to make it easy for you to know where it is. -
Code:
; NVIDIA Windows Vista Display REF INF file ; Copyright (c) NVIDIA Corporation. All rights reserved. [Version] Signature = "$Windows NT$" Provider = %NVIDIA% ClassGUID = {4D36E968-E325-11CE-BFC1-08002BE10318} Class = Display CatalogFile = NVCV.CAT DriverVer = 11/09/2007, 7.15.11.6744 [DestinationDirs] DefaultDestDir = 11 nv.KMode = 12 nv.UMode = 11 nv.UModeWoW = 10,SysWow64 nv.OpenGL = 11 nv.OpenGLWoW = 10,SysWow64 nv.PanelWoW = 10,SysWow64 nv.Panel = 11 nv.Help = 18,nvcpl nv.Uninstall = 11 nv.PanelClient = 10,nvtmpinst nv.CoInstaller = 11 [SourceDisksNames] 1 = %DiskID1% [SourceDisksFiles] nvlddmkm.sys = 1 nvd3dum.dll = 1 nvd3dumx.dll = 1 nvwgf2um.dll = 1 nvwgf2umx.dll = 1 nvoglv64.dll = 1 nvoglv32.dll = 1 nvapi64.dll = 1 nvapi.dll = 1 nvcpl.dll = 1 nvsvc64.dll = 1 nvmctray.dll = 1 nvdisps.dll = 1 nvdispsr.dll = 1 nvgames.dll = 1 nvgamesr.dll = 1 nvmccs.dll = 1 nvmccss.dll = 1 nvmccssr.dll = 1 nvmobls.dll = 1 nvmoblsr.dll = 1 nvvitvs.dll = 1 nvvitvsr.dll = 1 nvapps.xml = 1 nvwsapps.xml = 1 nvcolor.exe = 1 nvdsp.chm = 1 nv3d.chm = 1 nvmob.chm = 1 nvmccsrs.dll = 1 nvudisp.exe = 1 nvuninst.exe = 1 nvdisp.nvu = 1 dpinst.exe = 1 nvwss.dll = 1 nvwssr.dll = 1 nvwks.chm = 1 oemdspif.dll = 1 nvhotkey.dll = 1 nvcod.dll = 1 nvcpl.cpl = 1 nvcplui.exe = 1 nvcpluir.dll = 1 nvexpbar.dll = 1 nvcpl.chm = 1 nvapps.xml = 1 nvwsapps.xml = 1 nvcplara.chm = 1 nvdspara.chm = 1 nv3dara.chm = 1 nvmobara.chm = 1 nvcplcsy.chm = 1 nvdspcsy.chm = 1 nv3dcsy.chm = 1 nvmobcsy.chm = 1 nvcpldan.chm = 1 nvdspdan.chm = 1 nv3ddan.chm = 1 nvmobdan.chm = 1 nvcpldeu.chm = 1 nvdspdeu.chm = 1 nv3ddeu.chm = 1 nvmobdeu.chm = 1 nvcplell.chm = 1 nvdspell.chm = 1 nv3dell.chm = 1 nvmobell.chm = 1 nvcpleng.chm = 1 nvdspeng.chm = 1 nv3deng.chm = 1 nvmobeng.chm = 1 nvcplesn.chm = 1 nvdspesn.chm = 1 nv3desn.chm = 1 nvmobesn.chm = 1 nvcplesm.chm = 1 nvdspesm.chm = 1 nv3desm.chm = 1 nvmobesm.chm = 1 nvcplfin.chm = 1 nvdspfin.chm = 1 nv3dfin.chm = 1 nvmobfin.chm = 1 nvcplfra.chm = 1 nvdspfra.chm = 1 nv3dfra.chm = 1 nvmobfra.chm = 1 nvcplheb.chm = 1 nvdspheb.chm = 1 nv3dheb.chm = 1 nvmobheb.chm = 1 nvcplhun.chm = 1 nvdsphun.chm = 1 nv3dhun.chm = 1 nvmobhun.chm = 1 nvcplita.chm = 1 nvdspita.chm = 1 nv3dita.chm = 1 nvmobita.chm = 1 nvcpljpn.chm = 1 nvdspjpn.chm = 1 nv3djpn.chm = 1 nvmobjpn.chm = 1 nvcplkor.chm = 1 nvdspkor.chm = 1 nv3dkor.chm = 1 nvmobkor.chm = 1 nvcplnld.chm = 1 nvdspnld.chm = 1 nv3dnld.chm = 1 nvmobnld.chm = 1 nvcplnor.chm = 1 nvdspnor.chm = 1 nv3dnor.chm = 1 nvmobnor.chm = 1 nvcplplk.chm = 1 nvdspplk.chm = 1 nv3dplk.chm = 1 nvmobplk.chm = 1 nvcplptg.chm = 1 nvdspptg.chm = 1 nv3dptg.chm = 1 nvmobptg.chm = 1 nvcplptb.chm = 1 nvdspptb.chm = 1 nv3dptb.chm = 1 nvmobptb.chm = 1 nvcplrus.chm = 1 nvdsprus.chm = 1 nv3drus.chm = 1 nvmobrus.chm = 1 nvcplsky.chm = 1 nvdspsky.chm = 1 nv3dsky.chm = 1 nvmobsky.chm = 1 nvcplslv.chm = 1 nvdspslv.chm = 1 nv3dslv.chm = 1 nvmobslv.chm = 1 nvcplsve.chm = 1 nvdspsve.chm = 1 nv3dsve.chm = 1 nvmobsve.chm = 1 nvcpltha.chm = 1 nvdsptha.chm = 1 nv3dtha.chm = 1 nvmobtha.chm = 1 nvcpltrk.chm = 1 nvdsptrk.chm = 1 nv3dtrk.chm = 1 nvmobtrk.chm = 1 nvcplchs.chm = 1 nvdspchs.chm = 1 nv3dchs.chm = 1 nvmobchs.chm = 1 nvcplcht.chm = 1 nvdspcht.chm = 1 nv3dcht.chm = 1 nvmobcht.chm = 1 [Manufacturer] %NVIDIA% = NVIDIA.Mfg,NTamd64.6.0 [NVIDIA.Mfg.NTamd64.6.0] %NVIDIA_G70.DEV_0099.2% = nv_G7x, PCI\VEN_10DE&DEV_0099&SUBSYS_09001558 %NVIDIA_G70.DEV_0099.3% = nv_G7x, PCI\VEN_10DE&DEV_0099&SUBSYS_09011558 %NVIDIA_G70.DEV_0099.5% = nv_G7x, PCI\VEN_10DE&DEV_0099&SUBSYS_05711558 %NVIDIA_G70.DEV_0099.6% = nv_G7x, PCI\VEN_10DE&DEV_0099&SUBSYS_05901558 %NVIDIA_G70.DEV_0099.7% = nv_G7x, PCI\VEN_10DE&DEV_0099&SUBSYS_05911558 %NVIDIA_G72.DEV_01D7.1% = nv_G7x, PCI\VEN_10DE&DEV_01D7&SUBSYS_06631558 %NVIDIA_G71.DEV_0297.1% = nv_G7x, PCI\VEN_10DE&DEV_0297&SUBSYS_09021558 %NVIDIA_G71.DEV_0297.2% = nv_G7x, PCI\VEN_10DE&DEV_0297&SUBSYS_05711558 %NVIDIA_G71.DEV_0297.3% = nv_G7x, PCI\VEN_10DE&DEV_0297&SUBSYS_09001558 %NVIDIA_G71.DEV_0297.4% = nv_G7x, PCI\VEN_10DE&DEV_0297&SUBSYS_05901558 %NVIDIA_G71.DEV_0297.5% = nv_G7x, PCI\VEN_10DE&DEV_0297&SUBSYS_05911558 %NVIDIA_G71.DEV_0297.6% = nv_G7x, PCI\VEN_10DE&DEV_0297&SUBSYS_09011558 %NVIDIA_G71.DEV_0297.7% = nv_G7x_2, PCI\VEN_10DE&DEV_0297&SUBSYS_05731558 %NVIDIA_G71.DEV_0298.1% = nv_G7x, PCI\VEN_10DE&DEV_0298&SUBSYS_09001558 %NVIDIA_G71.DEV_0298.2% = nv_G7x, PCI\VEN_10DE&DEV_0298&SUBSYS_09011558 %NVIDIA_G71.DEV_0298.3% = nv_G7x, PCI\VEN_10DE&DEV_0298&SUBSYS_05901558 %NVIDIA_G71.DEV_0298.4% = nv_G7x, PCI\VEN_10DE&DEV_0298&SUBSYS_05911558 %NVIDIA_G71.DEV_0298.5% = nv_G7x, PCI\VEN_10DE&DEV_0298&SUBSYS_05711558 %NVIDIA_G71.DEV_0299.1% = nv_G7x, PCI\VEN_10DE&DEV_0299&SUBSYS_09001558 %NVIDIA_G71.DEV_0299.2% = nv_G7x, PCI\VEN_10DE&DEV_0299&SUBSYS_09011558 %NVIDIA_G71.DEV_0299.3% = nv_G7x, PCI\VEN_10DE&DEV_0299&SUBSYS_05711558 %NVIDIA_G71.DEV_0299.4% = nv_G7x, PCI\VEN_10DE&DEV_0299&SUBSYS_05901558 %NVIDIA_G71.DEV_0299.5% = nv_G7x, PCI\VEN_10DE&DEV_0299&SUBSYS_05911558 %NVIDIA_G71.DEV_0299.6% = nv_G7x, PCI\VEN_10DE&DEV_0299&SUBSYS_05701558 %NVIDIA_G71.DEV_029A.1% = nv_G7x, PCI\VEN_10DE&DEV_029A&SUBSYS_09001558 %NVIDIA_G71.DEV_029A.2% = nv_G7x, PCI\VEN_10DE&DEV_029A&SUBSYS_05901558 %NVIDIA_G71.DEV_029A.3% = nv_G7x, PCI\VEN_10DE&DEV_029A&SUBSYS_05911558 %NVIDIA_G71.DEV_029A.4% = nv_G7x, PCI\VEN_10DE&DEV_029A&SUBSYS_05711558 %NVIDIA_G71.DEV_029A.5% = nv_G7x, PCI\VEN_10DE&DEV_029A&SUBSYS_05701558 %NVIDIA_G71.DEV_029A.6% = nv_G7x, PCI\VEN_10DE&DEV_029A&SUBSYS_09011558 %NVIDIA_G71.DEV_029D.1% = nv_G7x, PCI\VEN_10DE&DEV_029D&SUBSYS_05711558 %NVIDIA_G71.DEV_029D.3% = nv_G7x, PCI\VEN_10DE&DEV_029D&SUBSYS_05901558 %NVIDIA_G71.DEV_029D.4% = nv_G7x, PCI\VEN_10DE&DEV_029D&SUBSYS_05911558 %NVIDIA_G71.DEV_029D.5% = nv_G7x, PCI\VEN_10DE&DEV_029D&SUBSYS_09011558 %NVIDIA_G73.DEV_0398.1% = nv_G7x_1, PCI\VEN_10DE&DEV_0398&SUBSYS_22001558 %NVIDIA_G73.DEV_0398.2% = nv_G7x_1, PCI\VEN_10DE&DEV_0398&SUBSYS_22011558 %NVIDIA_G84.DEV_0407.1% = nv_G8x_1, PCI\VEN_10DE&DEV_0407&SUBSYS_22011558 %NVIDIA_G84.DEV_0407.2% = nv_G8x_1, PCI\VEN_10DE&DEV_0407&SUBSYS_22001558 %NVIDIA_G84.DEV_0407.3% = nv_G8x_2, PCI\VEN_10DE&DEV_0407&SUBSYS_05731558 %NVIDIA_G84.DEV_0409.1% = nv_G8x_2, PCI\VEN_10DE&DEV_0409&SUBSYS_09021558 %NVIDIA_G84.DEV_0409.2% = nv_G8x_2, PCI\VEN_10DE&DEV_0409&SUBSYS_05731558 %NVIDIA_G84.DEV_040D.1% = nv_G8x_2, PCI\VEN_10DE&DEV_040D&SUBSYS_05731558 %NVIDIA_G84.DEV_040D.2% = nv_G8x_2, PCI\VEN_10DE&DEV_040D&SUBSYS_09021558 %NVIDIA_G86.DEV_0428.1% = nv_G8x_2, PCI\VEN_10DE&DEV_0428&SUBSYS_06631558 %NVIDIA_G86.DEV_0428.2% = nv_G8x_2, PCI\VEN_10DE&DEV_0428&SUBSYS_06681558 %NVIDIA_G92.DEV_060C.1% = nv_G8x, PCI\VEN_10DE&DEV_060C&SUBSYS_05731558 %NVIDIA_G92.DEV_060C.2% = nv_G8x, PCI\VEN_10DE&DEV_060C&SUBSYS_09021558 [ControlFlags] ExcludeFromSelect = * [nv_G7x_2] Include = msdv.inf FeatureScore = F6 CopyFiles = nv.KMode, nv.UMode, nv.UModeWoW, nv.OpenGL, nv.OpenGLWoW, nv.Panel, nv.Help, nv.Uninstall, nv.PanelWoW AddReg = nv_SoftwareDeviceSettings AddReg = nv_icdSoftwareSettings AddReg = nv_ControlPanelSettings_2 AddReg = Uninstall_AddReg AddReg = EvictionThreshold_AddReg AddReg = PerfLevelSrc_G7x_AddReg DelReg = nv_ClearRegistrySwitches RegisterDlls = nv.RegisterDlls [nv_G7x_2.CoInstallers] CopyFiles = nv.CoInstaller AddReg = nv_CoInstaller_AddReg [nv_G7x_2.Services] AddService = nvlddmkm, 0x00000002, nv_Service_Inst [nv_G7x_2.GeneralConfigData] MaximumDeviceMemoryConfiguration = 128 MaximumNumberOfDevices = 4 [nv_G7x_1] Include = msdv.inf FeatureScore = F6 CopyFiles = nv.KMode, nv.UMode, nv.UModeWoW, nv.OpenGL, nv.OpenGLWoW, nv.Panel, nv.Help, nv.Uninstall, nv.PanelWoW AddReg = nv_SoftwareDeviceSettings AddReg = nv_icdSoftwareSettings AddReg = nv_ControlPanelSettings_1 AddReg = Uninstall_AddReg AddReg = EvictionThreshold_AddReg AddReg = PerfLevelSrc_G7x_AddReg DelReg = nv_ClearRegistrySwitches RegisterDlls = nv.RegisterDlls [nv_G7x_1.CoInstallers] CopyFiles = nv.CoInstaller AddReg = nv_CoInstaller_AddReg [nv_G7x_1.Services] AddService = nvlddmkm, 0x00000002, nv_Service_Inst [nv_G7x_1.GeneralConfigData] MaximumDeviceMemoryConfiguration = 128 MaximumNumberOfDevices = 4 [nv_G7x] Include = msdv.inf FeatureScore = F6 CopyFiles = nv.KMode, nv.UMode, nv.UModeWoW, nv.OpenGL, nv.OpenGLWoW, nv.Panel, nv.Help, nv.Uninstall, nv.PanelWoW AddReg = nv_SoftwareDeviceSettings AddReg = nv_icdSoftwareSettings AddReg = nv_ControlPanelSettings AddReg = Uninstall_AddReg AddReg = EvictionThreshold_AddReg AddReg = ModesetBlankDelay_AddReg AddReg = PerfLevelSrc_G7x_AddReg DelReg = nv_ClearRegistrySwitches RegisterDlls = nv.RegisterDlls [nv_G7x.CoInstallers] CopyFiles = nv.CoInstaller AddReg = nv_CoInstaller_AddReg [nv_G7x.Services] AddService = nvlddmkm, 0x00000002, nv_Service_Inst [nv_G7x.GeneralConfigData] MaximumDeviceMemoryConfiguration = 128 MaximumNumberOfDevices = 4 [nv_G8x_2] Include = msdv.inf FeatureScore = F6 CopyFiles = nv.KMode, nv.UMode, nv.UModeWoW, nv.OpenGL, nv.OpenGLWoW, nv.Panel, nv.Help, nv.Uninstall, nv.PanelWoW AddReg = nv_SoftwareDeviceSettings AddReg = nv_icdSoftwareSettings AddReg = nv_ControlPanelSettings_2 AddReg = Uninstall_AddReg AddReg = EvictionThreshold_AddReg AddReg = PerfLevelSrc_AddReg DelReg = nv_ClearRegistrySwitches RegisterDlls = nv.RegisterDlls [nv_G8x_2.CoInstallers] CopyFiles = nv.CoInstaller AddReg = nv_CoInstaller_AddReg [nv_G8x_2.Services] AddService = nvlddmkm, 0x00000002, nv_Service_Inst [nv_G8x_2.GeneralConfigData] MaximumDeviceMemoryConfiguration = 128 MaximumNumberOfDevices = 4 [nv_G8x_1] Include = msdv.inf FeatureScore = F6 CopyFiles = nv.KMode, nv.UMode, nv.UModeWoW, nv.OpenGL, nv.OpenGLWoW, nv.Panel, nv.Help, nv.Uninstall, nv.PanelWoW AddReg = nv_SoftwareDeviceSettings AddReg = nv_icdSoftwareSettings AddReg = nv_ControlPanelSettings_1 AddReg = Uninstall_AddReg AddReg = EvictionThreshold_AddReg AddReg = PerfLevelSrc_AddReg DelReg = nv_ClearRegistrySwitches RegisterDlls = nv.RegisterDlls [nv_G8x_1.CoInstallers] CopyFiles = nv.CoInstaller AddReg = nv_CoInstaller_AddReg [nv_G8x_1.Services] AddService = nvlddmkm, 0x00000002, nv_Service_Inst [nv_G8x_1.GeneralConfigData] MaximumDeviceMemoryConfiguration = 128 MaximumNumberOfDevices = 4 [nv_G8x] Include = msdv.inf FeatureScore = F6 CopyFiles = nv.KMode, nv.UMode, nv.UModeWoW, nv.OpenGL, nv.OpenGLWoW, nv.Panel, nv.Help, nv.Uninstall, nv.PanelWoW AddReg = nv_SoftwareDeviceSettings AddReg = nv_icdSoftwareSettings AddReg = nv_ControlPanelSettings AddReg = Uninstall_AddReg AddReg = EvictionThreshold_AddReg AddReg = ModesetBlankDelay_AddReg AddReg = PerfLevelSrc_AddReg DelReg = nv_ClearRegistrySwitches RegisterDlls = nv.RegisterDlls [nv_G8x.CoInstallers] CopyFiles = nv.CoInstaller AddReg = nv_CoInstaller_AddReg [nv_G8x.Services] AddService = nvlddmkm, 0x00000002, nv_Service_Inst [nv_G8x.GeneralConfigData] MaximumDeviceMemoryConfiguration = 128 MaximumNumberOfDevices = 4 [nv_Service_Inst] ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ErrorControl = 0 ; SERVICE_ERROR_IGNORE LoadOrderGroup = Video ServiceBinary = %12%\nvlddmkm.sys [nv.KMode] nvlddmkm.sys [nv.UMode] nvd3dumx.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvwgf2umx.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvapi64.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME [nv.UModeWoW] nvd3dum.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvwgf2um.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvapi.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME [nv.OpenGL] nvoglv64.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME [nv.OpenGLWoW] nvoglv32.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME [nv.Panel] nvcpl.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvsvc64.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvmctray.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvdisps.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvdispsr.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvgames.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvgamesr.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvmccss.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvmccssr.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvmobls.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvmoblsr.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvvitvs.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvvitvsr.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvmccs.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvmccsrs.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvwss.dll,,,0x00004000 nvwssr.dll,,,0x00004000 oemdspif.dll,,,0x00004000 nvhotkey.dll,,,0x00004000 nvcolor.exe nvudisp.exe nvcpl.cpl nvcplui.exe nvcpluir.dll,,,0x00004000 nvexpbar.dll,,,0x00004000 nvwsapps.xml nvapps.xml [nv.PanelWoW] nvapps.xml [nv.Help] nvdsp.chm nv3d.chm nvmob.chm nvwks.chm nvcpl.chm [nv.Uninstall] nvuninst.exe nvdisp.nvu dpinst.exe [nv.CoInstaller] nvcod.dll,,,0x00004000 nvcod100.dll,nvcod.dll,,0x00004000 [nv.RegisterDlls] 11,,nvapi64.dll,1 11,,nvdisps.dll,1 11,,nvgames.dll,1 11,,nvcpl.dll,1 11,,nvmccs.dll,1 11,,nvmobls.dll,1 11,,nvvitvs.dll,1 11,,nvwss.dll,1 [nv_icdSoftwareSettings] HKR,, OpenGLDriverName, %REG_MULTI_SZ%, "nvoglv64" HKR,, OpenGLDriverNameWoW, %REG_MULTI_SZ%, "nvoglv32" HKR,, OpenGLFlags, %REG_DWORD%, 0x00000003 HKR,, OpenGLFlagsWoW, %REG_DWORD%, 0x00000003 HKR,, OpenGLVersion, %REG_DWORD%, 0x00001000 HKR,, OpenGLVersionWoW, %REG_DWORD%, 0x00001000 [nv_SoftwareDeviceSettings] HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, "nvd3dum,nvd3dumx" HKR,, InstalledDisplayDrivers, %REG_SZ_APPEND%, "nvwgf2um,nvwgf2umx" HKR,, UserModeDriverName, %REG_MULTI_SZ%, "nvd3dumx.dll" HKR,, UserModeDriverName, %REG_SZ_APPEND%, "nvwgf2umx.dll" HKR,, UserModeDriverNameWoW, %REG_MULTI_SZ%, "nvd3dum.dll" HKR,, UserModeDriverNameWoW, %REG_SZ_APPEND%, "nvwgf2um.dll" HKR,, UserModeDriverGUID, %REG_SZ%, "{9A516B97-E7C1-451B-9165-C5035994A3F5}" HKR,, VgaCompatible, %REG_DWORD%, 0 HKR,, MultiFunctionSupported, %REG_DWORD%, 1 HKR,, RMDisableInst2Sys, %REG_DWORD%, 1 HKR,, RMCacheLoc, %REG_DWORD%, 0 HKR,, RMMaintainDevs, %REG_DWORD%, 1 HKR,, RMMaintainTVStandard, %REG_DWORD%, 1 HKR,, DevSwitchSuppressMask, %REG_DWORD%, 7 HKR,, LogicScalingMode, %REG_DWORD%, 4 HKR,, UseBestResolution, %REG_DWORD%, 1 HKR,, VarBusLinkWidth, %REG_DWORD%, 0 HKR,, FastResume, %REG_DWORD%, 0x1 HKR,, OverrideEdidFlags0, %REG_BINARY%, 32, 0C, 00, E4, 00, 00, 00, 1A, 04, 00, 00, 00, 36, 02, 61, 3C HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",NvSvc,,"RUNDLL32.EXE %11%\nvsvc64.dll,nvsvcStart" HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplEnableAdvancedTimingPage,%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\Global\NvTweak",NvCplAllowWinSatAssessment,%REG_DWORD%,0x1 HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplDisableSmartDimmerPage, %REG_DWORD%, 1 HKLM,"SOFTWARE\Microsoft\TMM",UseIViewHelper,%REG_DWORD%, 1 HKR,, NV_Modes, %REG_MULTI_SZ%, "{*}S 1400x1050x32 1600x1024x32 1600x1200x32 1920x1200 1920x1440 2048x1536=1F;1400x1050x8,16 1600x1024x8,16 1600x1200x8,16=3F;640x480 800x600 1024x768 1152x864 1280x960 1280x1024=7F;{407-60C}S 1920x1200x64 1920x1440x64 2048x1536x64=1F;640x400 640x480x64 800x600x64 1024x768x64 1152x864x64 1280x960x64 1280x1024x64=7F;320x200 320x240 400x300 480x360 512x384=F;HV 1400x1050x32 1600x1024x32 1600x1200x32 1920x1200 1920x1440 2048x1536=1F;" HKR,, NV_Modes, %REG_SZ_APPEND%, "1400x1050x8,16 1600x1024x8,16 1600x1200x8,16=3F;640x480 800x600 1024x768 1152x864 1280x960 1280x1024=7F;" [nv_ControlPanelSettings_2] HKLM,"Software\NVIDIA Corporation\NVControlPanel",HelpFile,%REG_SZ%,"%18%\nvcpl\nvcpl.chm" HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",ContextUIPolicy,%REG_DWORD%,2 HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",TaskbarUIPolicy,%REG_DWORD%,2 HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",CplGroupUIPolicy,%REG_DWORD%,2 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{EDAC9CAA-4874-48C0-80DB-2D81B63EFE13}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{87CDE238-C2D9-4E31-99D7-DCD6A7E15F19}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{48787314-AD1E-4634-B5C5-EFA72EA7DD12}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{22A5B515-EC60-4513-B816-820ED195D7E6}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{63005CD0-8541-439c-A66A-617F4B1F2BCB}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{0EEC1AF6-7664-4D17-88A5-B71EF18A93BC}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{01504157-8839-4BF6-9B5B-51165A967B2B}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{684FA5EB-5222-47eb-8448-C14391005105}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{D68CED81-05AF-4071-98C4-3829E31945CF}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{C407106B-97E1-44DF-B594-5E557737854F}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{9B6E9D01-A89A-45AA-892F-30969B4A5C4D}",%REG_DWORD%,0x0 HKCR,CLSID\{FFB699E0-306A-11d3-8BD1-00104B6F7516},,,"NVIDIA CPL Extension" HKCR,CLSID\{FFB699E0-306A-11d3-8BD1-00104B6F7516}\InProcServer32,,,"%11%\nvcpl.dll" HKCR,CLSID\{FFB699E0-306A-11d3-8BD1-00104B6F7516}\InProcServer32,ThreadingModel,,Apartment HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplExposeWin2kDualView,%REG_DWORD%,1 HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\NVIDIA CPL Extension",,,"{FFB699E0-306A-11d3-8BD1-00104B6F7516}" HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplMPResolveMethod,%REG_DWORD%,3 HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",NvCplDaemon,,"RUNDLL32.EXE %11%\NvCpl.dll,NvStartup" HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",NvExportOEMDefaults,,"RUNDLL32.EXE %11%\NVCPL.DLL,ExportOEMDefaults" HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",NvRegisterMCTray,,"RUNDLL32.EXE %11%\NVMCTRAY.DLL,NvMCRegisterApp %11%\NvCpl.dll" HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplTvLocaleAutoDetect,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplAllowForceTVDetection,%REG_DWORD%,1 HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",NvMediaCenter,,"RUNDLL32.EXE %11%\NvMcTray.dll,NvTaskbarInit" HKLM,"Software\NVIDIA Corporation\Global\NVTweak\OemConfigurations",MediaCenterLoadPolicy,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\NVTweak\State",GlobalStartupDefaults,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplEnableActiveApp,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NoPages,%REG_DWORD%,0x01000000 HKR,, NvCplConfiguration, %REG_DWORD%, 0x40000000 [nv_ControlPanelSettings_1] HKLM,"Software\NVIDIA Corporation\NVControlPanel",HelpFile,%REG_SZ%,"%18%\nvcpl\nvcpl.chm" HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",ContextUIPolicy,%REG_DWORD%,2 HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",TaskbarUIPolicy,%REG_DWORD%,2 HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",CplGroupUIPolicy,%REG_DWORD%,2 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{EDAC9CAA-4874-48C0-80DB-2D81B63EFE13}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{87CDE238-C2D9-4E31-99D7-DCD6A7E15F19}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{48787314-AD1E-4634-B5C5-EFA72EA7DD12}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{22A5B515-EC60-4513-B816-820ED195D7E6}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{63005CD0-8541-439c-A66A-617F4B1F2BCB}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{0EEC1AF6-7664-4D17-88A5-B71EF18A93BC}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{01504157-8839-4BF6-9B5B-51165A967B2B}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{684FA5EB-5222-47eb-8448-C14391005105}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{D68CED81-05AF-4071-98C4-3829E31945CF}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{C407106B-97E1-44DF-B594-5E557737854F}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{9B6E9D01-A89A-45AA-892F-30969B4A5C4D}",%REG_DWORD%,0x0 HKCR,CLSID\{FFB699E0-306A-11d3-8BD1-00104B6F7516},,,"NVIDIA CPL Extension" HKCR,CLSID\{FFB699E0-306A-11d3-8BD1-00104B6F7516}\InProcServer32,,,"%11%\nvcpl.dll" HKCR,CLSID\{FFB699E0-306A-11d3-8BD1-00104B6F7516}\InProcServer32,ThreadingModel,,Apartment HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplExposeWin2kDualView,%REG_DWORD%,1 HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\NVIDIA CPL Extension",,,"{FFB699E0-306A-11d3-8BD1-00104B6F7516}" HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplMPResolveMethod,%REG_DWORD%,3 HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",NvCplDaemon,,"RUNDLL32.EXE %11%\NvCpl.dll,NvStartup" HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",NvExportOEMDefaults,,"RUNDLL32.EXE %11%\NVCPL.DLL,ExportOEMDefaults" HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",NvRegisterMCTray,,"RUNDLL32.EXE %11%\NVMCTRAY.DLL,NvMCRegisterApp %11%\NvCpl.dll" HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplTvLocaleAutoDetect,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplAllowForceTVDetection,%REG_DWORD%,1 HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",NvMediaCenter,,"RUNDLL32.EXE %11%\NvMcTray.dll,NvTaskbarInit" HKLM,"Software\NVIDIA Corporation\Global\NVTweak\OemConfigurations",MediaCenterLoadPolicy,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\NVTweak\State",GlobalStartupDefaults,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplEnableActiveApp,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NoPages,%REG_DWORD%,0x00020000 HKR,, NvCplConfiguration, %REG_DWORD%, 0x40000000 [nv_ControlPanelSettings] HKLM,"Software\NVIDIA Corporation\NVControlPanel",HelpFile,%REG_SZ%,"%18%\nvcpl\nvcpl.chm" HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",ContextUIPolicy,%REG_DWORD%,2 HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",TaskbarUIPolicy,%REG_DWORD%,2 HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",CplGroupUIPolicy,%REG_DWORD%,2 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{EDAC9CAA-4874-48C0-80DB-2D81B63EFE13}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{87CDE238-C2D9-4E31-99D7-DCD6A7E15F19}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{63005CD0-8541-439c-A66A-617F4B1F2BCB}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{0EEC1AF6-7664-4D17-88A5-B71EF18A93BC}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{01504157-8839-4BF6-9B5B-51165A967B2B}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{684FA5EB-5222-47eb-8448-C14391005105}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{D68CED81-05AF-4071-98C4-3829E31945CF}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{C407106B-97E1-44DF-B594-5E557737854F}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{9B6E9D01-A89A-45AA-892F-30969B4A5C4D}",%REG_DWORD%,0x0 HKCR,CLSID\{FFB699E0-306A-11d3-8BD1-00104B6F7516},,,"NVIDIA CPL Extension" HKCR,CLSID\{FFB699E0-306A-11d3-8BD1-00104B6F7516}\InProcServer32,,,"%11%\nvcpl.dll" HKCR,CLSID\{FFB699E0-306A-11d3-8BD1-00104B6F7516}\InProcServer32,ThreadingModel,,Apartment HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplExposeWin2kDualView,%REG_DWORD%,1 HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\NVIDIA CPL Extension",,,"{FFB699E0-306A-11d3-8BD1-00104B6F7516}" HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplMPResolveMethod,%REG_DWORD%,3 HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",NvCplDaemon,,"RUNDLL32.EXE %11%\NvCpl.dll,NvStartup" HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",NvExportOEMDefaults,,"RUNDLL32.EXE %11%\NVCPL.DLL,ExportOEMDefaults" HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",NvRegisterMCTray,,"RUNDLL32.EXE %11%\NVMCTRAY.DLL,NvMCRegisterApp %11%\NvCpl.dll" HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplTvLocaleAutoDetect,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplAllowForceTVDetection,%REG_DWORD%,1 HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",NvMediaCenter,,"RUNDLL32.EXE %11%\NvMcTray.dll,NvTaskbarInit" HKLM,"Software\NVIDIA Corporation\Global\NVTweak\OemConfigurations",MediaCenterLoadPolicy,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\NVTweak\State",GlobalStartupDefaults,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplEnableActiveApp,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NoPages,%REG_DWORD%,0x40120558 HKR,, NvCplConfiguration, %REG_DWORD%, 0x40000000 [Uninstall_AddReg] HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\NVIDIA Drivers","DisplayName", %REG_SZ%, "NVIDIA Drivers" HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\NVIDIA Drivers","UninstallString", %REG_SZ%, "%11%\NVUNINST.EXE UninstallGUI" HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\NVIDIA Drivers","UninstDataVerified", %REG_SZ%, "1" HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\NVIDIA Drivers\SubComponents","nvdisp.nvu", %REG_SZ%, "NVIDIA Display Driver" [nv_CoInstaller_AddReg] HKR,, CoInstallers32, %REG_MULTI_SZ%, "nvcod100.dll,NVCoInstaller" HKR, Uninstall, Uninstaller, %REG_SZ%, "nvudisp.exe" HKR, Uninstall, Script, %REG_SZ%, "nvdisp.nvu" HKR, Uninstall, CoInstaller, %REG_SZ%, "nvcod100.dll" HKR, Uninstall, Name, %REG_SZ%, %NVUninstall.desc% HKR, Uninstall, CopyFiles, %REG_MULTI_SZ%, "nvcpl.cpl,nvcplui.exe,nvexpbar.dll,nvcpluir.dll" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcpl.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplara.chm,nvdspara.chm,nv3dara.chm,nvmobara.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplcsy.chm,nvdspcsy.chm,nv3dcsy.chm,nvmobcsy.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcpldan.chm,nvdspdan.chm,nv3ddan.chm,nvmobdan.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcpldeu.chm,nvdspdeu.chm,nv3ddeu.chm,nvmobdeu.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplell.chm,nvdspell.chm,nv3dell.chm,nvmobell.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcpleng.chm,nvdspeng.chm,nv3deng.chm,nvmobeng.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplesn.chm,nvdspesn.chm,nv3desn.chm,nvmobesn.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplesm.chm,nvdspesm.chm,nv3desm.chm,nvmobesm.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplfin.chm,nvdspfin.chm,nv3dfin.chm,nvmobfin.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplfra.chm,nvdspfra.chm,nv3dfra.chm,nvmobfra.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplheb.chm,nvdspheb.chm,nv3dheb.chm,nvmobheb.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplhun.chm,nvdsphun.chm,nv3dhun.chm,nvmobhun.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplita.chm,nvdspita.chm,nv3dita.chm,nvmobita.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcpljpn.chm,nvdspjpn.chm,nv3djpn.chm,nvmobjpn.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplkor.chm,nvdspkor.chm,nv3dkor.chm,nvmobkor.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplnld.chm,nvdspnld.chm,nv3dnld.chm,nvmobnld.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplnor.chm,nvdspnor.chm,nv3dnor.chm,nvmobnor.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplplk.chm,nvdspplk.chm,nv3dplk.chm,nvmobplk.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplptg.chm,nvdspptg.chm,nv3dptg.chm,nvmobptg.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplptb.chm,nvdspptb.chm,nv3dptb.chm,nvmobptb.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplrus.chm,nvdsprus.chm,nv3drus.chm,nvmobrus.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplsky.chm,nvdspsky.chm,nv3dsky.chm,nvmobsky.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplslv.chm,nvdspslv.chm,nv3dslv.chm,nvmobslv.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplsve.chm,nvdspsve.chm,nv3dsve.chm,nvmobsve.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcpltha.chm,nvdsptha.chm,nv3dtha.chm,nvmobtha.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcpltrk.chm,nvdsptrk.chm,nv3dtrk.chm,nvmobtrk.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplchs.chm,nvdspchs.chm,nv3dchs.chm,nvmobchs.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplcht.chm,nvdspcht.chm,nv3dcht.chm,nvmobcht.chm" [EvictionThreshold_AddReg] HKLM, "System\CurrentControlSet\Control\GraphicsDrivers\MemoryManager",Period.EnableEvictionThresholdForWrite,%REG_DWORD%,0x0 [PerfLevelSrc_AddReg] HKR,, PerfLevelSrc, %REG_DWORD%, 0x3333 [PerfLevelSrc_G7x_AddReg] HKR,, PerfLevelSrc, %REG_DWORD%, 0x2222 [ModesetBlankDelay_AddReg] HKR,, ModesetBlankDelay, %REG_DWORD%, 0 [nv_ClearRegistrySwitches] HKLM,"Software\NVIDIA Corporation\NVAPI" HKLM,"SYSTEM\CurrentControlSet\Services\nv\NVAPI" HKLM,"SYSTEM\CurrentControlSet\Services\nvlddmkm\NVAPI" HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",NvSvc HKR,, "DefaultSettings.BitsPerPel" HKR,, "DefaultSettings.XResolution" HKR,, "DefaultSettings.YResolution" HKR,, NVREGSWITCHES HKR,, NV4_Modes HKR,, NV5_Modes HKR,, NV0A_Modes HKR,, NVVANTA_Modes HKR,, NV5M64_Modes HKR,, NV5ULTRA_Modes HKR,, NV10_Modes HKR,, NV10DDR_Modes HKR,, NV10GL_Modes HKR,, NV11_Modes HKR,, NV11DDR_Modes HKR,, NV11GL_Modes HKR,, CRUSH11_Modes HKR,, NV15_Modes HKR,, NV15DDR_Modes HKR,, NV15BR_Modes HKR,, NV15GL_Modes HKR,, NV17_Modes HKR,, NV17GL_Modes HKR,, NV18_Modes HKR,, NV18GL_Modes HKR,, NV1F_Modes HKR,, NV20_Modes HKR,, NV20_1_Modes HKR,, NV20_2_Modes HKR,, NV20_3_Modes HKR,, NV25_Modes HKR,, NV25GL_Modes HKR,, NV28_Modes HKR,, NV28GL_Modes HKR,, NV30_Modes HKR,, NV30GL_Modes HKR,, NV4_Modes_Delta HKR,, NV5_Modes_Delta HKR,, NV0A_Modes_Delta HKR,, NVVANTA_Modes_Delta HKR,, NV5M64_Modes_Delta HKR,, NV5ULTRA_Modes_Delta HKR,, NV10_Modes_Delta HKR,, NV10DDR_Modes_Delta HKR,, NV10GL_Modes_Delta HKR,, NV11_Modes_Delta HKR,, NV11DDR_Modes_Delta HKR,, NV11M_Modes_Delta HKR,, NV11GL_Modes_Delta HKR,, CRUSH11_Modes_Delta HKR,, NV15_Modes_Delta HKR,, NV15DDR_Modes_Delta HKR,, NV15BR_Modes_Delta HKR,, NV15GL_Modes_Delta HKR,, NV20_Modes_Delta HKR,, NV20_1_Modes_Delta HKR,, NV20_2_Modes_Delta HKR,, NV20_3_Modes_Delta HKR,, NV17_Modes_Delta HKR,, NV17GL_Modes_Delta HKR,, NV18_Modes_Delta HKR,, NV18GL_Modes_Delta HKR,, NV1F_Modes_Delta HKR,, NV25_Modes_Delta HKR,, NV25GL_Modes_Delta HKR,, NV28_Modes_Delta HKR,, NV28GL_Modes_Delta HKR,, NV30_Modes_Delta HKR,, NV30GL_Modes_Delta HKR,, VPucodeCtrl HKR,, MB_Enable HKR,, DCBOverride0 HKR,, DCBOverride1 HKR,, NV_Modes HKR,, UseCompressedModeFormat HKR,, FlatPanelMode HKR,, DMTOVERRIDE HKR,, DisableExtRefresh HKR,, Max16x12 HKR,, Disable19x12x32at60 HKR,, Disable16x12x32ge70 HKR,, Disable19x10x32ge70 HKR,, DellSwitch1 HKR,, OglStencil HKR,, CapabilityOverride HKR,, OGL_EnableFSAA HKR,, OGL_DefaultSwapInterval HKR,, OGL_TexMemorySpaceEnables HKR,, OGL_TexStagingBufferSize HKR,, OGL_TexStagingBufferMultSize HKR,, OGL_DLStagingBufferSizeWords HKR,, OGL_DlMemorySpaceEnables HKR,, "4x42.exe:OGL_TexClampBehavior" HKR,, "alice.exe:OGL_TexClampBehavior" HKR,, "codmp.exe:OGL_TexClampBehavior" HKR,, "codsp.exe:OGL_TexClampBehavior" HKR,, "_deko1000.exe:OGL_46574957" HKR,, "_deko1000hd.exe:OGL_46574957" HKR,, "_deko3000.exe:OGL_46574957" HKR,, "_deko3000hd.exe:OGL_46574957" HKR,, "diablo ii.exe:OGL_TexClampBehavior" HKR,, "et.exe:OGL_TexClampBehavior" HKR,, "idmain.exe:OGL_TexClampBehavior" HKR,, "_inflexion3d.exe:OGL_46574957" HKR,, "jamp.exe:OGL_TexClampBehavior" HKR,, "jasp.exe:OGL_TexClampBehavior" HKR,, "jk2mp.exe:OGL_TexClampBehavior" HKR,, "jk2sp.exe:OGL_TexClampBehavior" HKR,, "moh_breakthrough.exe:OGL_ExtensionStringVersion" HKR,, "moh_breakthrough.exe:OGL_TexClampBehavior" HKR,, "moh_breakthrough_demo.exe:OGL_ExtensionStringVersion" HKR,, "moh_breakthrough_demo.exe:OGL_TexClampBehavior" HKR,, "moh_spearhead.exe:OGL_ExtensionStringVersion" HKR,, "moh_spearhead.exe:OGL_TexClampBehavior" HKR,, "moh_spearhead_demo.exe:OGL_ExtensionStringVersion" HKR,, "moh_spearhead_demo.exe:OGL_TexClampBehavior" HKR,, "mohaa.exe:OGL_ExtensionStringVersion" HKR,, "mohaa.exe:OGL_TexClampBehavior" HKR,, "oni.exe:OGL_ExtensionStringNVArch" HKR,, "_oni.exe:OGL_ExtensionStringNVArch" HKR,, "quake3.exe:OGL_TexClampBehavior" HKR,, "sof2.exe:OGL_TexClampBehavior" HKR,, "sof2mp.exe:OGL_TexClampBehavior" HKR,, "_vcvisual:OGL_ExtensionStringVersion" HKR,, "wolfmp.exe:OGL_TexClampBehavior" HKR,, "wolfsp.exe:OGL_TexClampBehavior" HKR,, "x29.exe:OGL_ExtensionStringVersion" HKR,, "_x29.exe:OGL_ExtensionStringVersion" HKR,, TwinViewInfo HKR,, PrevTwinViewInfo HKR,, SaveSettings HKR,, NvCplConfiguration HKR,, EnableWin2KDualview HKR,, NV_R&T HKR,, EdgeBlendingData HKR,, NT4MultiDevEnable HKR,, D3D_60461791 HKR,, DisableVersionCheck HKR,, DrvOptions HKR,, ProfileDefault HKR,, DevSwitchSuppressMask HKR,, VarBusLinkWidth HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\RIVATNT" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NVIDIA" HKLM,"Software\NVIDIA Corporation\RIVA TNT\OpenGL" HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\SERVICES\NV4\DEVICE0" HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\SERVICES\NV" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\NVIDIA NT4 Multimon CPL" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Device\shellex\PropertySheetHandlers\NVIDIA CPL Extension" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved",{6D0E6651-1CD8-11d6-92C4-0003479E4848} HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved",{FFB699E0-306A-11d3-8BD1-00104B6F7516} HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",NvCplDaemon HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",Nwiz HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",NvCplCleanup HKCU,"Software\Microsoft\Windows\CurrentVersion\Run",NvMediaCenter HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",NvMediaCenter HKLM,"SOFTWARE\Microsoft\Windows Media Foundation", EMUOPM HKCU,"Software\Classes\VirtualStore\MACHINE\Software\NVIDIA Corporation\Global\NVTweak" HKCU,"Software\NVIDIA Corporation\Global\Display" HKLM,"Software\NVIDIA Corporation\Global\Display" HKCU,"Software\NVIDIA Corporation\Global\NVTweak" HKLM,"Software\NVIDIA Corporation\Global\NVTweak" HKCU,"Software\NVIDIA Corporation\Global\NVSvc" HKLM,"Software\NVIDIA Corporation\Global\NVSvc" HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",SedonaDisable HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",ContextUIPolicy HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",TaskbarUIPolicy HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",CplGroupUIPolicy HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{3E500C0C-5D15-4610-8095-7CEBD4C43F24}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{3020E6D8-7D1A-4D3C-8B62-C4D4B8F28434}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{EDAC9CAA-4874-48C0-80DB-2D81B63EFE13}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{87CDE238-C2D9-4E31-99D7-DCD6A7E15F19}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{48787314-AD1E-4634-B5C5-EFA72EA7DD12}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{22A5B515-EC60-4513-B816-820ED195D7E6}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{63005CD0-8541-439c-A66A-617F4B1F2BCB}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{0EEC1AF6-7664-4D17-88A5-B71EF18A93BC}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{01504157-8839-4BF6-9B5B-51165A967B2B}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{684FA5EB-5222-47eb-8448-C14391005105}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{D68CED81-05AF-4071-98C4-3829E31945CF}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{C407106B-97E1-44DF-B594-5E557737854F}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{9B6E9D01-A89A-45AA-892F-30969B4A5C4D}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{DE0549BD-F34D-4748-AD94-0F2F22749F4F}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{AB866564-F241-49B2-B0A7-D6C537340728}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{1BC39379-8D90-4F18-8817-795C57163770}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{6017A978-93AD-4F2F-9E2D-07CF8C8DEBC4}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{CC0648AE-7E85-483C-B1DB-9335C9D6F8C7}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{6E4B938E-4BA1-4E8D-BCBA-8C51CE95F94F}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{B53EBC0C-2251-4AE2-9818-FD6AAF843EC2}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{5F9C8FEF-4352-43C0-AF63-88FF124C34F7}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{51840041-B26F-4843-B358-22ABB067396C}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{49F585C0-CE12-4306-9100-B6A28857B10B}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{382AF4B5-7F74-4040-B1FE-A861AF2D7402}" HKCU,"Software\NVIDIA Corporation\Global\OpenGL" HKLM,"Software\NVIDIA Corporation\Global\OpenGL" HKR,, NvCplDisplayTvLocaleVisited HKR,, NvCplEnableHardwarePage HKR,, NvCplTwinViewInDualView HKR,, NvCplTvLocaleAutoDetect HKR,, NvCplEnablenForcePage HKLM, Software\Microsoft\Windows\CurrentVersion\Run,NVDeployClient HKR,, OverlayMode2 HKR,, OverlayMode3 HKR,, OverlayMode4 HKR,, OverlayColorControlEnable HKR,, OverlayBrightness HKR,, OverlayContrast HKR,, OverlayHue HKR,, OverlaySaturation HKR,, OverlayGamma HKR,, OverlayMaxGamma HKR,, OverlaySharpness HKR,, OverlayDVC HKR,, VMBrightness HKR,, VMContrast HKR,, VMHue HKR,, VMSaturation HKR,, VMGamma HKR,, VMMaxGamma HKR,, VMSharpness HKR,, VMDVC HKR,, GvoInstalled HKLM, SYSTEM\CurrentControlSet\Services\nv\Performance,Library HKLM, SYSTEM\CurrentControlSet\Services\nv\Performance,Open HKLM, SYSTEM\CurrentControlSet\Services\nv\Performance,Collect HKLM, SYSTEM\CurrentControlSet\Services\nv\Performance,Close HKR,, D3DOGL_74095214 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\msogl",dll HKR,, RMDisableInst2Sys HKR,, RMCacheLoc HKR,, VarBusLinkWidth HKR,, "DefaultSettings.BitsPerPel" HKR,, "DefaultSettings.XResolution" HKR,, "DefaultSettings.YResolution" HKR,, MapOSD3ToNV HKR,, PerfLevelSrc HKR,, ModesetBlankDelay HKR,, VideoControl2 HKR,, UseBestResolution [Strings] ; Non-Localizable Strings REG_SZ = 0x00000000 REG_MULTI_SZ = 0x00010000 REG_EXPAND_SZ = 0x00020000 REG_BINARY = 0x00000001 REG_DWORD = 0x00010001 REG_SZ_APPEND = 0x00010008 ; Localizable Strings NVIDIA = "NVIDIA" NVIDIA_G70.DEV_0099.2 = "NVIDIA GeForce Go 7800 GTX" NVIDIA_G70.DEV_0099.3 = "NVIDIA GeForce Go 7800 GTX " NVIDIA_G70.DEV_0099.5 = "NVIDIA GeForce Go 7800 GTX " NVIDIA_G70.DEV_0099.6 = "NVIDIA GeForce Go 7800 GTX " NVIDIA_G70.DEV_0099.7 = "NVIDIA GeForce Go 7800 GTX " NVIDIA_G71.DEV_0297.1 = "NVIDIA GeForce Go 7950 GTX" NVIDIA_G71.DEV_0297.2 = "NVIDIA GeForce Go 7950 GTX " NVIDIA_G71.DEV_0297.3 = "NVIDIA GeForce Go 7950 GTX " NVIDIA_G71.DEV_0297.4 = "NVIDIA GeForce Go 7950 GTX " NVIDIA_G71.DEV_0297.5 = "NVIDIA GeForce Go 7950 GTX " NVIDIA_G71.DEV_0297.6 = "NVIDIA GeForce Go 7950 GTX " NVIDIA_G71.DEV_0297.7 = "NVIDIA GeForce Go 7950 GTX " NVIDIA_G71.DEV_0298.1 = "NVIDIA GeForce Go 7900 GS" NVIDIA_G71.DEV_0298.2 = "NVIDIA GeForce Go 7900 GS " NVIDIA_G71.DEV_0298.3 = "NVIDIA GeForce Go 7900 GS " NVIDIA_G71.DEV_0298.4 = "NVIDIA GeForce Go 7900 GS " NVIDIA_G71.DEV_0298.5 = "NVIDIA GeForce Go 7900 GS " NVIDIA_G71.DEV_0299.1 = "NVIDIA GeForce Go 7900 GTX" NVIDIA_G71.DEV_0299.2 = "NVIDIA GeForce Go 7900 GTX " NVIDIA_G71.DEV_0299.3 = "NVIDIA GeForce Go 7900 GTX " NVIDIA_G71.DEV_0299.4 = "NVIDIA GeForce Go 7900 GTX " NVIDIA_G71.DEV_0299.5 = "NVIDIA GeForce Go 7900 GTX " NVIDIA_G71.DEV_0299.6 = "NVIDIA GeForce Go 7900 GTX " NVIDIA_G71.DEV_029A.1 = "NVIDIA Quadro FX 2500M" NVIDIA_G71.DEV_029A.2 = "NVIDIA Quadro FX 2500M " NVIDIA_G71.DEV_029A.3 = "NVIDIA Quadro FX 2500M " NVIDIA_G71.DEV_029A.4 = "NVIDIA Quadro FX 2500M " NVIDIA_G71.DEV_029A.5 = "NVIDIA Quadro FX 2500M " NVIDIA_G71.DEV_029A.6 = "NVIDIA Quadro FX 2500M " NVIDIA_G71.DEV_029D.1 = "NVIDIA Quadro FX 3500" NVIDIA_G71.DEV_029D.3 = "NVIDIA Quadro FX 3500 " NVIDIA_G71.DEV_029D.4 = "NVIDIA Quadro FX 3500 " NVIDIA_G71.DEV_029D.5 = "NVIDIA Quadro FX 3500 " NVIDIA_G72.DEV_01D7.1 = "NVIDIA GeForce Go 7300" NVIDIA_G73.DEV_0398.1 = "NVIDIA GeForce Go 7600" NVIDIA_G73.DEV_0398.2 = "NVIDIA GeForce Go 7600 " NVIDIA_G84.DEV_0407.1 = "NVIDIA GeForce 8600M GT" NVIDIA_G84.DEV_0407.2 = "NVIDIA GeForce 8600M GT " NVIDIA_G84.DEV_0407.3 = "NVIDIA GeForce 8600M GT " NVIDIA_G84.DEV_0409.1 = "NVIDIA GeForce 8700M GT" NVIDIA_G84.DEV_0409.2 = "NVIDIA GeForce 8700M GT " NVIDIA_G84.DEV_040D.1 = "NVIDIA Quadro FX 1600M" NVIDIA_G84.DEV_040D.2 = "NVIDIA Quadro FX 1600M " NVIDIA_G86.DEV_0428.1 = "NVIDIA GeForce 8400M G" NVIDIA_G86.DEV_0428.2 = "NVIDIA GeForce 8400M G " NVIDIA_G92.DEV_060C.1 = "NVIDIA GeForce 8800M GTX" NVIDIA_G92.DEV_060C.2 = "NVIDIA GeForce 8800M GTX " NVUninstall.desc = "NVIDIA Display Driver" DiskID1 = "NVIDIA Windows Vista x64 Driver Library Installation Disk 1"
-
Thats it.
Here is what I added.
Code:; NVIDIA Windows Vista Display REF INF file ; Copyright (c) NVIDIA Corporation. All rights reserved. [Version] Signature = "$Windows NT$" Provider = %NVIDIA% ClassGUID = {4D36E968-E325-11CE-BFC1-08002BE10318} Class = Display CatalogFile = NVCV.CAT DriverVer = 11/09/2007, 7.15.11.6744 [DestinationDirs] DefaultDestDir = 11 nv.KMode = 12 nv.UMode = 11 nv.UModeWoW = 10,SysWow64 nv.OpenGL = 11 nv.OpenGLWoW = 10,SysWow64 nv.PanelWoW = 10,SysWow64 nv.Panel = 11 nv.Help = 18,nvcpl nv.Uninstall = 11 nv.PanelClient = 10,nvtmpinst nv.CoInstaller = 11 [SourceDisksNames] 1 = %DiskID1% [SourceDisksFiles] nvlddmkm.sys = 1 nvd3dum.dll = 1 nvd3dumx.dll = 1 nvwgf2um.dll = 1 nvwgf2umx.dll = 1 nvoglv64.dll = 1 nvoglv32.dll = 1 nvapi64.dll = 1 nvapi.dll = 1 nvcpl.dll = 1 nvsvc64.dll = 1 nvmctray.dll = 1 nvdisps.dll = 1 nvdispsr.dll = 1 nvgames.dll = 1 nvgamesr.dll = 1 nvmccs.dll = 1 nvmccss.dll = 1 nvmccssr.dll = 1 nvmobls.dll = 1 nvmoblsr.dll = 1 nvvitvs.dll = 1 nvvitvsr.dll = 1 nvapps.xml = 1 nvwsapps.xml = 1 nvcolor.exe = 1 nvdsp.chm = 1 nv3d.chm = 1 nvmob.chm = 1 nvmccsrs.dll = 1 nvudisp.exe = 1 nvuninst.exe = 1 nvdisp.nvu = 1 dpinst.exe = 1 nvwss.dll = 1 nvwssr.dll = 1 nvwks.chm = 1 oemdspif.dll = 1 nvhotkey.dll = 1 nvcod.dll = 1 nvcpl.cpl = 1 nvcplui.exe = 1 nvcpluir.dll = 1 nvexpbar.dll = 1 nvcpl.chm = 1 nvapps.xml = 1 nvwsapps.xml = 1 nvcplara.chm = 1 nvdspara.chm = 1 nv3dara.chm = 1 nvmobara.chm = 1 nvcplcsy.chm = 1 nvdspcsy.chm = 1 nv3dcsy.chm = 1 nvmobcsy.chm = 1 nvcpldan.chm = 1 nvdspdan.chm = 1 nv3ddan.chm = 1 nvmobdan.chm = 1 nvcpldeu.chm = 1 nvdspdeu.chm = 1 nv3ddeu.chm = 1 nvmobdeu.chm = 1 nvcplell.chm = 1 nvdspell.chm = 1 nv3dell.chm = 1 nvmobell.chm = 1 nvcpleng.chm = 1 nvdspeng.chm = 1 nv3deng.chm = 1 nvmobeng.chm = 1 nvcplesn.chm = 1 nvdspesn.chm = 1 nv3desn.chm = 1 nvmobesn.chm = 1 nvcplesm.chm = 1 nvdspesm.chm = 1 nv3desm.chm = 1 nvmobesm.chm = 1 nvcplfin.chm = 1 nvdspfin.chm = 1 nv3dfin.chm = 1 nvmobfin.chm = 1 nvcplfra.chm = 1 nvdspfra.chm = 1 nv3dfra.chm = 1 nvmobfra.chm = 1 nvcplheb.chm = 1 nvdspheb.chm = 1 nv3dheb.chm = 1 nvmobheb.chm = 1 nvcplhun.chm = 1 nvdsphun.chm = 1 nv3dhun.chm = 1 nvmobhun.chm = 1 nvcplita.chm = 1 nvdspita.chm = 1 nv3dita.chm = 1 nvmobita.chm = 1 nvcpljpn.chm = 1 nvdspjpn.chm = 1 nv3djpn.chm = 1 nvmobjpn.chm = 1 nvcplkor.chm = 1 nvdspkor.chm = 1 nv3dkor.chm = 1 nvmobkor.chm = 1 nvcplnld.chm = 1 nvdspnld.chm = 1 nv3dnld.chm = 1 nvmobnld.chm = 1 nvcplnor.chm = 1 nvdspnor.chm = 1 nv3dnor.chm = 1 nvmobnor.chm = 1 nvcplplk.chm = 1 nvdspplk.chm = 1 nv3dplk.chm = 1 nvmobplk.chm = 1 nvcplptg.chm = 1 nvdspptg.chm = 1 nv3dptg.chm = 1 nvmobptg.chm = 1 nvcplptb.chm = 1 nvdspptb.chm = 1 nv3dptb.chm = 1 nvmobptb.chm = 1 nvcplrus.chm = 1 nvdsprus.chm = 1 nv3drus.chm = 1 nvmobrus.chm = 1 nvcplsky.chm = 1 nvdspsky.chm = 1 nv3dsky.chm = 1 nvmobsky.chm = 1 nvcplslv.chm = 1 nvdspslv.chm = 1 nv3dslv.chm = 1 nvmobslv.chm = 1 nvcplsve.chm = 1 nvdspsve.chm = 1 nv3dsve.chm = 1 nvmobsve.chm = 1 nvcpltha.chm = 1 nvdsptha.chm = 1 nv3dtha.chm = 1 nvmobtha.chm = 1 nvcpltrk.chm = 1 nvdsptrk.chm = 1 nv3dtrk.chm = 1 nvmobtrk.chm = 1 nvcplchs.chm = 1 nvdspchs.chm = 1 nv3dchs.chm = 1 nvmobchs.chm = 1 nvcplcht.chm = 1 nvdspcht.chm = 1 nv3dcht.chm = 1 nvmobcht.chm = 1 [Manufacturer] %NVIDIA% = NVIDIA.Mfg,NTamd64.6.0 [NVIDIA.Mfg.NTamd64.6.0] %NVIDIA_G70.DEV_0099.2% = nv_G7x, PCI\VEN_10DE&DEV_0099&SUBSYS_09001558 %NVIDIA_G70.DEV_0099.3% = nv_G7x, PCI\VEN_10DE&DEV_0099&SUBSYS_09011558 %NVIDIA_G70.DEV_0099.5% = nv_G7x, PCI\VEN_10DE&DEV_0099&SUBSYS_05711558 %NVIDIA_G70.DEV_0099.6% = nv_G7x, PCI\VEN_10DE&DEV_0099&SUBSYS_05901558 %NVIDIA_G70.DEV_0099.7% = nv_G7x, PCI\VEN_10DE&DEV_0099&SUBSYS_05911558 %NVIDIA_G72.DEV_01D7.1% = nv_G7x, PCI\VEN_10DE&DEV_01D7&SUBSYS_06631558 %NVIDIA_G71.DEV_0297.1% = nv_G7x, PCI\VEN_10DE&DEV_0297&SUBSYS_09021558 %NVIDIA_G71.DEV_0297.2% = nv_G7x, PCI\VEN_10DE&DEV_0297&SUBSYS_05711558 %NVIDIA_G71.DEV_0297.3% = nv_G7x, PCI\VEN_10DE&DEV_0297&SUBSYS_09001558 %NVIDIA_G71.DEV_0297.4% = nv_G7x, PCI\VEN_10DE&DEV_0297&SUBSYS_05901558 %NVIDIA_G71.DEV_0297.5% = nv_G7x, PCI\VEN_10DE&DEV_0297&SUBSYS_05911558 %NVIDIA_G71.DEV_0297.6% = nv_G7x, PCI\VEN_10DE&DEV_0297&SUBSYS_09011558 %NVIDIA_G71.DEV_0297.7% = nv_G7x_2, PCI\VEN_10DE&DEV_0297&SUBSYS_05731558 %NVIDIA_G71.DEV_0298.1% = nv_G7x, PCI\VEN_10DE&DEV_0298&SUBSYS_09001558 %NVIDIA_G71.DEV_0298.2% = nv_G7x, PCI\VEN_10DE&DEV_0298&SUBSYS_09011558 %NVIDIA_G71.DEV_0298.3% = nv_G7x, PCI\VEN_10DE&DEV_0298&SUBSYS_05901558 %NVIDIA_G71.DEV_0298.4% = nv_G7x, PCI\VEN_10DE&DEV_0298&SUBSYS_05911558 %NVIDIA_G71.DEV_0298.5% = nv_G7x, PCI\VEN_10DE&DEV_0298&SUBSYS_05711558 %NVIDIA_G71.DEV_0299.1% = nv_G7x, PCI\VEN_10DE&DEV_0299&SUBSYS_09001558 %NVIDIA_G71.DEV_0299.2% = nv_G7x, PCI\VEN_10DE&DEV_0299&SUBSYS_09011558 %NVIDIA_G71.DEV_0299.3% = nv_G7x, PCI\VEN_10DE&DEV_0299&SUBSYS_05711558 %NVIDIA_G71.DEV_0299.4% = nv_G7x, PCI\VEN_10DE&DEV_0299&SUBSYS_05901558 %NVIDIA_G71.DEV_0299.5% = nv_G7x, PCI\VEN_10DE&DEV_0299&SUBSYS_05911558 %NVIDIA_G71.DEV_0299.6% = nv_G7x, PCI\VEN_10DE&DEV_0299&SUBSYS_05701558 %NVIDIA_G71.DEV_029A.1% = nv_G7x, PCI\VEN_10DE&DEV_029A&SUBSYS_09001558 %NVIDIA_G71.DEV_029A.2% = nv_G7x, PCI\VEN_10DE&DEV_029A&SUBSYS_05901558 %NVIDIA_G71.DEV_029A.3% = nv_G7x, PCI\VEN_10DE&DEV_029A&SUBSYS_05911558 %NVIDIA_G71.DEV_029A.4% = nv_G7x, PCI\VEN_10DE&DEV_029A&SUBSYS_05711558 %NVIDIA_G71.DEV_029A.5% = nv_G7x, PCI\VEN_10DE&DEV_029A&SUBSYS_05701558 %NVIDIA_G71.DEV_029A.6% = nv_G7x, PCI\VEN_10DE&DEV_029A&SUBSYS_09011558 %NVIDIA_G71.DEV_029D.1% = nv_G7x, PCI\VEN_10DE&DEV_029D&SUBSYS_05711558 %NVIDIA_G71.DEV_029D.3% = nv_G7x, PCI\VEN_10DE&DEV_029D&SUBSYS_05901558 %NVIDIA_G71.DEV_029D.4% = nv_G7x, PCI\VEN_10DE&DEV_029D&SUBSYS_05911558 %NVIDIA_G71.DEV_029D.5% = nv_G7x, PCI\VEN_10DE&DEV_029D&SUBSYS_09011558 %NVIDIA_G73.DEV_0398.1% = nv_G7x_1, PCI\VEN_10DE&DEV_0398&SUBSYS_22001558 %NVIDIA_G73.DEV_0398.2% = nv_G7x_1, PCI\VEN_10DE&DEV_0398&SUBSYS_22011558 %NVIDIA_G84.DEV_0407.1% = nv_G8x_1, PCI\VEN_10DE&DEV_0407&SUBSYS_22011558 %NVIDIA_G84.DEV_0407.2% = nv_G8x_1, PCI\VEN_10DE&DEV_0407&SUBSYS_22001558 %NVIDIA_G84.DEV_0407.3% = nv_G8x_2, PCI\VEN_10DE&DEV_0407&SUBSYS_05731558 %NVIDIA_G84.DEV_0409.1% = nv_G8x_2, PCI\VEN_10DE&DEV_0409&SUBSYS_09021558 %NVIDIA_G84.DEV_0409.2% = nv_G8x_2, PCI\VEN_10DE&DEV_0409&SUBSYS_05731558 %NVIDIA_G84.DEV_040D.1% = nv_G8x_2, PCI\VEN_10DE&DEV_040D&SUBSYS_05731558 %NVIDIA_G84.DEV_040D.2% = nv_G8x_2, PCI\VEN_10DE&DEV_040D&SUBSYS_09021558 %NVIDIA_G86.DEV_0428.1% = nv_G8x_2, PCI\VEN_10DE&DEV_0428&SUBSYS_06631558 %NVIDIA_G86.DEV_0428.2% = nv_G8x_2, PCI\VEN_10DE&DEV_0428&SUBSYS_06681558 %NVIDIA_G92.DEV_060C.1% = nv_G8x, PCI\VEN_10DE&DEV_060C&SUBSYS_05731558 %NVIDIA_G92.DEV_060C.2% = nv_G8x, PCI\VEN_10DE&DEV_060C&SUBSYS_09021558 [ControlFlags] ExcludeFromSelect = * [nv_G7x_2] Include = msdv.inf FeatureScore = F6 CopyFiles = nv.KMode, nv.UMode, nv.UModeWoW, nv.OpenGL, nv.OpenGLWoW, nv.Panel, nv.Help, nv.Uninstall, nv.PanelWoW AddReg = nv_SoftwareDeviceSettings AddReg = nv_icdSoftwareSettings AddReg = nv_ControlPanelSettings_2 AddReg = Uninstall_AddReg AddReg = EvictionThreshold_AddReg AddReg = PerfLevelSrc_G7x_AddReg DelReg = nv_ClearRegistrySwitches RegisterDlls = nv.RegisterDlls [nv_G7x_2.CoInstallers] CopyFiles = nv.CoInstaller AddReg = nv_CoInstaller_AddReg [nv_G7x_2.Services] AddService = nvlddmkm, 0x00000002, nv_Service_Inst [nv_G7x_2.GeneralConfigData] MaximumDeviceMemoryConfiguration = 128 MaximumNumberOfDevices = 4 [nv_G7x_1] Include = msdv.inf FeatureScore = F6 CopyFiles = nv.KMode, nv.UMode, nv.UModeWoW, nv.OpenGL, nv.OpenGLWoW, nv.Panel, nv.Help, nv.Uninstall, nv.PanelWoW AddReg = nv_SoftwareDeviceSettings AddReg = nv_icdSoftwareSettings AddReg = nv_ControlPanelSettings_1 AddReg = Uninstall_AddReg AddReg = EvictionThreshold_AddReg AddReg = PerfLevelSrc_G7x_AddReg DelReg = nv_ClearRegistrySwitches RegisterDlls = nv.RegisterDlls [nv_G7x_1.CoInstallers] CopyFiles = nv.CoInstaller AddReg = nv_CoInstaller_AddReg [nv_G7x_1.Services] AddService = nvlddmkm, 0x00000002, nv_Service_Inst [nv_G7x_1.GeneralConfigData] MaximumDeviceMemoryConfiguration = 128 MaximumNumberOfDevices = 4 [nv_G7x] Include = msdv.inf FeatureScore = F6 CopyFiles = nv.KMode, nv.UMode, nv.UModeWoW, nv.OpenGL, nv.OpenGLWoW, nv.Panel, nv.Help, nv.Uninstall, nv.PanelWoW AddReg = nv_SoftwareDeviceSettings AddReg = nv_icdSoftwareSettings AddReg = nv_ControlPanelSettings AddReg = Uninstall_AddReg AddReg = EvictionThreshold_AddReg AddReg = ModesetBlankDelay_AddReg AddReg = PerfLevelSrc_G7x_AddReg DelReg = nv_ClearRegistrySwitches RegisterDlls = nv.RegisterDlls [nv_G7x.CoInstallers] CopyFiles = nv.CoInstaller AddReg = nv_CoInstaller_AddReg [nv_G7x.Services] AddService = nvlddmkm, 0x00000002, nv_Service_Inst [nv_G7x.GeneralConfigData] MaximumDeviceMemoryConfiguration = 128 MaximumNumberOfDevices = 4 [nv_G8x_2] Include = msdv.inf FeatureScore = F6 CopyFiles = nv.KMode, nv.UMode, nv.UModeWoW, nv.OpenGL, nv.OpenGLWoW, nv.Panel, nv.Help, nv.Uninstall, nv.PanelWoW AddReg = nv_SoftwareDeviceSettings AddReg = nv_icdSoftwareSettings AddReg = nv_ControlPanelSettings_2 AddReg = Uninstall_AddReg AddReg = EvictionThreshold_AddReg AddReg = PerfLevelSrc_AddReg DelReg = nv_ClearRegistrySwitches RegisterDlls = nv.RegisterDlls [nv_G8x_2.CoInstallers] CopyFiles = nv.CoInstaller AddReg = nv_CoInstaller_AddReg [nv_G8x_2.Services] AddService = nvlddmkm, 0x00000002, nv_Service_Inst [nv_G8x_2.GeneralConfigData] MaximumDeviceMemoryConfiguration = 128 MaximumNumberOfDevices = 4 [nv_G8x_1] Include = msdv.inf FeatureScore = F6 CopyFiles = nv.KMode, nv.UMode, nv.UModeWoW, nv.OpenGL, nv.OpenGLWoW, nv.Panel, nv.Help, nv.Uninstall, nv.PanelWoW AddReg = nv_SoftwareDeviceSettings AddReg = nv_icdSoftwareSettings AddReg = nv_ControlPanelSettings_1 AddReg = Uninstall_AddReg AddReg = EvictionThreshold_AddReg AddReg = PerfLevelSrc_AddReg DelReg = nv_ClearRegistrySwitches RegisterDlls = nv.RegisterDlls [nv_G8x_1.CoInstallers] CopyFiles = nv.CoInstaller AddReg = nv_CoInstaller_AddReg [nv_G8x_1.Services] AddService = nvlddmkm, 0x00000002, nv_Service_Inst [nv_G8x_1.GeneralConfigData] MaximumDeviceMemoryConfiguration = 128 MaximumNumberOfDevices = 4 [nv_G8x] Include = msdv.inf FeatureScore = F6 CopyFiles = nv.KMode, nv.UMode, nv.UModeWoW, nv.OpenGL, nv.OpenGLWoW, nv.Panel, nv.Help, nv.Uninstall, nv.PanelWoW AddReg = nv_SoftwareDeviceSettings AddReg = nv_icdSoftwareSettings AddReg = nv_ControlPanelSettings AddReg = Uninstall_AddReg AddReg = EvictionThreshold_AddReg AddReg = ModesetBlankDelay_AddReg AddReg = PerfLevelSrc_AddReg DelReg = nv_ClearRegistrySwitches RegisterDlls = nv.RegisterDlls [nv_G8x.CoInstallers] CopyFiles = nv.CoInstaller AddReg = nv_CoInstaller_AddReg [nv_G8x.Services] AddService = nvlddmkm, 0x00000002, nv_Service_Inst [nv_G8x.GeneralConfigData] MaximumDeviceMemoryConfiguration = 128 MaximumNumberOfDevices = 4 [nv_Service_Inst] ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ErrorControl = 0 ; SERVICE_ERROR_IGNORE LoadOrderGroup = Video ServiceBinary = %12%\nvlddmkm.sys [nv.KMode] nvlddmkm.sys [nv.UMode] nvd3dumx.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvwgf2umx.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvapi64.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME [nv.UModeWoW] nvd3dum.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvwgf2um.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvapi.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME [nv.OpenGL] nvoglv64.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME [nv.OpenGLWoW] nvoglv32.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME [nv.Panel] nvcpl.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvsvc64.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvmctray.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvdisps.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvdispsr.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvgames.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvgamesr.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvmccss.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvmccssr.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvmobls.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvmoblsr.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvvitvs.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvvitvsr.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvmccs.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvmccsrs.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME nvwss.dll,,,0x00004000 nvwssr.dll,,,0x00004000 oemdspif.dll,,,0x00004000 nvhotkey.dll,,,0x00004000 nvcolor.exe nvudisp.exe nvcpl.cpl nvcplui.exe nvcpluir.dll,,,0x00004000 nvexpbar.dll,,,0x00004000 nvwsapps.xml nvapps.xml [nv.PanelWoW] nvapps.xml [nv.Help] nvdsp.chm nv3d.chm nvmob.chm nvwks.chm nvcpl.chm [nv.Uninstall] nvuninst.exe nvdisp.nvu dpinst.exe [nv.CoInstaller] nvcod.dll,,,0x00004000 nvcod100.dll,nvcod.dll,,0x00004000 [nv.RegisterDlls] 11,,nvapi64.dll,1 11,,nvdisps.dll,1 11,,nvgames.dll,1 11,,nvcpl.dll,1 11,,nvmccs.dll,1 11,,nvmobls.dll,1 11,,nvvitvs.dll,1 11,,nvwss.dll,1 [nv_icdSoftwareSettings] HKR,, OpenGLDriverName, %REG_MULTI_SZ%, "nvoglv64" HKR,, OpenGLDriverNameWoW, %REG_MULTI_SZ%, "nvoglv32" HKR,, OpenGLFlags, %REG_DWORD%, 0x00000003 HKR,, OpenGLFlagsWoW, %REG_DWORD%, 0x00000003 HKR,, OpenGLVersion, %REG_DWORD%, 0x00001000 HKR,, OpenGLVersionWoW, %REG_DWORD%, 0x00001000 [nv_SoftwareDeviceSettings] HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, "nvd3dum,nvd3dumx" HKR,, InstalledDisplayDrivers, %REG_SZ_APPEND%, "nvwgf2um,nvwgf2umx" HKR,, UserModeDriverName, %REG_MULTI_SZ%, "nvd3dumx.dll" HKR,, UserModeDriverName, %REG_SZ_APPEND%, "nvwgf2umx.dll" HKR,, UserModeDriverNameWoW, %REG_MULTI_SZ%, "nvd3dum.dll" HKR,, UserModeDriverNameWoW, %REG_SZ_APPEND%, "nvwgf2um.dll" HKR,, UserModeDriverGUID, %REG_SZ%, "{9A516B97-E7C1-451B-9165-C5035994A3F5}" HKR,, VgaCompatible, %REG_DWORD%, 0 HKR,, MultiFunctionSupported, %REG_DWORD%, 1 HKR,, RMDisableInst2Sys, %REG_DWORD%, 1 HKR,, RMCacheLoc, %REG_DWORD%, 0 HKR,, RMMaintainDevs, %REG_DWORD%, 1 HKR,, RMMaintainTVStandard, %REG_DWORD%, 1 HKR,, DevSwitchSuppressMask, %REG_DWORD%, 7 HKR,, LogicScalingMode, %REG_DWORD%, 4 HKR,, UseBestResolution, %REG_DWORD%, 1 HKR,, VarBusLinkWidth, %REG_DWORD%, 0 HKR,, FastResume, %REG_DWORD%, 0x1 HKR,, OverrideEdidFlags0, %REG_BINARY%, 32, 0C, 00, E4, 00, 00, 00, 1A, 04, 00, 00, 00, 36, 02, 61, 3C HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",NvSvc,,"RUNDLL32.EXE %11%\nvsvc64.dll,nvsvcStart" HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplEnableAdvancedTimingPage,%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\Global\NvTweak",NvCplAllowWinSatAssessment,%REG_DWORD%,0x1 HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplDisableSmartDimmerPage, %REG_DWORD%, 1 HKLM,"SOFTWARE\Microsoft\TMM",UseIViewHelper,%REG_DWORD%, 1 HKR,, NV_Modes, %REG_MULTI_SZ%, "{*}S 1400x1050x32 1600x1024x32 1600x1200x32 1920x1200 1920x1440 2048x1536=1F;1400x1050x8,16 1600x1024x8,16 1600x1200x8,16=3F;640x480 800x600 1024x768 1152x864 1280x960 1280x1024=7F;{407-60C}S 1920x1200x64 1920x1440x64 2048x1536x64=1F;640x400 640x480x64 800x600x64 1024x768x64 1152x864x64 1280x960x64 1280x1024x64=7F;320x200 320x240 400x300 480x360 512x384=F;HV 1400x1050x32 1600x1024x32 1600x1200x32 1920x1200 1920x1440 2048x1536=1F;" HKR,, NV_Modes, %REG_SZ_APPEND%, "1400x1050x8,16 1600x1024x8,16 1600x1200x8,16=3F;640x480 800x600 1024x768 1152x864 1280x960 1280x1024=7F;" ;Powermizer settings HKR,, PowerMizerDefault, %REG_DWORD%, 3 HKR,, PowerMizerEnable, %REG_DWORD%, 1 HKR,, PowerMizerLevel, %REG_DWORD%, 3 HKR,, PowerMizerLevelAC, %REG_DWORD%, 1 HKR,, PowerSaverHsyncOn, %REG_DWORD%, 1 HKR,, EnableCoreSlowdown, %REG_DWORD%, 1 HKR,, EnableMClkSlowdown, %REG_DWORD%, 1 HKR,, EnableNVClkSlowdown, %REG_DWORD%, 1 [nv_ControlPanelSettings_2] HKLM,"Software\NVIDIA Corporation\NVControlPanel",HelpFile,%REG_SZ%,"%18%\nvcpl\nvcpl.chm" HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",ContextUIPolicy,%REG_DWORD%,2 HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",TaskbarUIPolicy,%REG_DWORD%,2 HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",CplGroupUIPolicy,%REG_DWORD%,2 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{EDAC9CAA-4874-48C0-80DB-2D81B63EFE13}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{87CDE238-C2D9-4E31-99D7-DCD6A7E15F19}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{48787314-AD1E-4634-B5C5-EFA72EA7DD12}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{22A5B515-EC60-4513-B816-820ED195D7E6}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{63005CD0-8541-439c-A66A-617F4B1F2BCB}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{0EEC1AF6-7664-4D17-88A5-B71EF18A93BC}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{01504157-8839-4BF6-9B5B-51165A967B2B}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{684FA5EB-5222-47eb-8448-C14391005105}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{D68CED81-05AF-4071-98C4-3829E31945CF}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{C407106B-97E1-44DF-B594-5E557737854F}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{9B6E9D01-A89A-45AA-892F-30969B4A5C4D}",%REG_DWORD%,0x0 HKCR,CLSID\{FFB699E0-306A-11d3-8BD1-00104B6F7516},,,"NVIDIA CPL Extension" HKCR,CLSID\{FFB699E0-306A-11d3-8BD1-00104B6F7516}\InProcServer32,,,"%11%\nvcpl.dll" HKCR,CLSID\{FFB699E0-306A-11d3-8BD1-00104B6F7516}\InProcServer32,ThreadingModel,,Apartment HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplExposeWin2kDualView,%REG_DWORD%,1 HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\NVIDIA CPL Extension",,,"{FFB699E0-306A-11d3-8BD1-00104B6F7516}" HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplMPResolveMethod,%REG_DWORD%,3 HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",NvCplDaemon,,"RUNDLL32.EXE %11%\NvCpl.dll,NvStartup" HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",NvExportOEMDefaults,,"RUNDLL32.EXE %11%\NVCPL.DLL,ExportOEMDefaults" HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",NvRegisterMCTray,,"RUNDLL32.EXE %11%\NVMCTRAY.DLL,NvMCRegisterApp %11%\NvCpl.dll" HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplTvLocaleAutoDetect,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplAllowForceTVDetection,%REG_DWORD%,1 HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",NvMediaCenter,,"RUNDLL32.EXE %11%\NvMcTray.dll,NvTaskbarInit" HKLM,"Software\NVIDIA Corporation\Global\NVTweak\OemConfigurations",MediaCenterLoadPolicy,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\NVTweak\State",GlobalStartupDefaults,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplEnableActiveApp,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NoPages,%REG_DWORD%,0x01000000 HKR,, NvCplConfiguration, %REG_DWORD%, 0x40000000 [nv_ControlPanelSettings_1] HKLM,"Software\NVIDIA Corporation\NVControlPanel",HelpFile,%REG_SZ%,"%18%\nvcpl\nvcpl.chm" HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",ContextUIPolicy,%REG_DWORD%,2 HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",TaskbarUIPolicy,%REG_DWORD%,2 HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",CplGroupUIPolicy,%REG_DWORD%,2 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{EDAC9CAA-4874-48C0-80DB-2D81B63EFE13}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{87CDE238-C2D9-4E31-99D7-DCD6A7E15F19}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{48787314-AD1E-4634-B5C5-EFA72EA7DD12}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{22A5B515-EC60-4513-B816-820ED195D7E6}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{63005CD0-8541-439c-A66A-617F4B1F2BCB}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{0EEC1AF6-7664-4D17-88A5-B71EF18A93BC}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{01504157-8839-4BF6-9B5B-51165A967B2B}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{684FA5EB-5222-47eb-8448-C14391005105}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{D68CED81-05AF-4071-98C4-3829E31945CF}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{C407106B-97E1-44DF-B594-5E557737854F}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{9B6E9D01-A89A-45AA-892F-30969B4A5C4D}",%REG_DWORD%,0x0 HKCR,CLSID\{FFB699E0-306A-11d3-8BD1-00104B6F7516},,,"NVIDIA CPL Extension" HKCR,CLSID\{FFB699E0-306A-11d3-8BD1-00104B6F7516}\InProcServer32,,,"%11%\nvcpl.dll" HKCR,CLSID\{FFB699E0-306A-11d3-8BD1-00104B6F7516}\InProcServer32,ThreadingModel,,Apartment HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplExposeWin2kDualView,%REG_DWORD%,1 HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\NVIDIA CPL Extension",,,"{FFB699E0-306A-11d3-8BD1-00104B6F7516}" HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplMPResolveMethod,%REG_DWORD%,3 HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",NvCplDaemon,,"RUNDLL32.EXE %11%\NvCpl.dll,NvStartup" HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",NvExportOEMDefaults,,"RUNDLL32.EXE %11%\NVCPL.DLL,ExportOEMDefaults" HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",NvRegisterMCTray,,"RUNDLL32.EXE %11%\NVMCTRAY.DLL,NvMCRegisterApp %11%\NvCpl.dll" HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplTvLocaleAutoDetect,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplAllowForceTVDetection,%REG_DWORD%,1 HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",NvMediaCenter,,"RUNDLL32.EXE %11%\NvMcTray.dll,NvTaskbarInit" HKLM,"Software\NVIDIA Corporation\Global\NVTweak\OemConfigurations",MediaCenterLoadPolicy,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\NVTweak\State",GlobalStartupDefaults,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplEnableActiveApp,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NoPages,%REG_DWORD%,0x00020000 HKR,, NvCplConfiguration, %REG_DWORD%, 0x40000000 [nv_ControlPanelSettings] HKLM,"Software\NVIDIA Corporation\NVControlPanel",HelpFile,%REG_SZ%,"%18%\nvcpl\nvcpl.chm" HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",ContextUIPolicy,%REG_DWORD%,2 HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",TaskbarUIPolicy,%REG_DWORD%,2 HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",CplGroupUIPolicy,%REG_DWORD%,2 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{EDAC9CAA-4874-48C0-80DB-2D81B63EFE13}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{87CDE238-C2D9-4E31-99D7-DCD6A7E15F19}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{63005CD0-8541-439c-A66A-617F4B1F2BCB}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{0EEC1AF6-7664-4D17-88A5-B71EF18A93BC}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{01504157-8839-4BF6-9B5B-51165A967B2B}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{684FA5EB-5222-47eb-8448-C14391005105}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{D68CED81-05AF-4071-98C4-3829E31945CF}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{C407106B-97E1-44DF-B594-5E557737854F}",%REG_DWORD%,0x0 HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{9B6E9D01-A89A-45AA-892F-30969B4A5C4D}",%REG_DWORD%,0x0 HKCR,CLSID\{FFB699E0-306A-11d3-8BD1-00104B6F7516},,,"NVIDIA CPL Extension" HKCR,CLSID\{FFB699E0-306A-11d3-8BD1-00104B6F7516}\InProcServer32,,,"%11%\nvcpl.dll" HKCR,CLSID\{FFB699E0-306A-11d3-8BD1-00104B6F7516}\InProcServer32,ThreadingModel,,Apartment HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplExposeWin2kDualView,%REG_DWORD%,1 HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\NVIDIA CPL Extension",,,"{FFB699E0-306A-11d3-8BD1-00104B6F7516}" HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplMPResolveMethod,%REG_DWORD%,3 HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",NvCplDaemon,,"RUNDLL32.EXE %11%\NvCpl.dll,NvStartup" HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",NvExportOEMDefaults,,"RUNDLL32.EXE %11%\NVCPL.DLL,ExportOEMDefaults" HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",NvRegisterMCTray,,"RUNDLL32.EXE %11%\NVMCTRAY.DLL,NvMCRegisterApp %11%\NvCpl.dll" HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplTvLocaleAutoDetect,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplAllowForceTVDetection,%REG_DWORD%,1 HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",NvMediaCenter,,"RUNDLL32.EXE %11%\NvMcTray.dll,NvTaskbarInit" HKLM,"Software\NVIDIA Corporation\Global\NVTweak\OemConfigurations",MediaCenterLoadPolicy,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\NVTweak\State",GlobalStartupDefaults,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplEnableActiveApp,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NoPages,%REG_DWORD%,0x40120558 HKR,, NvCplConfiguration, %REG_DWORD%, 0x40000000 [Uninstall_AddReg] HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\NVIDIA Drivers","DisplayName", %REG_SZ%, "NVIDIA Drivers" HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\NVIDIA Drivers","UninstallString", %REG_SZ%, "%11%\NVUNINST.EXE UninstallGUI" HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\NVIDIA Drivers","UninstDataVerified", %REG_SZ%, "1" HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\NVIDIA Drivers\SubComponents","nvdisp.nvu", %REG_SZ%, "NVIDIA Display Driver" [nv_CoInstaller_AddReg] HKR,, CoInstallers32, %REG_MULTI_SZ%, "nvcod100.dll,NVCoInstaller" HKR, Uninstall, Uninstaller, %REG_SZ%, "nvudisp.exe" HKR, Uninstall, Script, %REG_SZ%, "nvdisp.nvu" HKR, Uninstall, CoInstaller, %REG_SZ%, "nvcod100.dll" HKR, Uninstall, Name, %REG_SZ%, %NVUninstall.desc% HKR, Uninstall, CopyFiles, %REG_MULTI_SZ%, "nvcpl.cpl,nvcplui.exe,nvexpbar.dll,nvcpluir.dll" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcpl.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplara.chm,nvdspara.chm,nv3dara.chm,nvmobara.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplcsy.chm,nvdspcsy.chm,nv3dcsy.chm,nvmobcsy.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcpldan.chm,nvdspdan.chm,nv3ddan.chm,nvmobdan.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcpldeu.chm,nvdspdeu.chm,nv3ddeu.chm,nvmobdeu.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplell.chm,nvdspell.chm,nv3dell.chm,nvmobell.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcpleng.chm,nvdspeng.chm,nv3deng.chm,nvmobeng.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplesn.chm,nvdspesn.chm,nv3desn.chm,nvmobesn.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplesm.chm,nvdspesm.chm,nv3desm.chm,nvmobesm.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplfin.chm,nvdspfin.chm,nv3dfin.chm,nvmobfin.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplfra.chm,nvdspfra.chm,nv3dfra.chm,nvmobfra.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplheb.chm,nvdspheb.chm,nv3dheb.chm,nvmobheb.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplhun.chm,nvdsphun.chm,nv3dhun.chm,nvmobhun.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplita.chm,nvdspita.chm,nv3dita.chm,nvmobita.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcpljpn.chm,nvdspjpn.chm,nv3djpn.chm,nvmobjpn.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplkor.chm,nvdspkor.chm,nv3dkor.chm,nvmobkor.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplnld.chm,nvdspnld.chm,nv3dnld.chm,nvmobnld.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplnor.chm,nvdspnor.chm,nv3dnor.chm,nvmobnor.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplplk.chm,nvdspplk.chm,nv3dplk.chm,nvmobplk.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplptg.chm,nvdspptg.chm,nv3dptg.chm,nvmobptg.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplptb.chm,nvdspptb.chm,nv3dptb.chm,nvmobptb.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplrus.chm,nvdsprus.chm,nv3drus.chm,nvmobrus.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplsky.chm,nvdspsky.chm,nv3dsky.chm,nvmobsky.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplslv.chm,nvdspslv.chm,nv3dslv.chm,nvmobslv.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplsve.chm,nvdspsve.chm,nv3dsve.chm,nvmobsve.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcpltha.chm,nvdsptha.chm,nv3dtha.chm,nvmobtha.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcpltrk.chm,nvdsptrk.chm,nv3dtrk.chm,nvmobtrk.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplchs.chm,nvdspchs.chm,nv3dchs.chm,nvmobchs.chm" HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvcplcht.chm,nvdspcht.chm,nv3dcht.chm,nvmobcht.chm" [EvictionThreshold_AddReg] HKLM, "System\CurrentControlSet\Control\GraphicsDrivers\MemoryManager",Period.EnableEvictionThresholdForWrite,%REG_DWORD%,0x0 [PerfLevelSrc_AddReg] HKR,, PerfLevelSrc, %REG_DWORD%, 0x3333 [PerfLevelSrc_G7x_AddReg] HKR,, PerfLevelSrc, %REG_DWORD%, 0x2222 [ModesetBlankDelay_AddReg] HKR,, ModesetBlankDelay, %REG_DWORD%, 0 [nv_ClearRegistrySwitches] HKLM,"Software\NVIDIA Corporation\NVAPI" HKLM,"SYSTEM\CurrentControlSet\Services\nv\NVAPI" HKLM,"SYSTEM\CurrentControlSet\Services\nvlddmkm\NVAPI" HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",NvSvc HKR,, "DefaultSettings.BitsPerPel" HKR,, "DefaultSettings.XResolution" HKR,, "DefaultSettings.YResolution" HKR,, NVREGSWITCHES HKR,, NV4_Modes HKR,, NV5_Modes HKR,, NV0A_Modes HKR,, NVVANTA_Modes HKR,, NV5M64_Modes HKR,, NV5ULTRA_Modes HKR,, NV10_Modes HKR,, NV10DDR_Modes HKR,, NV10GL_Modes HKR,, NV11_Modes HKR,, NV11DDR_Modes HKR,, NV11GL_Modes HKR,, CRUSH11_Modes HKR,, NV15_Modes HKR,, NV15DDR_Modes HKR,, NV15BR_Modes HKR,, NV15GL_Modes HKR,, NV17_Modes HKR,, NV17GL_Modes HKR,, NV18_Modes HKR,, NV18GL_Modes HKR,, NV1F_Modes HKR,, NV20_Modes HKR,, NV20_1_Modes HKR,, NV20_2_Modes HKR,, NV20_3_Modes HKR,, NV25_Modes HKR,, NV25GL_Modes HKR,, NV28_Modes HKR,, NV28GL_Modes HKR,, NV30_Modes HKR,, NV30GL_Modes HKR,, NV4_Modes_Delta HKR,, NV5_Modes_Delta HKR,, NV0A_Modes_Delta HKR,, NVVANTA_Modes_Delta HKR,, NV5M64_Modes_Delta HKR,, NV5ULTRA_Modes_Delta HKR,, NV10_Modes_Delta HKR,, NV10DDR_Modes_Delta HKR,, NV10GL_Modes_Delta HKR,, NV11_Modes_Delta HKR,, NV11DDR_Modes_Delta HKR,, NV11M_Modes_Delta HKR,, NV11GL_Modes_Delta HKR,, CRUSH11_Modes_Delta HKR,, NV15_Modes_Delta HKR,, NV15DDR_Modes_Delta HKR,, NV15BR_Modes_Delta HKR,, NV15GL_Modes_Delta HKR,, NV20_Modes_Delta HKR,, NV20_1_Modes_Delta HKR,, NV20_2_Modes_Delta HKR,, NV20_3_Modes_Delta HKR,, NV17_Modes_Delta HKR,, NV17GL_Modes_Delta HKR,, NV18_Modes_Delta HKR,, NV18GL_Modes_Delta HKR,, NV1F_Modes_Delta HKR,, NV25_Modes_Delta HKR,, NV25GL_Modes_Delta HKR,, NV28_Modes_Delta HKR,, NV28GL_Modes_Delta HKR,, NV30_Modes_Delta HKR,, NV30GL_Modes_Delta HKR,, VPucodeCtrl HKR,, MB_Enable HKR,, DCBOverride0 HKR,, DCBOverride1 HKR,, NV_Modes HKR,, UseCompressedModeFormat HKR,, FlatPanelMode HKR,, DMTOVERRIDE HKR,, DisableExtRefresh HKR,, Max16x12 HKR,, Disable19x12x32at60 HKR,, Disable16x12x32ge70 HKR,, Disable19x10x32ge70 HKR,, DellSwitch1 HKR,, OglStencil HKR,, CapabilityOverride HKR,, OGL_EnableFSAA HKR,, OGL_DefaultSwapInterval HKR,, OGL_TexMemorySpaceEnables HKR,, OGL_TexStagingBufferSize HKR,, OGL_TexStagingBufferMultSize HKR,, OGL_DLStagingBufferSizeWords HKR,, OGL_DlMemorySpaceEnables HKR,, "4x42.exe:OGL_TexClampBehavior" HKR,, "alice.exe:OGL_TexClampBehavior" HKR,, "codmp.exe:OGL_TexClampBehavior" HKR,, "codsp.exe:OGL_TexClampBehavior" HKR,, "_deko1000.exe:OGL_46574957" HKR,, "_deko1000hd.exe:OGL_46574957" HKR,, "_deko3000.exe:OGL_46574957" HKR,, "_deko3000hd.exe:OGL_46574957" HKR,, "diablo ii.exe:OGL_TexClampBehavior" HKR,, "et.exe:OGL_TexClampBehavior" HKR,, "idmain.exe:OGL_TexClampBehavior" HKR,, "_inflexion3d.exe:OGL_46574957" HKR,, "jamp.exe:OGL_TexClampBehavior" HKR,, "jasp.exe:OGL_TexClampBehavior" HKR,, "jk2mp.exe:OGL_TexClampBehavior" HKR,, "jk2sp.exe:OGL_TexClampBehavior" HKR,, "moh_breakthrough.exe:OGL_ExtensionStringVersion" HKR,, "moh_breakthrough.exe:OGL_TexClampBehavior" HKR,, "moh_breakthrough_demo.exe:OGL_ExtensionStringVersion" HKR,, "moh_breakthrough_demo.exe:OGL_TexClampBehavior" HKR,, "moh_spearhead.exe:OGL_ExtensionStringVersion" HKR,, "moh_spearhead.exe:OGL_TexClampBehavior" HKR,, "moh_spearhead_demo.exe:OGL_ExtensionStringVersion" HKR,, "moh_spearhead_demo.exe:OGL_TexClampBehavior" HKR,, "mohaa.exe:OGL_ExtensionStringVersion" HKR,, "mohaa.exe:OGL_TexClampBehavior" HKR,, "oni.exe:OGL_ExtensionStringNVArch" HKR,, "_oni.exe:OGL_ExtensionStringNVArch" HKR,, "quake3.exe:OGL_TexClampBehavior" HKR,, "sof2.exe:OGL_TexClampBehavior" HKR,, "sof2mp.exe:OGL_TexClampBehavior" HKR,, "_vcvisual:OGL_ExtensionStringVersion" HKR,, "wolfmp.exe:OGL_TexClampBehavior" HKR,, "wolfsp.exe:OGL_TexClampBehavior" HKR,, "x29.exe:OGL_ExtensionStringVersion" HKR,, "_x29.exe:OGL_ExtensionStringVersion" HKR,, TwinViewInfo HKR,, PrevTwinViewInfo HKR,, SaveSettings HKR,, NvCplConfiguration HKR,, EnableWin2KDualview HKR,, NV_R&T HKR,, EdgeBlendingData HKR,, NT4MultiDevEnable HKR,, D3D_60461791 HKR,, DisableVersionCheck HKR,, DrvOptions HKR,, ProfileDefault HKR,, DevSwitchSuppressMask HKR,, VarBusLinkWidth HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\RIVATNT" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NVIDIA" HKLM,"Software\NVIDIA Corporation\RIVA TNT\OpenGL" HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\SERVICES\NV4\DEVICE0" HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\SERVICES\NV" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\NVIDIA NT4 Multimon CPL" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Device\shellex\PropertySheetHandlers\NVIDIA CPL Extension" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved",{6D0E6651-1CD8-11d6-92C4-0003479E4848} HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved",{FFB699E0-306A-11d3-8BD1-00104B6F7516} HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",NvCplDaemon HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",Nwiz HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",NvCplCleanup HKCU,"Software\Microsoft\Windows\CurrentVersion\Run",NvMediaCenter HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",NvMediaCenter HKLM,"SOFTWARE\Microsoft\Windows Media Foundation", EMUOPM HKCU,"Software\Classes\VirtualStore\MACHINE\Software\NVIDIA Corporation\Global\NVTweak" HKCU,"Software\NVIDIA Corporation\Global\Display" HKLM,"Software\NVIDIA Corporation\Global\Display" HKCU,"Software\NVIDIA Corporation\Global\NVTweak" HKLM,"Software\NVIDIA Corporation\Global\NVTweak" HKCU,"Software\NVIDIA Corporation\Global\NVSvc" HKLM,"Software\NVIDIA Corporation\Global\NVSvc" HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",SedonaDisable HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",ContextUIPolicy HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",TaskbarUIPolicy HKLM,"Software\NVIDIA Corporation\Global\NvCplApi\Policies",CplGroupUIPolicy HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{3E500C0C-5D15-4610-8095-7CEBD4C43F24}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{3020E6D8-7D1A-4D3C-8B62-C4D4B8F28434}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{EDAC9CAA-4874-48C0-80DB-2D81B63EFE13}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{87CDE238-C2D9-4E31-99D7-DCD6A7E15F19}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{48787314-AD1E-4634-B5C5-EFA72EA7DD12}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{22A5B515-EC60-4513-B816-820ED195D7E6}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{63005CD0-8541-439c-A66A-617F4B1F2BCB}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{0EEC1AF6-7664-4D17-88A5-B71EF18A93BC}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{01504157-8839-4BF6-9B5B-51165A967B2B}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{684FA5EB-5222-47eb-8448-C14391005105}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{D68CED81-05AF-4071-98C4-3829E31945CF}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{C407106B-97E1-44DF-B594-5E557737854F}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{9B6E9D01-A89A-45AA-892F-30969B4A5C4D}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{DE0549BD-F34D-4748-AD94-0F2F22749F4F}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{AB866564-F241-49B2-B0A7-D6C537340728}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{1BC39379-8D90-4F18-8817-795C57163770}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{6017A978-93AD-4F2F-9E2D-07CF8C8DEBC4}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{CC0648AE-7E85-483C-B1DB-9335C9D6F8C7}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{6E4B938E-4BA1-4E8D-BCBA-8C51CE95F94F}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{B53EBC0C-2251-4AE2-9818-FD6AAF843EC2}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{5F9C8FEF-4352-43C0-AF63-88FF124C34F7}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{51840041-B26F-4843-B358-22ABB067396C}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{49F585C0-CE12-4306-9100-B6A28857B10B}" HKLM,"Software\NVIDIA Corporation\NVControlPanel\RegisteredServers\Overrides","{382AF4B5-7F74-4040-B1FE-A861AF2D7402}" HKCU,"Software\NVIDIA Corporation\Global\OpenGL" HKLM,"Software\NVIDIA Corporation\Global\OpenGL" HKR,, NvCplDisplayTvLocaleVisited HKR,, NvCplEnableHardwarePage HKR,, NvCplTwinViewInDualView HKR,, NvCplTvLocaleAutoDetect HKR,, NvCplEnablenForcePage HKLM, Software\Microsoft\Windows\CurrentVersion\Run,NVDeployClient HKR,, OverlayMode2 HKR,, OverlayMode3 HKR,, OverlayMode4 HKR,, OverlayColorControlEnable HKR,, OverlayBrightness HKR,, OverlayContrast HKR,, OverlayHue HKR,, OverlaySaturation HKR,, OverlayGamma HKR,, OverlayMaxGamma HKR,, OverlaySharpness HKR,, OverlayDVC HKR,, VMBrightness HKR,, VMContrast HKR,, VMHue HKR,, VMSaturation HKR,, VMGamma HKR,, VMMaxGamma HKR,, VMSharpness HKR,, VMDVC HKR,, GvoInstalled HKLM, SYSTEM\CurrentControlSet\Services\nv\Performance,Library HKLM, SYSTEM\CurrentControlSet\Services\nv\Performance,Open HKLM, SYSTEM\CurrentControlSet\Services\nv\Performance,Collect HKLM, SYSTEM\CurrentControlSet\Services\nv\Performance,Close HKR,, D3DOGL_74095214 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\msogl",dll HKR,, RMDisableInst2Sys HKR,, RMCacheLoc HKR,, VarBusLinkWidth HKR,, "DefaultSettings.BitsPerPel" HKR,, "DefaultSettings.XResolution" HKR,, "DefaultSettings.YResolution" HKR,, MapOSD3ToNV HKR,, PerfLevelSrc HKR,, ModesetBlankDelay HKR,, VideoControl2 HKR,, UseBestResolution [Strings] ; Non-Localizable Strings REG_SZ = 0x00000000 REG_MULTI_SZ = 0x00010000 REG_EXPAND_SZ = 0x00020000 REG_BINARY = 0x00000001 REG_DWORD = 0x00010001 REG_SZ_APPEND = 0x00010008 ; Localizable Strings NVIDIA = "NVIDIA" NVIDIA_G70.DEV_0099.2 = "NVIDIA GeForce Go 7800 GTX" NVIDIA_G70.DEV_0099.3 = "NVIDIA GeForce Go 7800 GTX " NVIDIA_G70.DEV_0099.5 = "NVIDIA GeForce Go 7800 GTX " NVIDIA_G70.DEV_0099.6 = "NVIDIA GeForce Go 7800 GTX " NVIDIA_G70.DEV_0099.7 = "NVIDIA GeForce Go 7800 GTX " NVIDIA_G71.DEV_0297.1 = "NVIDIA GeForce Go 7950 GTX" NVIDIA_G71.DEV_0297.2 = "NVIDIA GeForce Go 7950 GTX " NVIDIA_G71.DEV_0297.3 = "NVIDIA GeForce Go 7950 GTX " NVIDIA_G71.DEV_0297.4 = "NVIDIA GeForce Go 7950 GTX " NVIDIA_G71.DEV_0297.5 = "NVIDIA GeForce Go 7950 GTX " NVIDIA_G71.DEV_0297.6 = "NVIDIA GeForce Go 7950 GTX " NVIDIA_G71.DEV_0297.7 = "NVIDIA GeForce Go 7950 GTX " NVIDIA_G71.DEV_0298.1 = "NVIDIA GeForce Go 7900 GS" NVIDIA_G71.DEV_0298.2 = "NVIDIA GeForce Go 7900 GS " NVIDIA_G71.DEV_0298.3 = "NVIDIA GeForce Go 7900 GS " NVIDIA_G71.DEV_0298.4 = "NVIDIA GeForce Go 7900 GS " NVIDIA_G71.DEV_0298.5 = "NVIDIA GeForce Go 7900 GS " NVIDIA_G71.DEV_0299.1 = "NVIDIA GeForce Go 7900 GTX" NVIDIA_G71.DEV_0299.2 = "NVIDIA GeForce Go 7900 GTX " NVIDIA_G71.DEV_0299.3 = "NVIDIA GeForce Go 7900 GTX " NVIDIA_G71.DEV_0299.4 = "NVIDIA GeForce Go 7900 GTX " NVIDIA_G71.DEV_0299.5 = "NVIDIA GeForce Go 7900 GTX " NVIDIA_G71.DEV_0299.6 = "NVIDIA GeForce Go 7900 GTX " NVIDIA_G71.DEV_029A.1 = "NVIDIA Quadro FX 2500M" NVIDIA_G71.DEV_029A.2 = "NVIDIA Quadro FX 2500M " NVIDIA_G71.DEV_029A.3 = "NVIDIA Quadro FX 2500M " NVIDIA_G71.DEV_029A.4 = "NVIDIA Quadro FX 2500M " NVIDIA_G71.DEV_029A.5 = "NVIDIA Quadro FX 2500M " NVIDIA_G71.DEV_029A.6 = "NVIDIA Quadro FX 2500M " NVIDIA_G71.DEV_029D.1 = "NVIDIA Quadro FX 3500" NVIDIA_G71.DEV_029D.3 = "NVIDIA Quadro FX 3500 " NVIDIA_G71.DEV_029D.4 = "NVIDIA Quadro FX 3500 " NVIDIA_G71.DEV_029D.5 = "NVIDIA Quadro FX 3500 " NVIDIA_G72.DEV_01D7.1 = "NVIDIA GeForce Go 7300" NVIDIA_G73.DEV_0398.1 = "NVIDIA GeForce Go 7600" NVIDIA_G73.DEV_0398.2 = "NVIDIA GeForce Go 7600 " NVIDIA_G84.DEV_0407.1 = "NVIDIA GeForce 8600M GT" NVIDIA_G84.DEV_0407.2 = "NVIDIA GeForce 8600M GT " NVIDIA_G84.DEV_0407.3 = "NVIDIA GeForce 8600M GT " NVIDIA_G84.DEV_0409.1 = "NVIDIA GeForce 8700M GT" NVIDIA_G84.DEV_0409.2 = "NVIDIA GeForce 8700M GT " NVIDIA_G84.DEV_040D.1 = "NVIDIA Quadro FX 1600M" NVIDIA_G84.DEV_040D.2 = "NVIDIA Quadro FX 1600M " NVIDIA_G86.DEV_0428.1 = "NVIDIA GeForce 8400M G" NVIDIA_G86.DEV_0428.2 = "NVIDIA GeForce 8400M G " NVIDIA_G92.DEV_060C.1 = "NVIDIA GeForce 8800M GTX" NVIDIA_G92.DEV_060C.2 = "NVIDIA GeForce 8800M GTX " NVUninstall.desc = "NVIDIA Display Driver" DiskID1 = "NVIDIA Windows Vista x64 Driver Library Installation Disk 1"
Hopefully it works. -
thanks gophn, ill install it in 5 min and post if it works...
-
How to check if it worked? How to access it? The nvidia control panel looks like this:
Attached Files:
-
-
it might be under Advanced Settings...
I think I just added the PowerMizer settings to the driver to run it at max performance... I did not add the Nvidia Control Panel option.
Plug in your notebook to AC power, and make sure everything is on Max Performance...
and do 3DMark06 benchmark. -
I got the same score..
I am downloading ntune and am going to see if i cna modify clocks. If not, im going to ask either for a replacment or a refund from PCMW -
its not a problem.... Its probably just drivers.
I recommend to contact any other D901C (w/ 8800M GTX) owners that are using Vista x64, and ask which drivers are they using.
The notebook is fine, but the 8800M GTX is still fairly new and needs to get more mature drivers. -
BUt i tried lik 3 drivers and had 3 complete reinstalls but the same score....
btw here is what ntune's clock are showing up as -
I bet you only did it with x64...
If you try it with a 32-bit and the 32-bit drivers, that would prove that its not a defect system. -
But before my current x64 OS, i had vista 32 sp1 rc1, and the scores were the same
-
dont use Vista SP1 RC1... it has some issue with Nvidia drivers... I havent tested it for notebooks, but have seen the issues on desktops.
-
gophn thanks so much 4 all the help so far...
-
so theres nothing wrong with the gfx card right?
-
Do you think it might the problem of the memory? I tried to run Zoo Tycoon 2 and NBA live, but they said "not enugh physical mem to run"
So i went to task manager, here is what it said under physical memory:
Total - 4093
Cached - 2935
Free - 54
I only have FF running...
Ill do a disk cleanup and defragmentation to see if anything changes -
It is a very slim chance that its the videocard that has an issue.
The safest way to test it, if I were going to diagnose it for you, is:
- install XP SP2 w/ the Sager stock drivers and do a benchmark
- then Vista x86... which you did already
- then I would contact multiple M570RU owners with 8800m GTX and ask them which drivers they are using and their benchmark scores.
But first, I might just ask Chaz... since he did review the Sager 5793 and benchmarked it with pretty nice scores... he would know which drivers/OS config would be good. -
try the 167.43 drivers, it seems evertthing doesnt work well. And use driver cleaner in safe mode, get all that extra driver crap out.
-
let us know how things go
-
SO does anyone have the 57ru in x64? if so what drivers are u using? both 167.43/44 do not work for me.
-
start PM'ing people that have the system (in their sigs).
-
hy! i get the same problem when using other drivers than 167.43.
don't worry. just wait for new driver to come out.
regards -
Very odd, I hope you figure out the problem soon. I just got my 9262 Monday, I setup Vista Ultimate 64 and used the drivers that came on the disk. I have the 6850 CPU with 4 gig PC 6400 and I'm getting 9865 on
3DMark 2006.
The only issue I have with this wonderful machine is a stuck pixel right in the upper middle screen. Bright white right at eye level, still working with support to see what to do next since the program they had me try for two nights didn't unstick it. -
This advice is very good. I tried foolishly to update my Nvidia driver to 167.44 and my scores dropped by 1/2. I also tried the 167.43 from LaptopVideon and ditto plus my WEI dropped by 0.1.
My solution was(is) safemode, uninstall driver and delete them from the notebook. Reboot and Win will use standard drivers. Still in Safemode, re-install the driver that came with your drivers CD. That did it for me. Moral: dont' fix it if it ain't broke.
My OS is Ultimate x64 -
-
OK, so uninstall the drivers completely
Go to safe mode, then uninstal using add or remove programs. Then use Driver Sweeper and select nvidia-display, right?
Low 3d mark score
Discussion in 'Sager and Clevo' started by Vedya, Feb 19, 2008.