📄 pppoe.inf
字号:
[Version]
Signature = "$Windows NT$"
ClassGUID = {4D36E975-E325-11CE-BFC1-08002BE10318}
Provider = %Provider%
DriverVer = 10/03/2002,0.98.0720.0
[Manufacturer]
%Manufacturer% = DevicesSection
[DevicesSection]
; DisplayName Section DeviceID
; ----------- ------- --------
%PPPOE.DisplayName% = PPPOE.NDI, TC_PPPOE
;------------------------------------------------------------------------------
; Network Device Install and Remove Sections
;------------------------------------------------------------------------------
[PPPOE.NDI]
Characteristics = 0x10 ; NCF_NO_SERVICE
AddReg = PPPOE.AddReg
CopyFiles = PPPOE.Files.INF, PPPOE.Files.DLL, PPPOE.Files.SYS
[PPPOE.NDI.Remove]
DelFiles = PPPOE.Files.INF, PPPOE.Files.PNF, PPPOE.Files.DLL, PPPOE.Files.SYS
;[PPPOE.NDI.Remove.Services]
;DelService = TCPPPOE, 0x04 ; SPSVCINST_DELETEEVENTLOGENTRY
;------------------------------------------------------------------------------
; Registry Entries
;------------------------------------------------------------------------------
[PPPOE.AddReg]
HKR, NDI, HelpText, 0, %PPPOE.HelpText%
HKR, NDI, ClsID, 0, {23BFB49C-B6F9-450C-8AD0-23142B24A00A}
HKR, NDI, ComponentDll, 0, "%11%\notify.DLL"
HKR, NDI, Service, 0, "TCPPPOE"
HKR, NDI\Interfaces, UpperRange, 0, "noupper"
HKR, NDI\Interfaces, LowerRange, 0, "ndis4,ndis5"
;------------------------------------------------------------------------------
; File Lists
;------------------------------------------------------------------------------
[PPPOE.Files.INF]
PPPOEMP.INF, , , 2
[PPPOE.Files.PNF]
PPPOEMP.PNF, , , 2
[PPPOE.Files.DLL]
NOTIFY.DLL, , , 2
[PPPOE.Files.SYS]
PPPOE.SYS, , , 2
;------------------------------------------------------------------------------
; Source Directories
;------------------------------------------------------------------------------
[SourceDisksNames]
1 = %SourceDiskName%
[SourceDisksFiles]
PPPOEMP.INF = 1
NOTIFY.DLL = 1
PPPOE.SYS = 1
;------------------------------------------------------------------------------
; Destination Directories
;------------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 10 ; %SystemRoot% directory
PPPOE.Files.INF = 17 ; %SystemRoot%\INF directory
PPPOE.Files.PNF = 17 ; %SystemRoot%\INF directory
PPPOE.Files.DLL = 11 ; %SystemRoot%\System32 directory
PPPOE.Files.SYS = 12 ; %SystemRoot%\System32\Drivers directory
;------------------------------------------------------------------------------
; Localizable Strings
;------------------------------------------------------------------------------
[Strings]
; INF Provider
Provider = "tiamo"
; Manufacturer
Manufacturer = "tiamo"
; Display Name
PPPOE.DisplayName = "PPPoE Protocol by tiamo"
; Help Text
PPPOE.Helptext = "PPPoE driver by tiamo"
; Source Disk Description
SourceDiskName = "PPPoE Protocol Installation Diskette"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -