syssetup.inf 文件详解

[Version]
signature=”$Windows NT$”
ClassGUID={00000000-0000-0000-0000-000000000000}
layoutfile=LAYOUT.INF

;要删除的开始菜单对象, 这个应该是升级安装的时候用到的, 全新安装的话, 可以删除
[StartMenu.ObjectsToDelete]
1,%intro%,%main%,0
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
0,%prexp_accessories_games%,”",1

;要安装的开始菜单对象快捷方式
[StartMenuItems]
;远程协助 (User)
%remote_assistance% = rcimlby.exe,”%%SYSTEMROOT%%system32 cimlby.exe -LaunchRA”,”%%SYSTEMROOT%%system32 cimlby.exe”,,”@%systemroot%system32 cbdyctl.dll,-151″,”%systemroot%system32 cbdyctl.dll”,152
;要安装的开始菜单对象组快捷方式
[StartMenuGroups]
;’附件’ 文件夹
Accessories = %accessories%,0,”%SystemRoot%system32shell32.dll”,21761
;’附件/辅助工具’ 文件夹
Accessibility = %accessibility%,0,”%SystemRoot%system32shell32.dll”,21760
;’启动’ 文件夹 (User)
Startup = %startup%,0,”%SystemRoot%system32shell32.dll”,21787
;’启动’ 文件夹 (All User)
StartupCommon = %startup%,1,”%SystemRoot%system32shell32.dll”,21787
;’管理工具’ 文件夹 (要在任务栏属性中激活)
AdminTools = %admintools%,1,”%SystemRoot%system32shell32.dll”,21762
;’附件/娱乐’ 文件夹
Entertainment = %accessories_entertainment%,0,”%SystemRoot%system32shell32.dll”,21772
;’开始菜单’ 文件夹 (All User)
StartMenuCommon = %startmenucommon%,0
;’附件/系统工具’ 文件夹
SystemTools = %systemtools%,1,”%SystemRoot%system32shell32.dll”,21788
;’附件/通讯’ 文件夹
Communications = %communications%,1,”%SystemRoot%system32shell32.dll”,21768

