Hello, I'm Estrella, an Independent Advisor, and I'm here to assist you. I understand that this situation has been challenging for you. I'll do my best to help.
Solution 1: Restart explorer.exe
On your keyboard, press Ctrl + Shift + Esc.
Go to the Details tab.
Scroll down and find explorer.exe.
Right-click on it and select End task.
In the menu bar, click File.
Click Run new task.
Type explorer.exe and press Enter.
Solution 2: Re-register all Windows apps
- On your keyboard, press Ctrl + Shift + Esc
- Click on File and choose "Run new task"
- Type: powershell. Make sure to put a check on the "Create this task with administrative privileges" box
- Copy and paste the command below then press Enter.
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Get-AppxPackage Microsoft.Windows.ShellExperienceHost | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}
Note: Please ignore any red errors and tet the process complete and then restart your PC.
Solution 3: Run SFC and DISM to fix corrupted system files.
https://support.microsoft.com/windows/using-sys...
Restart your computer.
Solution 4: Create a local administrator account to see if this issue is due to a corrupted user account.
https://support.microsoft.com/windows/manage-us...