Hello loarado47,
Thank you for reaching out to the Microsoft Community and I'll be glad to assist you today.
steps to try:
Option 1. Restart Windows Explorer.
- Press CTRL + Alt + Del and select Task Manager.
- On the Details tab, right-click explorer.exe and select End task.
- On the upper left corner of the Task Manager, click File.
- Select Run a new task.
- Type explorer.exe
- Put a check on the Create this task with administrative privileges check box and click OK.
Option 2. Run System File Checker and Deployment Image Servicing and Management (DISM) tool. Please refer to the below link for the detailed instructions.
- Press CTRL + Alt + Del and select Task Manager.
- On the upper left corner of the Task Manager, click File.
- Select Run a new task.
- Type cmd.exe
- Put a check on the Create this task with administrative privileges checkbox and click OK.
- Type the commands below and press enter after each one.
sfc /scannow
DISM.exe /Online /Cleanup-image /Restorehealth
Source: https://support.microsoft.com/en-us/windows/usi...
Option 3. Re-register Start Menu and Settings in Windows 10.
- Press CTRL + Alt + Del and select Task Manager.
- On the upper left corner of the Task Manager, click File.
- Select Run a new task.
- Type msconfig.exe and press enter.
- Click the Services tab.
- Tick Hide all Microsoft services and click Disable all.
- Click Apply and OK.
- Restart the PC.
- When it is booted up, right-click Start Menu and select Windows PowerShell (Admin).
- Copy-paste the following commands and press enter.
Get-AppxPackage Microsoft.Windows.ShellExperienceHost | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- Press Windows key + R.
- Type msconfig.exe and press enter.
- Click the Services tab.
- Tick Hide all Microsoft services and click Enable all.
- Click Apply and OK.
16.Restart the PC.
I hope this information helps. If you have any questions, please let me know and I will be happy to help you further.
Best regards,
Arvind