📄 usbswitch.inf
字号:
; Copyright (c) Microsoft Corporation. All rights reserved.
;
; Use of this source code is subject to the terms of the Microsoft license agreement
; under which you licensed this source code. If you did not accept the terms of the
; license agreement, you are not authorized to use this source code.
; For the terms of the license, please see the license agreement signed by you and
; Microsoft or, if applicable, see the LICENSE.RTF on your install media.
[Version]
Signature = "$Windows NT$" ; required as-is
Provider = "Microsoft" ; maximum of 30 characters, full app name will be "<Provider> <AppName>"
CESignature = "$Windows CE$" ; required as-is
[CEDevice]
VersionMin = 5.0
VersionMax = 5.9
[CEStrings]
AppName = "USB Switch" ; maximum of 40 characters, full app name will be "<Provider> <AppName>"
InstallDir = %CE1%\%AppName% ; Program Files\USB Switch
[SourceDisksNames] ; directory that holds the application's files
1 = , "Common Files",,
[SourceDisksFiles] ; list of files to be included in .cab
usbswitch.exe = 1
[DefaultInstall] ; operations to be completed during install
CopyFiles = CopyToProgramFiles
CEShortcuts = Shortcuts
[DestinationDirs] ; default destination directories for each operation section
CopyToProgramFiles = 0, %InstallDir%
Shortcuts = 0, %CE17% ; \Windows\Start Menu\Programs
[CopyToProgramFiles] ; copy operation file list
"usbswitch.exe", usbswitch.exe
[Shortcuts] ; Shortcut created in destination dir, %CE14%
%AppName%,0,usbswitch.exe
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -