|
|
3#

楼主 |
发表于 2010-11-1 22:15:49
|
只看该作者
我好象找到方法了,如下,我现在不方便测试,哪位能测试一下啊,按下面的方法,可将显示信息改掉的,还可以改F11成其他键, 如果设成0是不是就不显示了,我如果把显示信息改了就没人知道按什么键了(当然非常熟悉此系统的人不算)
--------------------------
Locate the f11.cfg file in the following folder (you should install Acronis True Image first):
- Acronis True Image Home C:\Program Files\Common Files\Acronis\TrueImageHome
Open f11.cfg with any text editor (e.g. Notepad). The section of interest of the file's contents is the following:
[bootmgr]
echo Press F11 for Acronis Startup Recovery Manager...
default continue
delay 30
bootmenu 389
Change the numerical key code in the bootmenu string (the default 389 code stands for F11).
F1 corresponds to 315
F2 corresponds to 316
F3 corresponds to 317
F4 corresponds to 318
F5 corresponds to 319
F6 corresponds to 320
F7 corresponds to 321
F8 corresponds to 322
F9 corresponds to 323
F10 corresponds to 324
F11 corresponds to 389
F12 corresponds to 390 |
|