⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 smuc.inf

📁 制作一个基于MFC对话框的OpenGL类
💻 INF
字号:
; 
; Copyright (C) 2005    NVIDIA Corporation
;
 
 
 
[Version] 
Signature = "$Windows NT$" 
Class=System
ClassGUID={4d36e97d-e325-11ce-bfc1-08002be10318} 
Provider=%NV% 
CatalogFile=nvsmu.cat
DriverVer= 02/16/2007,5.1.2600.0131

[DestinationDirs] 
SMU51.Files.x86_12 = 12 

[SourceDisksNames.x86]
0=%Desc_x860%

[SourceDisksFiles.x86]
nvsmu.sys=0
NVCOSMU.DLL=0

[Manufacturer] 
%NV%=NV

[NV]
%SMU51Desc%=SMU51_Inst,PCI\VEN_10DE&DEV_0271
%SMU51Desc%=SMU51_Inst,PCI\VEN_10DE&DEV_036B
%SMU51Desc%=SMU51_Inst,PCI\VEN_10DE&DEV_03F4
%SMU51Desc%=SMU51_Inst,PCI\VEN_10DE&DEV_0447
%SMU51Desc%=SMU51_Inst,PCI\VEN_10DE&DEV_0543


[SMU51_Inst.ntx86] 
CopyFiles = SMU51.Files.x86_12 

[SMU51_Inst.ntx86.Services] 
AddService = nvsmu,0x00000002,SMU51_Service_Instx86, 

[SMU51_Inst.CoInstallers]
AddReg=Uninstall.CoInst.AddReg
CopyFiles=Uninstall.CoInst.FileList
 
[SMU51_Service_Instx86] 
ServiceType = %SERVICE_KERNEL_DRIVER% 
StartType = %SERVICE_DEMAND_START% 
ErrorControl = %SERVICE_ERROR_IGNORE% 
ServiceBinary = %12%\nvsmu.sys

[SMU51.Files.x86_12] 
nvsmu.sys

[Uninstall.CoInst.AddReg]
HKR,,CoInstallers32,0x00010000,	"NVCOSMU.DLL,NVCoInstaller"
HKR, Uninstall, Script,      0, "nvsmu.nvu"
HKR, Uninstall, Name,        0, "NVIDIA SMU Driver"
HKR, Uninstall, INFSrcDir,   0, %01% 
HKR, Uninstall, Uninstaller, 0, "nvuSMU.exe"

[Uninstall.CoInst.FileList]
NVCOSMU.DLL

[Strings] 

;  *******Localizable Strings******* 
NV= "NVIDIA" 
Desc_x860= "NVIDIA SMU Drivers" 
SMU51Desc= "NVIDIA nForce System Management Controller" 

;  *******Non Localizable Strings******* 

SERVICE_BOOT_START = 0x0 
SERVICE_SYSTEM_START = 0x1 
SERVICE_AUTO_START = 0x2 
SERVICE_DEMAND_START = 0x3 
SERVICE_DISABLED = 0x4 

SERVICE_KERNEL_DRIVER = 0x1 
SERVICE_ERROR_IGNORE = 0x0 
SERVICE_ERROR_NORMAL = 0x1 
SERVICE_ERROR_SEVERE = 0x2 
SERVICE_ERROR_CRITICAL = 0x3 

REG_EXPAND_SZ = 0x00020000 
REG_DWORD = 0x00010001 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -