📄 penmount.inf
字号:
; PenMount.INF
;
; Version 4.0.0, 2004/06/01
;
; INF file for USB Driver
;
; Copyright (c) 2003, 2004 Dialogue Technology Corp.
;
[Version]
Signature = "$WINDOWS NT$"
Class = HIDClass
ClassGuid = {745a17a0-74d3-11d0-b6fe-00a0c90f57da}
Provider = %PENMOUNTMfg%
CatalogFile = PenMount.CAT
DriverVer = 06/01/2004, 4.0.0
[SourceDisksNames]
1=%PenMountDisk%,,
[SourceDisksFiles]
pm_lower.sys = 1
[ControlFlags]
ExcludeFromSelect = *
[DestinationDirs]
DefaultDestDir = 10,System32\Drivers
; --------------------------------------------------------------------------------
; Manufacturer Section
; --------------------------------------------------------------------------------
[Manufacturer]
%PENMOUNTMfg% = PENMOUNTMice ; PENMOUNT Touchsystems
[PENMOUNTMice]
%USB\VID_14E1&PID_5000.DeviceDesc% = PenMountUSB.Install, USB\VID_14E1&PID_5000
%USB\VID_1204&PID_9998.DeviceDesc% = PenMountUSB.Install, USB\VID_1204&PID_9998
; --------------------------------------------------------------------------------
; Win XP PenMount USB Install Sections
; --------------------------------------------------------------------------------
[PenMountUSB.Install.NT]
Include = input.inf
Needs = HID_Inst.NT
Copyfiles = PenMountUSB.Install.CopyFiles.NT
[PenMountUSB.Install.NT.HW]
AddReg = PenMount_HW_AddReg
; -------------------------- Copy files ---------------
[PenMountUSB.Install.CopyFiles.NT]
pm_lower.sys
; ------------------------- Registry -------------------
[PenMount_HW_AddReg]
HKR,,"LowerFilters",0x00010000,"pm_lower"
HKCU,"Control Panel\Mouse",DoubleClickHeight,0x00000000,"25"
HKCU,"Control Panel\Mouse",DoubleClickWidth,0x00000000,"25"
HKCU,"Control Panel\Mouse",DoubleClickSpeed,0x00000000,"800"
; ----------------------------- Add services ------------
[PenMountUSB.Install.NT.Services]
Include = input.inf
Needs = HID_Inst.NT.Services
AddService = pm_lower,,pm_lower_Service_Inst
include = msmouse.inf
needs = MouClass.Services
[pm_lower_Service_Inst]
DisplayName = "pm_lower"
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_DEMAND_START%
ErrorControl = 0 ;%SERVICE_ERROR_IGNORE%
ServiceBinary = %12%\pm_lower.sys
LoadOrderGroup = extended base
; --------------------------------------------------------------------------------
; String Section
; --------------------------------------------------------------------------------
[Strings]
PenMountDisk="PenMount USB"
PENMOUNTMfg="Dialogue Technology Corp."
USB\VID_14E1&PID_5000.DeviceDesc="PenMount USB"
USB\VID_1204&PID_9998.DeviceDesc="PenMount USB"
PENMOUNT.SvcDesc="PenMount HID driver"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -