Perform clean boot
Clean boot is the best way to find the route cause for your problem. After performing clean boot see if that brought back all the text during the clean boot. If so, then there is some conflict with, I’m assuming a driver, that is causing this. I would either look online for other people with the same issue and see what they did, or uninstalling drivers, restarting the computer and seeing if the text came back.
Clean boot will enable the PC to start with only a minimal set of drivers and programs. This way, you will know if any third party application is leading to the error. Please follow the below steps to perform clean boot:
Type msconfig in search or press Windows Key + R and type msconfig
- In the System Configuration dialog box and under the Services tab, select the Hide all Microsoft services check box.hide all microsoft services
- Click on Disable all.
- Next, select the Startup tab and click on Open Task Manager.
- In Task Manager, you will get to see a list of startup items relevant to your PC. Select each and click Disable.disable startup programs
- Close Task Manager after you are done with each startup item.
- Click on OK to close the System Configuration dialog box.
- Re-start your PC.
After the restart your PC will boot in what is called the clean boot environment where all third party programs are disabled. If you get the same error when there is a problem laying in your Windows I would suggest better to reinstall your Windows OS.
Perform SFC scan
SFC scan performs a scan of all the system files and will make necessary amendments as deemed fit. That makes it extremely fit to deal with unhandled exception errors. Here is how to perform sfc scan.
Type CMD in search or press Windows Key + R and Type CMD and enter
In the Command prompt window, type sfc /scannow and press Enter.
It might take a few second for the scan to complete. Wait patiently till it shows 100% scan is complete.
Let us know if the above steps was helpful.