Tried running chkdsk on the boot drive?
is this PC with SSD you just recently bought and a hdd? from this post -
https://forums.tomshardware.com/thr...rtition-from-hdd-tossd.3493150/#post-21115474
if so, open command prompt with admin rights
type
chkdsk c: /f and press enter
that will scan ssd file system and fix any problems.
it will pop up 2 paragraphs, agree to run it at restart and restart PC to let it run scan
you can run same on hdd as well, only difference is command is
chkdsk X: /f /r (change X to match drive letter of hdd - if you have multiple partitions, run it on each), shouldn't need to restart to run on storage drives. the /r on end of command repairs sectors on the drive. you don't run /r on ssd as they don't have sectors.
here are a few other ideas:
https://www.lifewire.com/fix-windows-10-action-center-wont-open-4588300