;’附件’ 文件夹下的快捷方式 (以下快捷方式都属于 User, 在 All User 附件目录下的那些快捷方式在 accessor.inf 中定义了一部分.
[Accessories]
;命令提示符
%cmd% = cmd.exe,cmd.exe,cmd.exe,0,”@%SystemRoot%system32shell32.dll,-22534″,”%SystemRoot%system32shell32.dll”,22022
;记事本
%notepad% = notepad.exe,notepad.exe,,0,”@%SystemRoot%system32shell32.dll,-22563″,”%SystemRoot%system32shell32.dll”,22051
;同步
%synchronize% = mobsync.exe,mobsync.exe,,0,”@%SystemRoot%system32shell32.dll,-22574″,”%SystemRoot%system32shell32.dll”,22062
;漫游 Windows XP
%windowstour% = tourstart.exe,tourstart.exe,,0,”@%SystemRoot%system32 ourstart.exe,-2″,”%SystemRoot%system32 ourstart.exe”,1
;程序兼容性向导
%compatwizard% = ,”hcp://system/compatctr/compatmode.htm”,compatUI.dll,0, “@%systemRoot%system32compatUI.dll,-117″, “%SystemRoot%system32compatUI.dll”, 115
;TrueType 造字程序
%CHAREDIT% = eudcedit.exe,eudcedit.exe,,0,%charedit_infotip%

;’附件/辅助工具’ 文件夹下的快捷方式
[Accessibility]
;放大镜
%magnifier% = magnify.exe,magnify.exe,,0,”@%SystemRoot%system32shell32.dll,-22553″,”%SystemRoot%system32shell32.dll”,22041
;屏幕键盘
%screenkeyboard% = osk.exe,osk.exe,,0,”@%SystemRoot%system32shell32.dll,-22564″,”%SystemRoot%system32shell32.dll”,22052
;辅助工具管理器
%utilman% = utilman.exe,”utilman.exe /start”,,0,”@%SystemRoot%system32shell32.dll,-22577″,”%SystemRoot%system32shell32.dll”,22065

;’管理工具’ 文件夹下的快捷方式 (要在任务栏属性中激活)
[AdminTools]
;计算机管理
%compmgmt% = compmgmt.msc,”compmgmt.msc /s”,mycomput.dll,2,”@%SystemRoot%system32shell32.dll,-22535″,”%SystemRoot%system32shell32.dll”,22023
;事件查看器
%neweventvwr% = eventvwr.msc,”eventvwr.msc /s”,els.dll,0,”@%SystemRoot%system32shell32.dll,-22541″,”%SystemRoot%system32shell32.dll”,22029
;性能监视器
%sysmon% = perfmon.msc,”perfmon.msc /s”,sysmon.ocx,0,”@%SystemRoot%system32shell32.dll,-22567″,”%SystemRoot%system32shell32.dll”,22055
;数据源
%datasrcodbc% = odbcad32.exe,odbcad32.exe,odbcad32.exe,0,”@%SystemRoot%system32shell32.dll,-22537″,”%SystemRoot%system32shell32.dll”,22025
;本地安全策略
%locsecpol% = secpol.msc,”secpol.msc /s”,wsecedit.dll,0,”@%SystemRoot%system32shell32.dll,-22552″,”%SystemRoot%system32shell32.dll”,22040
;服务
%services% = services.msc,”services.msc /s”,filemgmt.dll,0,”@%SystemRoot%system32shell32.dll,-22571″,”%SystemRoot%system32shell32.dll”,22059
;’娱乐’ 文件夹下的快捷方式
[Entertainment]
;’开始菜单’ 文件夹下的快捷方式 (All User)
[StartMenuCommon]
;Windows Update 在线更新
%windowsupdate% = wupdmgr.exe,wupdmgr.exe,,0,”@%SystemRoot%system32shell32.dll,-22580″
;Windows Catalog
%windowscatalog% = ,”http://go.microsoft.com/fwlink/?LinkId=374“,moricons.dll,107,”@%SystemRoot%system32shell32.dll,-22587″,”%SystemRoot%system32shell32.dll”,22075
;激活 Windows
%oobe_desc% = oobemsoobe.exe,”%%SYSTEMROOT%%system32oobemsoobe.exe /A”,,0,”@%SystemRoot%system32oobemsoobe.exe,-2001″,”%SystemRoot%system32oobemsoobe.exe”,2000
;设定程序访问和默认值
%configureprograms% = appwiz.cpl,”control.exe appwiz.cpl,,3″,moricons.dll,-114,”@%SystemRoot%system32xpsp1res.dll,-10078″,”%SystemRoot%system32xpsp1res.dll”,10077

;’附件/系统工具’ 文件夹下的快捷方式
[SystemTools]
;备份
%ntbackup% = ntbackup.exe,ntbackup.exe,,0,”@%SystemRoot%system32shell32.dll,-22530″,”%SystemRoot%system32shell32.dll”,22018
;激活 Windows
%oobe_desc% = oobemsoobe.exe,”%%SYSTEMROOT%%system32oobemsoobe.exe /A”,,0,”@%SystemRoot%system32oobemsoobe.exe,-2001″,”%SystemRoot%system32oobemsoobe.exe”,2000
;文件和设置转移向导
%migwiz_desc% = usmtmigwiz.exe,”%%SYSTEMROOT%%system32usmtmigwiz.exe”,,0,”@%SystemRoot%system32usmtmigwiz.exe,-203″,”%SystemRoot%system32usmtmigwiz.exe”,202
;Security Center (安全中心)
%seccenter% = wscui.cpl,”%SystemRoot%system32wscui.cpl”,”%SystemRoot%system32xpsp2res.dll”,-6105,”@%SystemRoot%system32xpsp2res.dll,-6104″,”%SystemRoot%System32xpsp2res.dll”,6103

;’附件/通讯’ 文件夹下的快捷方式
[Communications]
;无线网络安装向导
%FlashConfigWiz% = NetSetup.cpl,”rundll32 shell32.dll,Control_RunDLL NetSetup.cpl,@0,WNSW”,”%SystemRoot%system32xpsp2res.dll”,-2026,”@%SystemRoot%system32xpsp2res.dll,-16202″,”%SystemRoot%System32xpsp2res.dll”,16201

;如果 Windows 已被激活的话, 就删除 ‘激活 Windows’ 这个快捷方式
[DEL_OOBE_ACTIVATE]
ProfileItems = OOBE_ACTIVATE

[DEL_ACTIVATE]
ProfileItems = OOBE_ACTIVATE, OOBE_ACTIVATE2

[OOBE_ACTIVATE]
Name=%oobe_desc%,0×0000002
SubDir=%startmenucommon%

[OOBE_ACTIVATE2]
Name=%oobe_desc%,0×0000002
SubDir=%systemtools%

[RESTORE_OOBE_ACTIVATE]
ProfileItems = RESTORE_OOBE_ACTIVATE_STARTMENU, RESTORE_OOBE_ACTIVATE_SYSTEMTOOLS

[RESTORE_OOBE_ACTIVATE_STARTMENU]
Name = %oobe_desc%
CmdLine = 11,,”%%SYSTEMROOT%%system32oobemsoobe.exe /A”
SubDir = %startmenucommon%
InfoTip = “@%SystemRoot%system32oobemsoobe.exe,-2001″
DisplayResource=”%SystemRoot%system32oobemsoobe.exe”,2000
[RESTORE_OOBE_ACTIVATE_SYSTEMTOOLS]
Name = %oobe_desc%
CmdLine = 11,,”%%SYSTEMROOT%%system32oobemsoobe.exe /A”
SubDir=%systemtools%
InfoTip = “@%SystemRoot%system32oobemsoobe.exe,-2001″
DisplayResource=”%SystemRoot%system32oobemsoobe.exe”,2000

;默认安装的安全编录文件 (请注意, 这些都是系统编录文件, 随意删除很可能因为数字签名无效而导致安装失败)
[ProductCatalogsToInstall]
;系统 Inf 文件的安全编录? (重要)
NT5INF.CAT, 1
;Win XP 原版文件的安全编录 (重要)
NT5.CAT
;Win XP SP2 文件的安全编录 (重要)
SP2.CAT
;打印机驱动的安全编录?
NTPRINT.CAT
;WinXP IIS5 的安全编录 (可被 nLite 精简)
NT5IIS.CAT
;????暂时不知是哪个的
MAPIMIG.CAT
;FrontPage 扩展的安全编录 (可被 nLite 精简)
FP4.CAT
;WinXP IIS5 的安全编录 (可被 nLite 精简)
IMS.CAT
;Windows Messenger 的安全编录 (可被 nLite 精简)
MSMSGS.CAT
;????暂时不知是哪个的
HPCRDP.CAT
;IBM ThinkPad 相关文件的安全编录 (可被 nLite 精简)
MW770.CAT
;????暂时不知是哪个的 (可被 nLite 精简)
wmerrenu.cat
;Internet 认证服务相关文件的安全编录 (可被 nLite 精简)
IASNT4.CAT
;????暂时不知是哪个的
MSTSWEB.CAT
;OEMBIOS.bin 的安全编录 (比较重要?)
OEMBIOS.CAT
;平板电脑相关文件的安全编录 (可被 nLite 精简)
tabletpc.cat
;媒体中心相关文件的安全编录 (可被 nLite 精简)
mediactr.cat
;????暂时不知是哪个的, 可能是 MSN Explorer 或是 MSN 游戏 (可被 nLite 精简)
msn7.cat
;????暂时不知是哪个的, 可能是 MSN Explorer 或是 MSN 游戏 (可被 nLite 精简)
msn9.cat
;.Net Framework 的安全编录 (可被 nLite 精简)
netfx.cat
;安装时要卸载的旧安全编录 (只在升级安装时有点用, 全新安装用不到, 可以删除)
[ProductCatalogsToUninstall]
ICH2USB.CAT
;;;;;;;;;;;;;;;;;;;;;
KB999999.cat
;以前安装过的 Hotfix 的安全编录
,WindowsUpdateCatalog
;SPx.cat (比如, 你在 XP SP1 系统上升级安装 XP SP2, 那么原来存在的 SP1.cat 会被卸载)
,SPLevel
;安装时要卸载的旧组件 (只在升级安装时有点用, 全新安装用不到, 可以删除)
[OsComponentPackagesToRemove]
;旧版本的 Internet Explorer
{89820200-ECBD-11cf-8B85-00AA005B4383}=0×00060000
;旧版本的 Outlook Express
{44BBA840-CC51-11CF-AAFA-00AA00B6015C}=0×00060000
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;旧版本的 Microsoft Windows Script
{4F645220-306D-11D2-995D-00C04F98BBC9}=0×00050006
;系统默认安装的硬件驱动 (如果你确定自己用不到某些硬件驱动, 那么可以在此将其移除, 这样安装时检测设备的时间会少一点点)
[DeviceInfsToInstall]
;IEEE 1394 总线主控制器 (可被 nLite 精简)
1394.inf
;1394 Debugger Device (1394 调试器设备) (可被 nLite 精简)
1394vdbg.inf
;61883 设备类
61883.inf
;AVC 设备类 (可被 nLite 精简)
avc.inf
;电池以及 UPS (可被 nLite 精简)
battery.inf
;Bluetooth Radios (蓝牙设备) (可被 nLite 精简)
bth.inf
;DVD/CD-ROM 驱动器 (刻录机的部分也在这里)
cdrom.inf
;处理器
cpu.inf
;IEEE 1394 IP 网络计数器 (可被 nLite 精简)
enum1394.inf
;闪速磁盘设备 (跟 U 盘无关, 应该是闪存卡之类的)
flash.inf
;磁盘驱动器
disk.inf
;旧式以及标准显示卡
display.inf
;IEEE 1284.4 设备 (可被 nLite 精简)
dot4.inf
;IEEE 1284.4 兼容打印机 (可被 nLite 精简)
dot4prt.inf
;软盘控制器 (可被 nLite 精简)
fdc.inf
;软盘驱动器 (可被 nLite 精简)
flpydisk.inf
;IEEE 1394 和 SCSI 打印机 (可被 nLite 精简)
genprint.inf
;计算机 (用于识别电源管理模式, 不要乱删)
hal.inf
;人体学输入设备 (比如, USB 键盘, 手柄之类的要用到它)
input.inf
;键盘
keyboard.inf
;非即插即用驱动程序 (比较重要, 不要乱删)
legcydrv.inf
;系统设备 (重要, 不要乱删)
machine.inf
;介质变换器 (可被 nLite 精简)
mchgr.inf
;调制解调器 (可被 nLite 精简)
mdmsetup.inf
;通用多功能卡
mf.inf
;标准以及老式名牌监视器
monitor.inf
;IDE ATA/ATAPI 控制器
mshdc.inf
;鼠标和其它指针设备
msmouse.inf
;端口 (COM 和 LPT) (可被 nLite 精简) (最好不要删, 一般都是用的系统自带的端口驱动)
msports.inf
;多串口卡 (可被 nLite 精简)
multiprt.inf
;NT Apm/Legacy 支持
ntapm.inf
;网络适配器
netclass.inf
;红外线设备 (可被 nLite 精简)
netirsir.inf
;打印机 (可被 nLite 精简)
ntprint.inf
;PCMCIA 卡 (可被 nLite 精简)
pcmcia.inf
;SCSI 和 RAID 控制器
pnpscsi.inf
;SBP2 IEEE 1394 设备 (可被 nLite 精简)
sbp2.inf
;SCSI 和 RAID 控制器
scsi.inf
;Secure Digital host controllers
sdbus.inf
;智能卡阅读器 (可被 nLite 精简)
smartcrd.inf
;图像处理设备 (可被 nLite 精简)
sti.inf
;磁带驱动器 (可被 nLite 精简)
tape.inf
;通用串行总线控制器
usb.inf
;声音、视频和游戏控制器
wdmaudio.inf
;存储卷
volume.inf
;存储卷影复制 (可被 nLite 精简)
volsnap.inf
;Windows CE USB Devices (用于跟 WinCE 通讯的驱动吧)
wceusbsh.inf
;只当设备存在时才安装以下驱动
[DeviceInfsToInstallIfExists]
;Memory Stick controllers (Sony 的存储棒驱动) (可被 nLite 精简)
memstpci.inf
;IBM ThinkPad 600/770 (这个格式有点古怪…) (可被 nLite 精简)
mwtpdsp.inf
;探测顺序 (硬件设备的探测顺序)
[DetectionOrder]
;显示卡类设备
{4D36E968-E325-11CE-BFC1-08002BE10318}
;网卡类设备
{4D36E972-E325-11CE-BFC1-08002BE10318}

;?????
[NonBatchedDetection]
;调制解调器类设备
{4D36E96D-E325-11CE-BFC1-08002BE10318}

;要跳过检测的设备
[InstalledDevicesToSkip]

;全新安装时要复制的一些文件
[Files.Install.CleanInstall]
CopyFiles=Files.System,
Files.System.CopyAlways,
Files.NoWin31.System32ToSysroot,
Files.NoWin31.System32ToSystem
;在 Win 3.1 下全新安装时要复制的文件?
[Files.Install.CleanInstall.Win31]
CopyFiles=Files.System,
Files.System.CopyAlways

;升级安装时要复制的一些文件
[Files.Install.Upgrade]
CopyFiles=Files.System.CopyAlways,
Files.NoWin31.System32ToSysroot,
Files.NoWin31.System32ToSystem

在 Win 3.1 下升级安装时要复制的文件?
[Files.Install.Upgrade.Win31]
CopyFiles=Files.System.CopyAlways
;设定复制路径
[DestinationDirs]
;Files.System 区段下的文件复制到 System32 文件夹中
Files.System = 11
;Files.System.CopyAlways 区段下的文件复制到 System32 文件夹中
Files.System.CopyAlways = 11
;Files.NoWin31.System32ToSysroot 区段下的文件复制到 Windows 文件夹中
Files.NoWin31.System32ToSysroot = 10
;Files.NoWin31.System32ToSystem 区段下的文件复制到 System 文件夹中 (注意, 不是 System32)
Files.NoWin31.System32ToSystem = 50

;不用保留 Win 3.1 的相应文件
[Files.NoWin31.System32ToSysroot]
NOTEPAD.EXE
TASKMAN.EXE

;不用保留 Win 3.1 的相应文件
[Files.NoWin31.System32ToSystem]
AVICAP.DLL
AVIFILE.DLL
COMMDLG.DLL
LZEXPAND.DLL
KEYBOARD.DRV
MCIAVI.DRV
MCISEQ.DRV
MCIWAVE.DRV
MMSYSTEM.DLL
MMTASK.TSK
MOUSE.DRV
MSVIDEO.DLL
OLECLI.DLL
OLESVR.DLL
SHELL.DLL
SOUND.DRV
SYSTEM.DRV
TAPI.DLL
TIMER.DRV
VER.DLL
VGA.DRV
WFWNET.DRV
WINSPOOL.DRV

;一些配置文件, 不一定要复制
[Files.System]
AUTOEXEC.TMP,AUTOEXEC.NT
CONFIG.TMP,CONFIG.NT
;任何安装模式下都要复制的文件 (但此处未定义)
[Files.System.CopyAlways]
;???
[Files.MarkReadOnly]
perfmon.msc
;要导入的注册表 Inf?
[RegistryInfs]

;系统默认要安装的组件, 是本配置文件的精华所在, 在此可以删掉自己不想安装的组件
[Infs.Always]
;Windows Script Host (Windows 脚本宿主)
wsh.inf,DefaultInstall
;Internet Explorer
ie.inf,DefaultInstall
;SafeDisc 驱动
secdrv.inf,DefaultInstall
;微软数据访问组件
mdac.inf,DefaultInstall
;Internet 连接向导
icwnt5.inf,DefaultInstall
;任务计划
mstask.inf,DefaultInstall.NT
;Outlook Express
msoe50.inf,DefaultInstall
;通讯簿
wab50.inf,DefaultInstall
;Microsoft Local Troubleshooter (疑难解答? 帮助中心的部分组件?)
tshoot.inf,DefaultInstall
;磁盘碎片整理程序
dfrg.inf,DefaultInstall
;系统信息
msinfo32.inf,DefaultInstall
;DirectAnimation (PNG 图像支持?)
axant5.inf,DefaultInstall
;NetMeeting
msnetmtg.inf,DefaultInstall
;Microsoft Windows Media Player (经典媒体播放器 6.4)
mplayer2.inf,InstallWMP64
;系统还原
sr.inf,DefaultInstall
;文件系统筛选器管理器驱动程序
fltmgr.inf,DefaultInstall
;Image Color Management (色彩配置)
icminst.inf,DefaultInstall
;用于兼容 Win2000 (内容很少, 看起来不重要)
apcompat.inf,DefaultInstall
;用于安装外壳组件, 很重要, 不要删
shell.inf,DefaultInstall
;用户头像, 壁纸图片之类的东西
shl_img.inf,DefaultInstall
;通用即插即用设备宿主
netupnph.inf,DefaultInstall
;设备扩展属性数据库 (用于支持一些特殊设备) (比如, 连上这些设备之后, 系统会自动运行里面的东西, 自动运行光盘也在这里定义.)
devxprop.inf,DefaultInstall
;就是执行配置文件本身的 SpecialInstall 区段, 这里是用来删除 OS/2 的残留信息的?
syssetup.inf,SpecialInstall
;Microsoft PCHealth (帮助中心的部分组件?)
pchealth.inf,DefaultInstall
;Windows 激活与注册相关
oobe.inf,DefaultInstall
;语音支持
sapi5.inf,DefaultInstall
;Movie Maker
moviemk.inf,DefaultInstall
;后台智能传送服务
qmgr.inf,DefaultInstall
;Windows 自动更新
au.inf,DefaultInstall
;Windows Media Player 的皮肤文件
skins.inf,InstallSkins
;Windows Media Player 的数字版权保护支持
drm.inf,InstallDRM
;Windows Media Player 的与其它设备传输文件的支持
wmdm.inf,InstallWMDM
;Windows Media Player 的 SDK 开发包
wmfsdk.inf,InstallWMFSDK
;Windows Media Player 9
wmp.inf,InstallWMP7
;Windows Media Player 指南
wmtour.inf,DefaultInstall
;Windows Media Player 的播放列表样例
mymusic.inf,InstallWMPlaylist
;就是执行这个配置文件本身的 WMPFeature 区段, 导入某个 WMP 注册表条目
syssetup.inf,WMPFeature
;Shockwave Flash 6
swflash.inf,DefaultInstall
;对于某些游戏控制器的特别支持…没用
dimaps.inf,DefaultInstall
;Vector Graphics Rendering (VML) (矢量图形渲染)
vgx.inf,DefaultInstall
;搜索助手
srchasst.inf,DefaultInstall
;蓝牙无线网络支持
bthpan.inf,DefaultInstall
;Windows 防火墙相关设置?
netfw.inf,DefaultInstall
;?????? 把 OLE 服务重命名为 RpcSs ??????
[ServicesToRename]
OLE = RpcSs

;要注册的 Dll 为 EarlyOleControlDlls 区段下的那些 DLL
[RegistrationPhase1]
RegisterDlls=EarlyOleControlDlls

;要注册的 Dll 为 OleControlDlls 区段下的那些 DLL
[RegistrationPhase2]
RegisterDlls=OleControlDlls

;要注册的加密服务部分为 CryptoDlls 区段下的那些 DLL
[RegistrationCrypto]
RegisterDlls=CryptoDlls

;安全加密相关的组件
[CryptoDlls]
;Microsoft Enhanced Cryptographic Provider
11,,rsaenh.dll,1
;Microsoft Enhanced DSS and Diffie-Hellman Cryptographic Provider
11,,dssenh.dll,1
;Microsoft Trust Installation and Setup
11,,initpki.dll,1,600

;需要首先注册的控件? (以下这些东西看起来都很重要…不要乱删啊, 否则很有可能导致无法正确安装)
[EarlyOleControlDlls]
;ATL Module for Windows XP (Unicode)
11,,atl.dll,1
;Simple Kernel-mode File-based Log (核心模式下简单基于文件的日志控件)
11,,txflog.dll,1
;Network Configuration Objects (网络配置对象)
11,,netcfgx.dll,1
;Network Connections Manager (网络连接管理器)
11,,netman.dll,1
;Network Connections Shell (网络连接外壳对象)
11,,netshell.dll,1
;Microsoft Data Access – ODBC Driver Configuration Program (ODBC 驱动配置程序)
11,,odbcconf.dll,1
;Windows Installer
11,,msiexec.exe,,,”/regserver /q”
;用于注册性能计数器
11,,Lodctr.exe,,,”/c:perfd009.dat /h:perfi009.dat /l:009″
;MSCTF Server DLL
11,,msctf.dll,1
;用于令性能计数器支持简体中文
11,,Lodctr.exe,,,”/c:prfd0804.dat /h:prfi0804.dat /l:004″

;这是要注册的控件, 你挑挑, 看看那些用不到, 可以将其删除.
[OleControlDlls]
;Microsoft OLE for Windows
11,,ole32.dll,1

;MFCDLL Shared Library – Retail Version
11,,mfc42.dll,1

;MFCDLL Shared Library – Retail Version
11,,mfc42u.dll,1

11,,oleaut32.dll,1

;Active Accessibility Core Component
11,,oleacc.dll,1

;Microsoft Component Category Manager Library
11,,comcat.dll,1

;Visual Basic Virtual Machine
11,,msvbvm50.dll,1

;Visual Basic Virtual Machine
11,,msvbvm60.dll,1

;Windows Time Service
11,,w32time.dll,1

;Microsoft  Fax Optional Component Installer
11,setup,fxsocm.dll,1

;Windows Shell Common Dll
11,,shell32.dll,3

;Previous Versions property page
11,,twext.dll,1

;User Experience Controls Library
11,,comctl32.dll,2

;Windows AutoDiscovery API
11,,autodisc.dll,1

;Media File Property Extractor Shell Extension
11,,shmedia.dll,1

;Windows Theme API
11,,themeui.dll,3

;Internet Extensions for Win32
11,,wininet.dll,2

;Microsoft 超级链接库
11,,hlink.dll,1

;Shell Browser UI Library
11,,browseui.dll,3

;BrowseWM Player
11,,browsewm.dll,1

;Shell Doc Object and Control Library
11,,shdocvw.dll,3,600

;Active Accessibility text support
11,,msaatext.dll,1

;Microsoft (R) HTML Viewer
11,,mshtml.dll,3

;Microsoft (R) HTML Editing Component
11,,mshtmled.dll,1

;CSSeqChk
11,,csseqchk.dll,1

;Internet Ratings and Local User Management DLL
11,,msrating.dll,1

;Microsoft (R) Timed Interactive Multimedia Extensions to HTML
11,,mstime.dll,1

;Send Mail
11,,sendmail.dll,1

;OLE32 Extensions for Win32
11,,urlmon.dll,3

;Internet Control Panel
11,,inetcpl.cpl,2

;ActiveX License Manager
11,,licmgr10.dll,1

;Install engine
11,,inseng.dll,1

;Active Setup Controls
11,,asctrls.ocx,1

;ActiveX Interface Marshaling Library
11,,actxprxy.dll,1

;ActiveX Plugin OCX
11,,plugin.ocx,1

;Microsoft? HTML Help Control
11,,hhctrl.ocx,1

;Microsoft? InfoTech IR Local DLL
11,,itircl.dll,1

;Microsoft? InfoTech Storage System Library
11,,itss.dll,1

;Windows Shell User Logon
11,,shgina.dll,3

;Object Control Viewer
11,,occache.dll,3

;Web Site Monitor
11,,webcheck.dll,1

;Multi Language Support DLL
11,,mlang.dll,1

;IE plugin image decoder support DLL
11,,imgutil.dll,1

;IE PNG plugin image decoder
11,,pngfilt.dll,1

;Shell Application Manager
11,,appwiz.cpl,3

;Windows 图片和传真查看器
11,,shimgvw.dll,1

;Windows Shell Services Dll
11,,shsvcs.dll,3

;Map Network Drives/Network Places Wizard
11,,netplwiz.dll,1

;Network Setup Wizard
11,,hnetwiz.dll,1

;Image Mastering API
11,,imapi.exe,,,”/regserver”

;Compressed (zipped) Folders
11,,zipfldr.dll,1

;XML OM for Win32
11,,msxml.dll,1

;Windows User Manager
11,,nusrmgr.cpl,3

;Channel Definition File Viewer
11,,cdfview.dll,1

;Extensions Manager
11,,extmgr.dll,1

;Microsoft Common Certificate Dialogs
11,,cryptdlg.dll,1

;Shell WebView Content & Control Library
11,,webvw.dll,1,120

;Microsoft Internet Explorer FTP Folder Shell Extension
11,,msieftp.dll,1

;Microsoft DocProp Shell Ext
11,,docprop2.dll,1

;Internet Explorer Peer Objects
11,,iepeers.dll,1

;Microsoft COM Runtime Execution Engine
11,,corpol.dll,1

;Digest SSPI Authentication Package
11,,digest.dll,2

;IOD Version Map
11,,iesetup.dll,2

;Microsoft Identity Manager
11,,msident.dll,1

;Microsoft Jet Engine Library
11,,msjet40.dll,1

;Microsoft Jet Expression Service
11,,msjtes40.dll,1

;Microsoft Data Access – ODBC Driver for Oracle
11,,msorcl32.dll,1

;Microsoft (R) Red ISAM
11,,msrd3x40.dll,1

;Microsoft OLE DB Provider for Jet
11,,msjetoledb40.dll,1

;Microsoft Jet Exchange Isam
11,,msexch40.dll,1

;Microsoft Jet Excel Isam
11,,msexcl40.dll,1

;Microsoft Jet Lotus 1-2-3 Isam
11,,msltus40.dll,1

;Microsoft Jet Paradox Isam
11,,mspbde40.dll,1

;Microsoft Jet Briefcase Reconciler Library
11,,msrclr40.dll,1

;Microsoft (R) Red ISAM
11,,msrd2x40.dll,1

;Microsoft Jet Text Isam
11,,mstext40.dll,1

;Microsoft Jet xBASE Isam
11,,msxbde40.dll,1

;XML OM for Win32
11,,msxml2.dll,1

;MSXML 3.0 SP 5
11,,msxml3.dll,1

;Windows HTTP Services
11,,winhttp.dll,1

;Windows NT User Data Migration Tool
11,,shmgrate.exe,,,”OCInstallFixup”

;Microsoft (r) JScript
11,,jscript.dll,1

;Microsoft (r) VBScript
11,,vbscript.dll,1

;Microsoft (r) Script Runtime
11,,scrrun.dll,1

;Microsoft (r) DispEx
11,,dispex.dll,1

;Windows (r) Script Component Runtime
11,,scrobj.dll,1

;Microsoft (r) Script Control
11,,msscript.ocx,1

;Directory Service Find
11,,dsquery.dll,1

;Directory Service Common UI
11,,dsuiext.dll,1

;Windows Active Directory Property Pages
11,,dsprop.dll,1

;Safely Remove Hardware applet
11,,hotplug.dll,1

;MMC Node Manager DLL
11,,mmcndmgr.dll,1

;TreeView OCX
11,,dmocx.dll,1

;GPEdit
11,,gpedit.dll,1

;WMI Filter Manager
11,,wmiscmgr.dll,1

;GPTExt
11,,gptext.dll,1

;Software Installation Snapin Extenstion
11,,appmgr.dll,1

;Folder Redirection Snapin Extension
11,,fde.dll,1

;Event Viewer Snapin
11,,els.dll,1

;Services and Shared Folders
11,,filemgmt.dll,1

;Computer Management
11,,mycomput.dll,1

;Device Manager MMC Snapin
11,,devmgr.dll,1

;Microsoft (r) Windows Script Controller
11,,wshcon.dll,1

;Microsoft (r) Shell Extension for Windows Script Host
11,,wshext.dll,1

;Windows Script Host Runtime Library
11,,wshom.ocx,1

;TDC ActiveX Control
11,,tdc.ocx,1

;Microsoft? Forms DLL
11,,msr2c.dll,1

;Device enumeration.
11,,devenum.dll,1

;DirectShow Runtime
11,,quartz.dll,1

;DirectShow DVD PlayBack Runtime
11,,qdvd.dll,1

;DirectShow Runtime
11,,qdv.dll,1

;DirectShow Runtime
11,,qcap.dll,1

;DirectShow Runtime
11,,amstream.dll,1

;DirectShow Editing
11,,qedit.dll,1

;DirectShow ASF Support
11,,qasf.dll,1

;DRM Store DLL
11,,drmstor.dll,1

;DRM Client DLL
11,,drmclien.dll,1

;Windows Media Source Filter
11,,dxmasf.dll,1

;DirectShow Stream Buffer Filter
11,,sbe.dll,1

;XDSCodec & Encypter/Decrypter Tagger Filters
11,,encdec.dll,1

;Indeo? audio software
11,,iac25_32.ax,1

;Intel Indeo? Video 4.5
11,,ir41_32.ax,1

;Intel Indeo? video 5.10
11,,ir50_32.dll,1

;ACELP.net Audio Decoder
11,,acelpdec.ax,1

;MPEG Layer-3 Audio Decoder
11,,l3codecx.ax,1

;MPEG Layer-3 Audio Codec for MSACM
11,,l3codeca.acm,1

;Microsoft MPEG-4 Video Decompressor
11,,mpg4ds32.ax,1

;Windows Media Audio Decoder
11,,msadds32.ax,1

;DirectShow MPEG-2 Splitter
11,,mpg2splt.ax,1

;Encoder API
11,,encapi.dll,1

;Windows Movie Maker Auto Edit
16422,”Movie Maker”,wmm2ae.dll,1

;Windows Movie Maker Ext
16422,”Movie Maker”,wmm2ext.dll,1

;Movie Maker Filters
16422,”Movie Maker”,wmm2filt.dll,1

;Windows Movie Maker FX
16422,”Movie Maker”,wmm2fxa.dll,1

;Windows Movie Maker FX
16422,”Movie Maker”,wmm2fxb.dll,1

;Search Assistant UI
25,%SRCHASST%,srchui.dll,2

;Intel G711 CODEC
11,,g711codc.ax,1

;Microsoft TAPI3
11,,tapi3.dll,1

;Microsoft TAPI3 Terminal Manager
11,,termmgr.dll,1

;Microsoft Rendezvous Control
11,,rend.dll,1

;Microsoft Sdpblb
11,,sdpblb.dll,1

;RTC App Sharing
11,,rtcshare.exe,,,”/regserver”

;WBEM Generic Windows NT Performance Data Provider
11,wbem,wbemperf.dll,1

;Dgnet Module
11,,dgnet.dll,1

;Home Networking Configuration Manager
11,,hnetcfg.dll,1,1800

;My Documents Folder UI
11,,mydocs.dll,1

;Client Side Caching UI
11,,cscui.dll,1

;Oleprn DLL
11,,oleprn.dll,1

;Bidispl DLL
11,,bidispl.dll,1

;Microsoft DirectInput Mapper Framework
11,,diactfrm.dll,1

;Microsoft DirectInput
11,,dinput8.dll,1

;DirectX Media — DirectAnimation
11,,danim.dll,1

;TIME
11,,datime.dll,1

;Direct Draw Ex
11,,ddrawex.dll,1

;Microsoft MMCtls
11,,daxctle.ocx,1

;Intel Procedural Textures
11,,proctexe.ocx,1

;Liquid Motion Runtime Control
11,,lmrt.dll,1

;Windows Shell Disk Quota Support DLL
11,,dskquota.dll,1

;Windows Shell Disk Quota UI DLL
11,,dskquoui.dll,1

;Smart Card Base Service Providers
11,,scardssp.dll,1

;Remote Procedure Call Runtime
11,,rpcrt4.dll,1

;Policy Storage dll
11,,polstore.dll,1

;Microsoft Agent Control
10,msagent,agentctl.dll,1

;Microsoft Agent Control
10,msagent,agentdp2.dll,1

;Microsoft Agent Control
10,msagent,agentdpv.dll,1

;Microsoft Agent Control
10,msagent,agentmpx.dll,1

;Microsoft Agent Control
10,msagent,mslwvtts.dll,1

;Microsoft Agent Control
10,msagent,agtintl.dll,1

;Microsoft Agent Control
10,msagent,agentsr.dll,1

;Microsoft Agent Control
10,msagent,agentpsh.dll,1

;Disk Defragmenter Snap-in Module
11,,dfrgsnap.dll,1

;Disk Defragmenter UI Module
11,,dfrgui.dll,1

;SNMP snap-in
11,,snmpsnap.dll,1

;Local Users and Groups MMC Snapin
11,,localsec.dll,1

;Microsoft Wave MSP
11,,wavemsp.dll,1

;Security Configuration UI Module
11,,wsecedit.dll,1

;CIC – MMC controls for Taskpad
11,,cic.dll,1

;System Monitor Control
11,,sysmon.ocx,1

;Microsoft(R) Certificate Services Client
11,,certcli.dll,1
10,PCHealthHelpCtrBinaries,HelpSvc.exe,,300,”/install2 /svchost netsvcs /regserver /RAInstall”
10,PCHealthHelpCtrBinaries,HelpHost.exe,,,”/regserver”
10,PCHealthHelpCtrBinaries,HelpCtr.exe,,,”/regserver”

;BRPINFO Module
10,PCHealthHelpCtrBinaries,brpinfo.dll,1

;Microsoft Remote Assistance
11,,rcImLby.exe,,,”-regserver”

;System Information Control
10,PCHealthHelpCtrBinaries,msinfo.dll,1

;Telnet
11,,tlntsvr.exe,,,”/Service”

;CompatUI Module
11,,compatui.dll,1

;Microsoft DirectMusic Band
11,,dmband.dll ,1

;Microsoft DirectMusic Composer
11,,dmcompos.dll,1

;Microsoft DirectMusic Interactive Engine
11,,dmime.dll,1

;Microsoft DirectMusic Loader
11,,dmloader.dll,1

;Microsoft DirectMusic Style Engline
11,,dmstyle.dll,1

;Microsoft DirectMusic Software Synthesizer
11,,dmsynth.dll,1

;Microsoft DirectMusic Core Services
11,,dmusic.dll,1

;Microsoft DirectMusic Scripting
11,,dmscript.dll,1

;Microsoft DirectMusic Wave
11,,dswave.dll,1

;DirectSound Effects
11,,dsdmo.dll,1

;DirectSound Effects Property Pages
11,,dsdmoprp.dll,1

;Certificates snap-in
11,,certmgr.dll,1

;RegWizCtrl Module
11,,regwizc.dll,1

;Performance Logs and Alerts Snap-in
11,,smlogcfg.dll,1

;IP Security Monitor Snapin
11,,ipsmsnap.dll,1

;Microsoft(R) Certificate Template Management Extension
11,,capesnpn.dll,1

;Microsoft MDHCP Client COM Interface
11,,mdhcp.dll,1

;ScriptPW Module
11,,scriptpw.dll,1

11,,regsvr32.exe,,,”/s %11%cmdlib.wsc”

;Command line Event Trigger Consumer
11,wbem,CmdEvTgProv.dll,1

;Internet 认证服务
11,,iassvcs.dll,1
11,,iasacct.dll,1
11,,iasads.dll,1
11,,iashlpr.dll,1
11,,iasnap.dll,1
11,,iaspolcy.dll,1
11,,iasrad.dll,1
11,,iassam.dll,1
11,,iassdo.dll,1
11,,iasrecst.dll,1,90
11,,sendcmsg.dll,1
11,,dfsshlex.dll,1
11,,seclogon.dll,1
11,,sclgntfy.dll,1

;帮助
18,,tshoot.dll,1
18,,sniffpol.dll,1
18,,sstub.dll,1

;Gemplus Cryptographic Service Provider
11,,gpkcsp.dll,1

;Infineon SICRYPT? Base Smart Card CSP
11,,sccbase.dll,1

;Schlumberger Smart Card CryptoAPI Library
11,,slbcsp.dll,1

;Schlumberger Technology Corporation
11,,slbiop.dll,1

;Smart Card Redirection for TS
11,,scredir.dll,1

;Remote Access PPP EAP-TLS
11,,rastls.dll,1

;Microsoft Remote Assistance
11,,rcbdyctl.dll,1

;Microsoft CDO for Windows Library
11,,cdosys.dll,1

;Disk Space Cleaner for Windows
11,,dataclen.dll,1

;DirectX Media — DirectX Transform Core
11,,dxtrans.dll,1

;DirectX Media — Image DirectX Transforms
11,,dxtmsft.dll,1

;Object Picker Dialog
11,,objsel.dll,1

;Microsoft IP Conferencing Media Service Provider
11,,confmsp.dll,1

;Microsoft H.323 Media Service Provider
11,,h323msp.dll,1

;Folder Redirection Winlogon Extension
11,,fdeploy.dll,1

;Systray shell service object
11,,stobject.dll,1

;Internet Connection Wizard Library
11,,inetcfg.dll,1

;Microsoft Telnet Server Proxy Stub
11,,tlntsvrp.dll,1

;Windows Font Folder
11,,fontext.dll,1

;ADs Router Layer DLL
11,,activeds.dll,1

;Internet Explorer Snap-in Extension to Group Policy
11,,ieaksie.dll,1

;Microsoft Internet Explorer Customization DLL
11,,iedkcs32.dll,1

;Microsoft DirectX for Visual Basic
11,,dx7vb.dll,1

;Microsoft DirectX for Visual Basic
11,,dx8vb.dll,1

;VBI Surface Allocator Filter
11,,vbisurf.ax,1

;WST Decoder Filter
11,,wstdecod.dll,1

;ActiveX control for streaming video
11,,msvidctl.dll,1

;MSWebDVD Module
11,,mswebdvd.dll,1

;Userenv
11,,userenv.dll,3,1200

;Windows Security Configuration Editor Client Engine
11,,scecli.dll,1,900

;MSI Signature SIP Provider
11,,msisip.dll,1

;Microsoft System Information IE Extension
16427,%MShared%MSInfo,ieinfo5.ocx,1,300

;WIA
11,,wiaservc.dll,1
11,,sti.dll,1
11,,wiascr.dll,1
11,,wiadefui.dll,1
11,,wiashext.dll,1
11,,camocx.dll,1
11,,wiavusd.dll,1
11,,wiasf.ax ,1
11,,wiavideo.dll,1
11,,photowiz.dll,1

;Licdll Module
11,,licdll.dll,1

;MMC Shell Extension DLL
11,,mmcshext.dll,1

;Cabinet File Viewer Shell Extension
11,,cabview.dll,1

;Microsoft(R) Volume Shadow Copy Service
11,,vssvc.exe,,,”/Register”
11,,eventcls.dll,2,600
11,,swprv.dll,2,600
11,,vss_ps.dll,1

;Credential Manager User Interface
11,,credui.dll,1

;FSA Proxy / Stub
11,,rsfsaps.dll,1

;Removable Storage
11,,rsnotify.exe,,,”/regserver”
11,,ntmsevt.dll,1
11,,ntmsmgr.dll,1
11,,ntmssvc.dll,1
11,,rsmps.dll,1
11,,rsmsink.exe,,,”/RegServer”
11,,rsmui.exe,,,”/RegServer”

;MSCTFP Server DLL
11,,msctfp.dll,1

;MSUTB Server DLL
11,,msutb.dll,1

;Active IMM Server DLL
11,,msimtf.dll,1

;MSCANDUI Server DLL
10,ime,mscandui.dll,1
10,ime,sptip.dll,1
10,ime,softkbd.dll,1

;DVDUpgrd
11,,DVDUpgrd.exe,,180,”/setup”

;Uninstall Interface
11,,osuninst.dll,1

;Microsoft DirectPlay
11,,dpnet.dll,1

;Microsoft DirectPlay NAT Helper PAST
11,,dpnhpast.dll,1

;Microsoft DirectPlay NAT Helper UPnP
11,,dpnhupnp.dll,1

;Microsoft DirectPlay Voice
11,,dpvoice.dll,1

;Microsoft DirectPlay Voice Voxware Provider
11,,dpvvox.dll,1

;Microsoft DirectPlay Voice ACM Provider
11,,dpvacm.dll,1

;Microsoft DirectPlay
11,,dplayx.dll,1

;Microsoft DirectX Diagnostic Tool
11,,dxdiagn.dll,1

;Windows Modem Properties
11,,rundll32.exe,,,”modemui.dll,CountryRunOnce”

;Blaster/Nachi Removal Tool
11,,blastcln.exe

;mofcomp
11,”wbem”,mofcomp.exe,,,”%systemroot%system32wbemwscenter.mof”

;似乎是用来删除状态迁移工具的某些残留文件的, 应该是升级安装才用的到
[RemoveFiles.x86]
system32migisol.exe
system32w95upgnt.dll
system32ip6fwapi.dll
system32ip6fwcfg.dll
system32ip6fwhlp.dll
infip6fw.inf
infusermig.inf
infusermig.pnf
infwkstamig.inf
infwkstamig.pnf
;特殊安装区段, 在上面有所定义, 应该是升级安装才用的到
[SpecialInstall]
DelReg = OS2.DelReg

;删除关于 OS2 的某个注册表条目?
[OS2.DelReg]
HKLM,”SYSTEMCurrentControlSetControlSession ManagerSubSystems”,”Optional”,0×00018002,”Os2″
;特殊安装区段, 在上面有所定义
[WMPFeature]
AddReg = WMPFeature.AddReg

;导入某个 WMP 注册表条目, 不知有什么用
[WMPFeature.AddReg]
HKLM,”SOFTWAREMicrosoftWindowsCurrentVersionSetupWindowsFeatures”,”Windows Media Player”,0×00010001,1

;定义元件文件夹为 asms, 不知这个文件夹有什么用
[AssemblyDirectories]
asms

;字体升级, 用于保证兼容性
[Fonts.Upgrade]
system.ini,386Enh,,woafont=app936.fon

;tingpu
;tingpu@hotmail.com
;2005-06-20
[Strings]
UCharMap_40 = “Unicode 字符映射表”
mplayer_351=”媒体播放机”
licmanager_351=”许可证管理器”
ncadmin_351=”网络客户管理器”
ImageGen_351=”输入法生成器”
clipbrd_351=”剪贴簿查看器”
ChsuConv_351=”转码器”
iexplorer_40=”Internet Explore”
Image_40=”图像处理”
licmanager_40=”许可证管理器”
rasadmin_40 = “远程访问管理”
eudcedit_40=”TrueType 造字程序”
main = “主群组”
games = “游戏”
accessories = “附件”
accessories_entertainment = “附件娱乐”
accessories_communications = “附件通讯”
prexp_accessories_games = “附件游戏”
accessories_multimedia = “附件多媒体”
accessibility = “附件辅助工具”
systemtools = “附件系统工具”
communications = “附件通讯”
startup = “启动”
admintools = “管理工具”
nt4admintools = “NT 4.0 管理工具”
startmenucommon = “::0×0016::”
old_srv_config = “管理工具主页”
srv_config = “配置服务器”
srvwiz_infotip = “安装和配置网络上的 Windows 服务。”
windowsupdate = “Windows Update”
windowscatalog = “Windows Catalog”
configureprograms = “设定程序访问和默认值”
windowstour = “漫游 Windows XP”
synchronize = “同步”
sync_manager = “同步管理器”
winfile = “文件管理器”
control = “控制面板”
printman = “打印管理器”
clipbrd = “剪贴簿查看器”
dialer = “电话拨号程序”
cmd = “命令提示符”
explorer = “Windows NT 资源管理器”
setup = “Windows NT 安装程序”
pifedit = “PIF 编辑器”
intro = “Windows NT 简介”
readme = “自述文件”
ntbooks = “联机丛书”
cmdref = “Windows NT 帮助”
windisk = “磁盘管理器”
perfmon = “性能监视器”
ntbackup = “备份”
compatwizard = “程序兼容性向导”
migwiz_desc = “文件和设置转移向导”
eventvwr = “事件查看器”
dcomcnfg = “DCOM 配置”
winmsd = “Windows NT 诊断器”
musrmgr = “用户管理器”
pbrush = “画笔”
paint = “画图”
winchat = “对话”
terminal = “终端”
charedit = “TrueType 造字程序”
notepad = “记事本”
cardfile = “卡片盒”
calc = “计算器”
clock = “时钟”
charmap = “字符映射表”
mplayer = “媒体播放机”
sndrec32 = “录音机”
sndvol32 = “音量控制”
sndvol32old = “音量控制”
cdplayer = “CD 唱机”
cdplayerold = “CD 唱机”
write = “书写器”
packgr32 = “对象包装程序”
hyperterm = “超级终端”
sol = “纸牌”
winmine = “扫雷”
freecell = “空当接龙”
hearts = “红心大战”
spider = “蜘蛛纸牌”
pinball = “桌上弹球”
magnifier   = “放大镜”
ihearts = “Internet 红心大战”
ispades = “Internet 黑桃王”
ibackgammon = “Internet 双陆棋”
icheckers = “Internet 跳棋”
ireversi = “Internet 翻转棋”
reader      = “Narrator”
screenkeyboard = “屏幕键盘”
utilman = “辅助工具管理器”
certmgr = “证书管理器”
rasadmin = “远程访问管理”
du_networking = “拨号网络”
network_and_dialup = “网络和拨号连接”
admin_wiz = “管理向导”
compmgmt = “计算机管理”
fsmgmt = “文件服务管理”
neweventvwr = “事件查看器”
devmgmt = “设备管理”
svcmgmt = “系统服务管理”
sysmon = “性能”
diskmgmt = “磁盘管理”
ciadmin = “索引管理器管理”
mediasvc = “可移动存储管理”
datasrcodbc = “数据源 (ODBC)”
scheduled_tasks = “任务计划”
maint_wiz = “维护向导”
locsecpol = “本地安全策略”
services = “服务”
tlntadmn = “Telnet 服务器管理”
oobe_desc   = “激活 Windows”
oldnetcon = “网络和拨号连接”
remote_assistance = “远程协助”
seccenter = “Security Center”
FlashConfigWiz = “无线网络安装向导”
FlashConfigAppletName = “无线网络安装向导”
oobe_infotip = “向 Microsoft 激活 Windows”
charedit_infotip = “使用“TrueType 造字程序”修改字符如何显示在屏幕上。”
cmd_infotip = “执行基于字符的(命令行)功能。”
compmgmt_infotip = “管理磁盘以及使用其它系统工具来管理本地或远程的计算机。”
magnifier_infotip = “放大显示所选的文字和其它屏幕对象以便容易阅读。”
neweventvwr_infotip = “显示来自于 Windows 和其它程序的监视与排错消息。”
notepad_infotip = “使用基本文本格式创建和编辑文本文件。”
ntbackup_infotip = “存档数据以防止意外丢失。”
reader_infotip = “读出屏幕上的文字、对话框、菜单以及按钮(如果扬声器或者声音输出设备已安装的话)。”
remote_assistance_infotip = “允许您邀请朋友连接到您的计算机,帮助您解决问题。”
screenkeyboard_infotip = “显示一个屏幕键盘,可以用鼠标或者交换输入设备来控制。”
synchronize_infotip = “更新脱机编辑过资料的网络副本,诸如文档、日历和电子邮件消息。”
utilman_infotip = “从统一的窗口启动并且配置辅助工具。”
windowsupdate_infotip = “从 Microsoft 以新的 Windows 功能、设备驱动程序以及系统更新来更新您的系统。”
sysmon_infotip = “显示系统性能图表以及配置数据日志和警报。”
datasrcodbc_infotip = “添加、删除、以及配置 ODBC 数据源和驱动程序。”
licmanager_infotip = “管理对服务器产品的客户端访问授权。”
dfsmgr_infotip = “创建和管理分布式文件系统以连接来自不同计算机的共享文件夹。”
locsecpol_infotip = “查看和修改本地安全策略,诸如用户权限和审计策略。”
services_infotip = “启动和停止服务。”
tlntadmn_infotip = “查看以及修改 Telnet 服务器设置和连接。”
compatwizard_infotip = “使旧版程序在 Windows XP 上运行”
ProgramF    = “Program Files”
SharedTools = “Common FilesMicrosoft Shared”
MShared     = “Microsoft Shared”
MSIE4       = “Internet Explorer”
MP2         = “Windows Media Player”
DisplayName = “Vector Graphics Rendering (VML)”
SRCHASST    = “srchasst”

Tags: , ,

相关文章

现在评论本文