I'm running 25H2 - 26200.6901 and am not experiencing this issue.
Try running the following: Open Command Prompt as an Administrator and insert the prompts below, one at a time.
Windows File Protection:
⦁ Verifies all protected Windows files are intact and in original versions.
C:\WINDOWS\system32>sfc /scannow
Deployment Image Servicing and Management (DISM):
⦁ The CheckHealth option in DISM lets you quickly determine if there are any corruptions inside the local image, but the option won't perform any repairs.
C:\WINDOWS\system32>DISM /Online /Cleanup-Image /CheckHealth
⦁ The ScanHealth option performs a more advanced scan to determine if the image has any problems.
C:\WINDOWS\system32>DISM /Online /Cleanup-Image /ScanHealth
⦁ If there are issues with the system image of Windows 10, use DISM with the
RestoreHealth option to run an advanced scan and repair problems automatically.
C:\WINDOWS\system32>DISM /Online /Cleanup-Image /RestoreHealth