Uses ADK BCDBoot to prevent issues with devices that have updated Secureboot certificates from using 2023 signed boot files

This commit is contained in:
rbalsleyMSFT
2026-03-16 11:19:08 -07:00
parent 9bacac8f3d
commit 6c0ee8abc5
2 changed files with 19 additions and 5 deletions
@@ -835,7 +835,7 @@ $LogFileName = 'ScriptLog.txt'
$USBDrive = Get-USBDrive
New-item -Path $USBDrive -Name $LogFileName -ItemType "file" -Force | Out-Null
$LogFile = $USBDrive + $LogFilename
$version = '2603.1'
$version = '2603.2'
WriteLog 'Begin Logging'
WriteLog "Script version: $version"