📄 windrvr6.inf
字号:
; WinDrvr6.inf: Jungo WinDriver v6.2.0 Installation file
; Installs WinDrvr6.sys as a pseudo-device
; Copyright (c) 2003 - 2004 Jungo Ltd. http://www.jungo.com
[Version]
Signature=$CHICAGO$
Class=System
ClassGuid={4d36e97d-e325-11ce-bfc1-08002be10318}
Provider=%MFGNAME%
;Uncomment the next line for WHQL
;CatalogFile=WinDrvr6.cat
DriverVer=03/17/2004, 6.2.0
[Manufacturer]
%MFGNAME%=DeviceList
[DestinationDirs]
DefaultDestDir=10,System32\Drivers
[SourceDisksFiles]
windrvr6.sys=1
[SourceDisksNames]
1=%INSTDISK%,,,.
;Delete the above line and uncomment the next line for WHQL
;1 = %INSTDISK%,WinDrvr6.cat,,
[DeviceList]
%DESCRIPTION%=DriverInstall,*WINDRVR6
[ClassInstall] ; Register a new class in Windows 98/Me
AddReg=UpDateRegistry
[ClassInstall32] ; Register a new class in Windows 2k/XP
AddReg=UpDateRegistry
[UpDateRegistry]
HKR,,,,Jungo
HKR,,Icon,,-5
;------------------------------------------------------------------------------
; Windows 2000 Sections
;------------------------------------------------------------------------------
[DriverInstall.NT]
CopyFiles=DriverCopyFiles
LogConfig=DriverConfigNT
[DriverCopyFiles]
windrvr6.sys,,,0x22 ; COPYFLG_NOSKIP | COPYFLG_NO_VERSION_DIALOG
[DriverInstall.NT.Services]
AddService=WinDriver6,2,DriverService
[DriverService]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary=%10%\system32\drivers\windrvr6.sys
[DriverConfigNT]
ConfigPriority=NORMAL
IOConfig=1@0-ffff%ffff(ffff::)
[DriverInstall.nt.hw]
AddReg=DriverHwAddReg
[DriverHwAddReg]
HKR,,SampleInfo,,""
;------------------------------------------------------------------------------
; Windows 98 Sections
;------------------------------------------------------------------------------
[DriverInstall]
AddReg=DriverAddReg
CopyFiles=DriverCopyFiles
LogConfig=DriverConfig98
[DriverAddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,windrvr6.sys
[DriverConfig98]
ConfigPriority=NORMAL
IOConfig=1@100-3ff%ffff(3ff::)
[DriverInstall.hw]
AddReg=DriverHwAddReg
;------------------------------------------------------------------------------
; String Definitions
;------------------------------------------------------------------------------
[Strings]
MFGNAME="Jungo"
INSTDISK="Jungo Installation Disc"
DESCRIPTION="WinDriver"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -