mirror of https://github.com/dnomd343/6KPE
Dnomd343
5 years ago
7 changed files with 35 additions and 0 deletions
@ -0,0 +1,35 @@ |
|||
default 0 |
|||
timeout 6 |
|||
|
|||
gfxmenu /6KPE/MESSAGE |
|||
|
|||
title 六 叩 PE Windows 10 x64 |
|||
find --set-root /6KPE/W10PE64 |
|||
chainloader /6KPE/W10PE64 |
|||
|
|||
title 六 叩 PE Windows 8 x86 |
|||
find --set-root /6KPE/W8PE32 |
|||
chainloader /6KPE/W8PE32 |
|||
|
|||
title 六 叩 PE Windows 2003 |
|||
find --set-root /6KPE/W03PE.ISO |
|||
map --mem /6KPE/W03PE.ISO (0xff) |
|||
map --hook |
|||
chainloader (0xff) |
|||
|
|||
title MaxDos 工 具 箱 |
|||
find --set-root /6KLDR |
|||
map --mem /6KPE/MAXDOS.IMG (fd0) |
|||
map --hook |
|||
chainloader (fd0)+1 |
|||
rootnoverify (fd0) |
|||
|
|||
title 其 他 功 能 |
|||
find --set-root /6KLDR |
|||
configfile /6KPE/Functions/Functions.ini |
|||
|
|||
title 重 启 计 算 机 |
|||
reboot |
|||
|
|||
title 关 闭 计 算 机 |
|||
halt |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue