Broadcom engineering is aware of the issue and is currently investigating. A fix is planned for a future build of VCF.
Microsoft has provided the following PowerShell commands to re-register the affected system apps after Windows black screen.
Add-AppxPackage -Register -Path 'C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\appxmanifest.xml' -DisableDevelopmentMode
Add-AppxPackage -Register -Path 'C:\Windows\SystemApps\Microsoft.UI.Xaml.CBS_8wekyb3d8bbwe\appxmanifest.xml' -DisableDevelopmentMode
Add-AppxPackage -Register -Path 'C:\Windows\SystemApps\MicrosoftWindows.Client.Core_cw5n1h2txyewy\appxmanifest.xml' -DisableDevelopmentModepowershell.exe -ExecutionPolicy Bypass -Command "& {
Add-AppxPackage -Register -Path 'C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\appxmanifest.xml' -DisableDevelopmentMode;
Add-AppxPackage -Register -Path 'C:\Windows\SystemApps\Microsoft.UI.Xaml.CBS_8wekyb3d8bbwe\appxmanifest.xml' -DisableDevelopmentMode;
Add-AppxPackage -Register -Path 'C:\Windows\SystemApps\MicrosoftWindows.Client.Core_cw5n1h2txyewy\appxmanifest.xml' -DisableDevelopmentMode;
shutdown -r -t 5 -f
}"Note: To open Task Manager when explorer is not running, you can use the keyboard shortcut: Ctrl+Shift+Esc
===============================================================
Perform Windows Updates after the customization process is complete. This avoids compatibility and boot-time issues due to the update behavior changing pre-deployment system state. This is a known issue with Sysprep. For more details and the official workaround regarding this issue, refer to the Microsoft documentation: Fix black screen after running Sysprep as system on Windows 11 or Windows Server 2025