Hello MoTaar,
Thank you for posting in Q&A forum.
It sounds like there might be a conflict with a driver, service, or startup program that's causing your applications to fail in normal mode. Here are some steps you can take to troubleshoot:
- Perform a Clean Boot: This helps identify if a background program or service is causing the issue
- Check for Driver Issues: Outdated or corrupted drivers can cause applications to fail. Update your drivers
- Run System File Checker (SFC) and DISM: These tools can repair corrupted system files:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
- Check Event Viewer: Look for any error messages that might give you more information about what's causing the issue.
- Uninstall Recently Installed Software: If the issue started after installing new software, try uninstalling it to see if that resolves the problem.
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.