无忧启动论坛

标题: win8系统能不能加个grub4dos启动菜单? [打印本页]

作者: mskiller    时间: 2013-1-29 21:56
标题: win8系统能不能加个grub4dos启动菜单?
win8系统启动太快了
能不能通过加入grub4dos启动菜单来延时几秒?
作者: lhteee    时间: 2013-1-31 14:56
@ECHO OFF
for /f "tokens=2" %%c in ('BCDEDIT /CREATE /D "BOOT FROM GRUB" /application bootsector ') do set id=%%c
bcdedit /set %id% device partition=c:
bcdedit /set %id% path \grldr.mbr
bcdedit /displayorder %id% /addlast
COPY GRLDR C:\ /Y >NUL
COPY GRLDR.MBR C:\ /Y >NUL

PAUSE




欢迎光临 无忧启动论坛 (http://bbs.c3.wuyou.net/) Powered by Discuz! X3.3