📄 usbnet.inf
字号:
[version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %Mycrosoft%
DriverVer = 07/02/2004,1.0.0.0
[Manufacturer]
%Mycrosoft% = Mycrosoft
[Mycrosoft]
;%UsbNet.DeviceDesc% = UsbNet.ndi, root\UsbNet ; Root enumerated
%UsbNet.DeviceDesc% = UsbNet.ndi, USB\VID_12B9&PID_F001
[UsbNet.ndi]
Characteristics = 0x4 ; NCF_PHYSICAL
BusType = 15 ; if you specify NCF_PHYSICAL, you must specify bustype
AddReg = UsbNet.Reg
CopyFiles = UsbNet.CopyFiles
[UsbNet.ndi.Services]
AddService = UsbNet, 2, UsbNet.Service, UsbNet.EventLog
;-----------------------------------------------------------------------------
; Microsoft Virtual Miniport Common
;
[UsbNet.Reg]
HKR, , BusNumber, 0, "0"
HKR, Ndi, Service, 0, "UsbNet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
;-----------------------------------------------------------------------------
; Driver and Service Section
;
[UsbNet.CopyFiles]
usbnet.sys,,,2
[UsbNet.Service]
DisplayName = %UsbNet.Service.DispName%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_DEMAND_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\usbnet.sys
LoadOrderGroup = NDIS
AddReg = TextModeFlags.Reg
[UsbNet.EventLog]
AddReg = UsbNet.AddEventLog.Reg
[UsbNet.AddEventLog.Reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
[TextModeFlags.Reg]
HKR, , TextModeFlags, 0x00010001, 0x0001
[SourceDisksNames]
1 = %DiskId1%,,,""
[SourceDisksFiles]
usbnet.sys = 1,,
;-----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
UsbNet.CopyFiles = 12
;-----------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
Mycrosoft = "Mycrosoft"
UsbNet.DeviceDesc = "Mycrosoft USB NET LINK"
UsbNet.Service.DispName = "Mycrosoft USB NET LINK Service"
DiskId1 = "Mycrosoft USB NET LINK Installation Disk #1"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -