Start menu is not opening on Windows 10

Requiem

Active member
Joined
May 28, 2018
Posts
40
Hello!

My Start menu is not working. When I click on Start button (or click it on keyboard), I just see a busy blue mouse circle. I also can not click on Wifi, sound settings too.
I tried to create another user, but it also does not allow me.
I ran DISM commands and sfc /scannow and there's no error.
I used Start menu troubleshooting tool and it gave me some errors.

Can you please help me?
Best Regards.
 
Well, I'm going to have to be the contrarian. Installing Open Shell on top of a wonky native interface is, at best, likely to get wonky Open Shell behavior. Not to mention many do not want to make Win10 appear like earlier versions of Windows, which is precisely the core reason for Open Shell.

See: Britechguy’s Standard “Windows 10 Revival Script”

It sounds like you've already run the SFC/DISM pair, and if both come back clean then proceed to a Repair Install using the ISO file.
 
Try this command from powershell, executed with high privileges:
Read More:
Code:
Add-AppxPackage -DisableDevelopmentMode -Register "C:\Windows\SystemApps\Microsoft.Windows.StartMenuExperienceHost*\AppXManifest.xml"
 
Try this command from powershell, executed with high privileges:
Read More:
Code:
Add-AppxPackage -DisableDevelopmentMode -Register "C:\Windows\SystemApps\Microsoft.Windows.StartMenuExperienceHost*\AppXManifest.xml"
Thanks for the code but unfortunately it did not work. In addition, sound button,wifi button, windows store apps do not work too. Any help appericated...
 
I also created a new user account from powershell (becase it doesnt allow adding through Settings panel), but the problem still exists..
 
Re-try with this (always in an elevated powershell):
Code:
Add-AppxPackage -DisableDevelopmentMode -Register "C:\Windows\SystemApps\*\AppXManifest.xml"; Add-AppxPackage -DisableDevelopmentMode -Register "C:\program files\windowsApps\*\AppXManifest.xml" ; Add-AppxPackage -DisableDevelopmentMode -Register "C:\Windows\*\AppXManifest.xml"
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top