Hello,
Make sure all your systems are up to date with the latest Windows updates, as Microsoft often releases patches for known issues.
Perform a Clean Boot:
Sometimes third-party software can cause conflicts. You can perform a clean boot to see if the issue persists. Use msconfig to disable all non-Microsoft services at startup and then reboot. If the problem goes away, enable services one at a time to identify the culprit.
How to perform a clean boot in Windows - Microsoft Support
Run DISM:
Deployment Image Service and Management Tool (DISM) can help fix Windows corruption errors. In an elevated Command Prompt, type: DISM /Online /Cleanup-Image /RestoreHealth.
Create a New User Account:
Sometimes, the issue might be related to a corrupt user profile. Creating a new user account may resolve the issue if the new account doesn’t have the same problem.
Ensure that all your drivers, especially the graphics drivers, are up to date. You can update drivers through the Device Manager or by downloading the latest versions from the manufacturer’s website.
Best Regards,
Hania Lian
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.