I want to do a fresh install of my laptops which I use for my work. I want to make a good image from the fresh install and when the computers starts I want two bootup options:
- Start Windows
- Reinstall image
and the PC should start automatically with the current windows version after x seconds. In the past I know that Norton Ghost did something like this but that is not available anymore. What alternatives are there to do this?
Dism(see this answer), then modify the BCD store to add the boot options. By default, Windows will show the boot option selection menu for 30s, after which it boots the default option (usually the first). You can also customize the WinRE boot menu to add it there as well – JW0914 Jan 07 '21 at 12:53