Hello Audrey,
Good day! I'm John Dev a Windows user like you and I'll be happy to assist you today. I know this has been difficult for you, Rest assured, I'm going to do my best to help you. When was the last time it worked properly?
Please try the following methods below.
**Restart Windows Explorer
Press Ctrl + Shift + Esc to open Task Manager.
Select the Processes tab.
Scroll down and look for Windows Explorer
Right click then select Restart.
**Repair all Windows apps via PowerShell
Press Ctrl+Shift+Esc to open Task Manager then click File
Select "Run new task" then type: powershell
Make sure to put a check mark on the "Create this task with administrative privileges" box
Copy and paste the command below one at a time then press Enter. Please ignore the red errors and let the process complete.
Get-AppxPackage Microsoft.Windows.ShellExperienceHost | foreach {Add-AppxPackage -register "$($_. InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_. InstallLocation)\AppXManifest.xml"}
Restart your computer using Clean Boot of Windows
**Perform a Clean Boot
Determine whether a background program or a software conflict is causing the issue.
Press Ctrl+Shift+Esc to open Task Manager then click File
Select "Run new task" then type: msconfig
Press Enter
Select System Configuration > go to the Services tab.
Select and make sure to put a check mark on "Hide all Microsoft services"
Click Disable all.
Go to Startup tab > Open Task Manager > Disable all the unnecessary services running there. Restart your computer.
Please check the support article at the link below for more details.
https://support.microsoft.com/en-us/topic/how-t...
Kindly let me know if this helps or if you have any further concerns.
Kind regards,
John DeV
Independent Advisor