Dear GregThompson_667,understand that I didn't have a restore point created;
Did you run Scannow and Dism commands in safe mode? If you didn't, I recommend you do it and see the result;
To access Safe Mode with Networking:
Press the Windows key and type: msconfig and press Enter;
Click on the System Boot tab and check the options: Secure Boot and Network;
Restart the PC;
In safe mode, do the following:
Press the keys Ctrl + Shift + ESC, click on File;
Click Run new task.
Check the option Create this task with administrative privileges;
In the open field type cmd, then click OK.
Run the following commands:
sfc /scannow
dism /online /cleanup-image /CheckHealth
dism /online /cleanup-image /restorehealth
chkdsk /f /r /b
Confirm with Y and then Enter to schedule a disk scan. Restart the equipment and as soon as you finish, check if you agree.
Wait for the process to finish and restart the pc;
Check if the problem is fixed;
I hope I helped, even more!