|
5#

楼主 |
发表于 2009-7-15 19:59:23
|
只看该作者
我把“点我显示.cmd”的内容改为- if not exist %Windir%\BTMISO goto :L1
- if exist T:\*.* goto :L1
- if not defined PEISO set PEISO=\0PE\0PE.ISO
- if exist X:\WXPE\setPEISO.cmd call X:\WXPE\setPEISO.cmd
- for %%i in (D: F: G: C: E: H: I: J: K: L: M: N: O: P: Q: R: S:) DO (
- if exist %%i%PEISO% (
- imdisk -a -f %%i%PEISO% -m T: -o cd
- PECMD LOAD %Windir%\system32\tools\TautoR.ini
- goto :L1
- )
- )
- :L1
- if exist %windir%\udtools_ok goto :L2
- if exist %Windir%\udflag PECMD EXEC =!%Windir%\system32\tools\取UD工具.cmd
- :L2
- cd /d "%~dp0"
- PECMD LOAD %Windir%\system32\tools\refresh.ini
复制代码 能自动取UD工具。
但是如果你再按“点击显示”还是会出现二个菜单,一个Q盘菜单,一个是T盘菜单
其实没改之前,如果取了UD工具,再点“点击显示”也是会这样出现二个菜单的
等 P大能来解释一下
改成这样成功了- if exist %windir%\udtools_ok goto :L2
- if not exist %Windir%\BTMISO goto :L1
- if exist T:\*.* goto :L1
- if not defined PEISO set PEISO=\0PE\0PE.ISO
- if exist X:\WXPE\setPEISO.cmd call X:\WXPE\setPEISO.cmd
- for %%i in (D: F: G: C: E: H: I: J: K: L: M: N: O: P: Q: R: S:) DO (
- if exist %%i%PEISO% (
- imdisk -a -f %%i%PEISO% -m T: -o cd
- PECMD LOAD %Windir%\system32\tools\TautoR.ini
- goto :L1
- )
- )
- :L1
- if exist %Windir%\udflag PECMD EXEC =!%Windir%\system32\tools\取UD工具.cmd
- :L2
- cd /d "%~dp0"
- PECMD LOAD %Windir%\system32\tools\refresh.ini
复制代码 不知道能不能这样改?
另问题,
我有时能看到“我的电脑”下面那个一键设置什么的,这是为什么?
我在有的电脑上能看到桌面的背景图片,有的却不出现,不知道为什么?
[ 本帖最后由 seniors 于 2009-7-15 20:14 编辑 ] |
|