|
我也遇到要调整分辨率的问题,
主要是有这行
disp
PECMD.INI配置文件参考
- // 加载显示驱动
- devi ..\inf\display.inf
- // 加载音频驱动
- devi ..\inf\hdaudio.inf
- // 不知道哪个驱动? 添加的网卡驱动?
- devi %windir%\system32\driverstore\FileRepository\intcdaud.inf_amd64_6c37b9b3e50bbb9b\IntcDAud.inf
- // 启动音频服务
- serv Audiosrv
- // 自动设置分辨率
- disp
- // 初始化 i 表示将PECMD的部分功能安装到托盘图标的菜单中
- init i
- // 设置背景
- logo %SystemRoot%\Web\Wallpaper\Windows\img0.jpg
- // 设置注册表
- regi HKLM\SYSTEM\Setup\SystemSetupInProgress=#0
- // 执行wpeinit.exe 前导"="表示等待执行完毕,否则在后台并行运行 感叹号!表示什么不懂得
- exec =!wpeinit.exe
- // 启动 netprofm 服务
- serv netprofm
- // 执行 netcfg.exe 进行网络设置?
- exec =!netcfg.exe -c s -i MS_NATIVEWIFIP
- // 启动 Wlansvc 服务
- serv Wlansvc
- // 设置注册表
- regi HKLM\SYSTEM\Setup\SystemSetupInProgress=#1
- // 设置全局热键
- HOTK Ctrl + Alt + A,%ProgramFiles%\SnapShot\SnapShot.exe
- // 安装极点五笔
- load %ProgramFiles%\Freeime\install.ini
- // 执行 ctfmon.exe 进行输入法语言类设置?
- exec %SystemRoot%\system32\ctfmon.exe
- // 回收站大小,0为禁用回收站功能,确认后直接永久删除,不进入回收站
- recy *:\,0
- // 盘符错乱调整批处理 http://bbs.wuyou.net/forum.php?mod=viewthread&tid=274499
- exec !%ProgramFiles%\orderdrv\orderdrv.cmd
- // 开启小键盘
- numk 1
- // 解压 Office2007.7z 到 ProgramFiles 目录
- exec =%ProgramFiles%\7z.exe x "%ProgramFiles%\Office2007.7z" -o"%ProgramFiles%"
- // 删除 Office2007.7z 文件
- file %ProgramFiles%\Office2007.7z
- // 运行 office 安装脚本
- exec @%Programfiles%\office2007\INSOFFICE.cmd
- // 调用子过程
- call System_settings
- call StartPage2_settings
- call Desktop_settings
- // 加载指定的SHELL,并将SHELL锁定。
- shel explorer.exe
- // 删除文件
- file %Public%\desktop\desktop.ini
- wait 900
- file %Desktop%\desktop.ini
- exec !cmd.exe /c "rd /s /q "X:\Program Files\Uninstall Information""
- _sub System_settings
- exec @%WinDir%\System32\cmds\ComputerName.cmd
- exec @%WinDir%\System32\cmds\make_tree.cmd
- exec @%ProgramFiles%\Imagine\Imagine64.exe /regcontextmenu /regiser /assocext
- devi $%programfiles%\7-zip\7-zip.inf,DefaultInstall
- _end
- // 菜单栏图标
- _sub StartPage2_settings
- // 任务栏图标
- pint %ProgramFiles%\Everything\Everything 1.4.1.935_x64.exe,TaskBand
- pint %ProgramFiles%\theworld6\application\theworld.exe,TaskBand
- //EXEC @%SystemRoot%\regedit.exe /s "%ProgramFiles%\StartMenu.reg"
- //ENVI ADMINstart=%APPDATA%\microsoft\internet explorer\quick launch\user pinned\startmenu
- //ENVI SYSTEMstart=X:\Users\Default\AppData\Roaming\microsoft\internet explorer\quick launch\user pinned\startmenu
- // 开始菜单图标
- LINK %SYSTEMstart%\刷新Explorer,%SystemRoot%\System32\pecmd.exe,kill explorer,%SystemRoot%\System32\shell32.dll#238
- LINK %SYSTEMstart%\屏幕截图,%ProgramFiles%\SnapShot\SnapShot.exe
- LINK %SYSTEMstart%\记事本,%SystemRoot%\System32\notepad.exe
- LINK %SYSTEMstart%\命令提示符,%SystemRoot%\system32\cmd.exe
- LINK %SYSTEMstart%\注册表编辑器,%SystemRoot%\regedit.exe
- // 开始菜单 - 程序 里的图标
- LINK %Programs%\附件\计算器,%SystemRoot%\system32\calc.exe
- LINK %Programs%\附件\记事本,%SystemRoot%\system32\notepad.exe
- LINK %Programs%\附件\命令提示符,%SystemRoot%\system32\cmd.exe
- LINK %Programs%\附件\注册表编辑器,%SystemRoot%\regedit.exe
- LINK %Programs%\管理\计算机管理,%SystemRoot%\system32\compmgmt.msc
- LINK %Programs%\管理\设备管理器,%SystemRoot%\system32\devmgmt.msc
- LINK %Programs%\管理\磁盘管理,%SystemRoot%\system32\diskmgmt.msc
- LINK %Programs%\管理\控制面板,%SystemRoot%\system32\control.exe
- _end
- // 桌面图标
- _sub Desktop_settings
- LINK %Desktop%\CGI备份还原,%ProgramFiles%\GhostCGI\CGI-plus.exe
- LINK %Desktop%\DiskGenius分区管理,%ProgramFiles%\DiskGenius\DiskGenius.exe
- LINK %Desktop%\Ghost备份还原,%ProgramFiles%\GhostCGI\GGhost.exe,,%ProgramFiles%\GhostCGI\ghost.ico
- LINK %Desktop%\Windows密码修改,%ProgramFiles%\NTPWedit\NTPWedit.exe,,%ProgramFiles%\NTPWedit\NTPWedit.ico
- LINK %Desktop%\Windows引导修复,%ProgramFiles%\BootFix\NT6Bootfix.exe
- LINK %Desktop%\WinNTSetup系统安装,%ProgramFiles%\WinNTSetup\WinNTSetup_x64.exe
- LINK %Desktop%\QQ,%ProgramFiles%\QQLite\Bin\QQ.exe
- // 添加office快捷方式
- link %DeskTop%\Word,%ProgramFiles%\office2007\WINWORD.exe
- link %DeskTop%\Excel,%ProgramFiles%\office2007\EXCEL.exe
- link %DeskTop%\PowerPoint,%ProgramFiles%\office2007\POWERPNT.exe
- _end
复制代码
|
|