Hello, thank you for reaching out to Microsoft Q&A.
Have you tried System Restore?
This option takes your PC back earlier point in time. To do that,
- Click Windows + R key, type
rstrui.exe, and click ok. - Click Next and select the date/time you would like to restore your computer.
- Click Next and finish to complete the restore.
Once done, try signing in with your account and see if all the functions are working normally.
If you are still having issues,
- Click CTRL + ALT + DELETE key to open Task Manager.
- Select Run new task.
- Type
cmd.exeand tick the checkbox to create this task with administrative privileges. - Click ok.
Run the commands below one by one and press Enter.
Dism /Online /Cleanup-Image /RestoreHealth
sfc /scannow
Once completed, restart your computer.
Let me know if you still need more help.