热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

显示操作系统的时间和显示恢复选项的时间-TimetodisplayOSandtimetodisplayrecoveryoptions

Ireallyenjoyautomatingthingstomakelifeeasierformyself.Ihavetriedlookingaroundonthi

I really enjoy automating things to make life easier for my self. I have tried looking around on this site as well as just Googling my question but nothing has come up to even point me in the right direction. So here is my question. I would like to:

我真的很喜欢自动化的东西,让我的生活更轻松。我试着在这个网站上四处寻找,只是谷歌搜索我的问题,但没有任何事情甚至指向我正确的方向。所以这是我的问题。我想要:

  1. Disable (aka uncheck) Time to display list of operating system.
  2. 禁用(也称为取消选中)显示操作系统列表的时间。

  3. Set Time to display recovery options when needed to 3 seconds.
  4. 设置时间以在需要时显示恢复选项至3秒。

If it is possible to make this happen within a Vbscript or a batch file that would be great. I will continue my search my self, but if anyone could help that would be great.

如果可以在Vbscript或批处理文件中实现这一点,那将是很好的。我将继续我的自我搜索,但如果有人能帮助那将是伟大的。

Thanks a lot.

非常感谢。

1 个解决方案

#1


bcdedit is the tool on Vista to modify boot entries.

bcdedit是Vista上修改引导条目的工具。

http://technet.microsoft.com/en-us/library/cc721886.aspx is a bcdedit FAQ.

http://technet.microsoft.com/en-us/library/cc721886.aspx是一个bcdedit常见问题解答。

bcdedit /timeout 0

should effectively disable the OS selection screen.

应该有效地禁用OS选择屏幕。

I don't know how to set the recovery options to 3 seconds, you can do this via the Startup and Recovery UI, but no clear way via bcdedit.

我不知道如何将恢复选项设置为3秒,您可以通过启动和恢复UI执行此操作,但通过bcdedit没有明确的方法。


推荐阅读
author-avatar
LES--T单身
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有