Hello.
You should first interrupt the boot process to enter the Windows Recovery Environment and launch the Command Prompt to begin a manual rollback of the patch. Once the prompt is open, identify the specific update package identity by running dism /image:C:\ /get-packages and looking for the entry with the April 2026 installation timestamp. You can then target that specific update for removal by executing dism /image:C:\ /remove-package /packagename:[PackageName], replacing the placeholder with the long identity string you found.
After the uninstallation completes, check for the existence of C:\Windows\WinSxS\pending.xml and rename or delete it to ensure any stuck installation flags are cleared before you attempt a normal reboot. Once you are back in the OS, I recommend not updating on you domain controllers until Microsoft releases an fix for this specific build.
If you find my answer useful, please mark it as the "Accepted Answer" so other members can find the solution easily. Your help in supporting the community is much appreciated!
Best regards,
Scott