abbodi1406 / BatUtil

Collection of batch scripts utilities for Windows
993 stars 241 forks source link

Update W10UI.cmd #27

Open adavak opened 1 year ago

adavak commented 1 year ago

1, boot\fonts and efi\microsoft\boot\fonts include *.ttf not the same in official, not need to copy same one.

2, official the efi\boot\bootx64.efi and bootmgr.efi in ISO root, always got copy from updtbootfiles, not need to control.

abbodi1406 commented 1 year ago
  1. They all are fonts, duplicating them allow to reduce ISO size
  2. UpdtBootFiles option was created in the first place to control it, because the updated files caused boot failure few months eariler
adavak commented 1 year ago

1, Indeed reduce the size, by your ideas. 2, According to my half-year comparison, each official iso released by Microsoft will update these two files every time, which is different from other situations controlled by updtbootfiles. The other controls files in the script have indeed not been replaced and remain as they are.

abbodi1406 commented 1 year ago

I see the boot files issue took them 4+ month to fix before https://support.microsoft.com/help/5013438

i know that updating those efi files is now required for Secure Boot with 2023-05 updates (with mitigation enabled) https://support.microsoft.com/help/5025885