📄 vdbus.inf
字号:
[Version]
Signature="$WINDOWS NT$"
Class=System
ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
Provider=%PROV%
DriverVer=04/10/2007,1.0.0.0
CatalogFile=vdbus.cat
[DestinationDirs]
DefaultDestDir = 12
[SourceDisksNames]
1 = %DiskId1%,,,""
[SourceDisksFiles]
vdbus.sys = 1,,
;*****************************************
; VDBus Install Section
;*****************************************
[Manufacturer]
%StdMfg%=Standard,NTx86
; For XP and later
[Standard.NTx86]
%VDBus.DeviceDesc%=VDBus_Device, root\vdbus
[VDBus_Device.NT]
CopyFiles=Drivers_Dir
[VDBus_Device.NT.HW]
AddReg=VDBus_Device.NT.AddReg
[VDBus_Device.NT.AddReg]
HKR,,DeviceCharacteristics,0x10001,0x0100
HKR,,Security,,"D:P(A;;GA;;;BA)(A;;GA;;;SY)"
[Drivers_Dir]
vdbus.sys
;-------------- Service installation
[VDBus_Device.NT.Services]
AddService = vdbus,%SPSVCINST_ASSOCSERVICE%, vdbus_Service_Inst
; -------------- vdbus driver install sections
[vdbus_Service_Inst]
DisplayName = %vdbus.SVCDESC%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\vdbus.sys
LoadOrderGroup = Extended Base
;
;--- VDBus_Device Coinstaller installation ------
;
[DestinationDirs]
VDBus_Device_CoInstaller_CopyFiles = 11
[VDBus_Device.NT.CoInstallers]
AddReg=VDBus_Device_CoInstaller_AddReg
CopyFiles=VDBus_Device_CoInstaller_CopyFiles
[VDBus_Device_CoInstaller_AddReg]
HKR,,CoInstallers32,0x00010000, "WdfCoinstaller01000.dll,WdfCoInstaller"
[VDBus_Device_CoInstaller_CopyFiles]
WdfCoinstaller01000.dll
[SourceDisksFiles]
WdfCoinstaller01000.dll=1 ; make sure the number matches with SourceDisksNames
[VDBus_Device.NT.Wdf]
KmdfService = vdbus, vdbus_wdfsect
[vdbus_wdfsect]
KmdfLibraryVersion = 1.0
[Strings]
SPSVCINST_ASSOCSERVICE= 0x00000002
PROV = ""
StdMfg = "(Standard system devices)"
DiskId1 = "VD Bus Installation Disk #1"
VDBus.DeviceDesc = "Virtual Disk Bus Enumerator"
vdbus.SVCDESC = "Virtual Disk Bus Enumerator"
; End Of File.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -