English 中文(简体)
Editing "Time to display recovery options when needed" timeout value using a program
原标题:

I want to edit the timeout value of Time to display recovery options when needed without using the UI display option.

To navigate, Right click on Mycomputer -> Properties -> Advanced tab -> click on SETTINGS of Startup and recovery => 2nd displayed check box.

The value thought to be in c:oot.ini file, but it has value of other timeout Time to display other operating systems. After some searching,I found that c:windowsootstat.dat file holds the timeout value for Time to display recovery options when needed...

But, i am not able to decode the .dat file or edit that file.. any suggestions would he helpful for me.. Thanks in advance

问题回答

https://gitlab.com/rhave/bootstat.dat-efi-parser this does decode it, but no sure if you can edit

use bcdedit:

bcdedit /timeout 123




相关问题
Develop a Bootloader In Assembly

I ve already done a part of my OS in Assembly, but now I want to build a own bootloader for it too instead of using GRUB. When I was developing my test OS in Assembly I remember that I boot it like ...

Basic OS boot question

I have some kinda basic question to the boot process of a computer and the part where the bootloader calls the OS. So I know that the BIOS copies the first 512 bytes from a bootable drive into memory ...

Graphics on a bootloader

Managed to create a simple bootloader... and with VESA 2.0 I managed to change the resolution to 1024x768x32, also managed to setup a Linear Frame Buffer... Where can I find tutorials for using the ...

OS bootstraping process

I try to understand os bootstraping process. Some questions are not clear to me. One of them is : How does bootstrap code in Volume boot record know about absolute LBA address of 0 sector of patition ...

Sample Android BSP(Source) for ARM

I am looking for a ARM processor version of Android BSP to port it for one of my experimental boards. Where can I download this?

热门标签