systray.inf
来自「VC++编写的驱动。很实用的」· INF 代码 · 共 38 行
INF
38 行
; systray.INF
; This is the Setup information file to install the Windows 98 Second Edition systray update.
[Version]
signature="$CHICAGO$"
[DefaultInstall]
CopyFiles=W98Upd.Copy.Sys
AddReg=W98Upd.AddReg
[DestinationDirs]
W98Upd.Copy.Sys = 11
[W98Upd.Copy.Sys]
hotplug.dll
systray.exe
;,,,32
[W98Upd.AddReg]
;usb.addreg
HKLM,Software\Microsoft\Windows\CurrentVersion\Run,SystemTray,,"SysTray.Exe"
[Strings]
[SourceDisksNames]
55="systray Update","",0
[SourceDisksFiles]
hotplug.dll = 55
systray.exe = 55
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?