Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Unfortunately not quite there yet.Latest test version of Check_BootMedia.ps1.

I wondering if I need to restore this conditional "-and $_.MediaLoaded". Meaning your drive is plugged in, but ejected.Now it's gone again
(Both versions from thursday, 13th showed it- both time single USB and the error on the new script is the the same output as if no USB device is connected)
The script is reporting your 26100.1746 Windows ISO can no longer be installed on this PC, with Secure Boot enabled.With the Check_BootMedia.ps1 script from garlin's post #3,401, I get this output; I don't really understand it, sorry.
I forgot to add a file check for 7z.exe, the other two tools (wimlib-imagex and offlinereg) had a file check.&: C:\Users\admin\Downloads\SecureBoot-CA-2023-Updates.v2026.08.15\Check_BootMedia.ps1:1735
Line |
1735 | if ((& $7z_exe -ba l $WIM_File 2/Windows/System32/wlanapi.dl …
| ~~~~~~~
| The term 'C:\Users\admin\AppData\Local\Temp\7z.exe' is not recognized as a name of a cmdlet, function, script
| file, or executable program. Check the spelling of the name, or if a path was included, verify that the path is
| correct and try again.
Macrium 8.0
-----------
WinRE Boot Manager [Production PCA 2011] is BANNED.
c:\boot\macrium\WinREFiles\media\EFI\Microsoft\Boot\bootmgfw.efi
File Version: 28000.322, SVN 8.0
copy C:\Windows\Boot\EFI_EX\bootmgfw_EX.efi c:\boot\macrium\WinREFiles\media\EFI\Microsoft\Boot\bootmgfw.efi
Relax. Just reload, you were clicking when I had to update the script after reading @Capricornus' report on 7z.exe.
It's an Easter egg for fans of @fg2001gf11F's postings. Since April 2026 (?) the "Repair My PC" option in WinPE has been broken because MS added a new Cloud Rebuild feature.Not sure why I now get the message "repair my pc is broken".
There are two major events in the Secure Boot process:Regarding post #3,411: Thanks, Garlin, for all the details and the quick reply. Basically, for any ISOs from before June 2026, Secure Boot needs to be disabled, whereas for ISOs from after June, I can leave Secure Boot enabled. That seems to be correct, right? Thanks.
I ran your code and created a new USB building a new WIM. Tried booting, but it no longer boots. I did something wrong. Whatever I did back in April, the USB drive booted correctly into Macrium. Back then I had to replace \EFI\Boot\bootx64.efi on the USB drive, I think with an older version in order to get it to boot.Here's a shortcut to fixing your Macrium problems (running as Admin):
Code:copy C:\Windows\Boot\EFI_EX\bootmgfw_EX.efi c:\boot\macrium\WinREFiles\media\EFI\Microsoft\Boot\bootmgfw.efi
This replaces the Macrium folder's copy with the latest SVN 9.0 boot manager from the Windows folder. Now you should be able to build new USB's with the correct file version.
Whoa......what a screwup from MIcrosoft..................good to know, as the laptop of a good friend for some unknown reason does not want to produce a recovery usb drive anymore, and nothing I tried, including an inplace upgrade, solved the problem. So I thought an install USB stick could help in case. Wrong assumption. I will definitely need to do a clean install on that laptop. Thanks for that info. Very helpful. I will inform her, that a clean install is required.When MS threw in the new Cloud Rebuild feature, it required two DLL files which they forgot to add to WinPE (boot.wim). Everything works normally in WinPE, except for running "Repair My PC". A short-term fix is to mount the boot.wim and insert the two missing files from install.wim. But how would you know whether that's required or not? So the new check confirms if those two files aren't there.