UPDATE: June 21, 2016 – Microsoft has released a free repair tool for the Windows 10 START menu. You can read very brief explanation and download it here.
.
It was a dark and stormy nighty in April when I installed Windows 10 build 10041 (on the fast ring) and the START button stopped working… ok enough fun. If you have installed a recent Windows 10 build you may find that the START button and all of the modern apps either do nothing or error out with messages about .NET or PARENTAL CONTROLS.
In my case I just installed a free START menu utility (I like START 8 or CLASSIC SHELL) that you might have install on Windows 8, and waited for Microsoft to release the next build of Windows 10 that I hoped would be installed automatically as I am on the FAST RING. It did not because Microsoft changes Windows Update to be a ‘Modern App’ which means it will not run. Soooo, I thought was pretty smart to just download the build 10074 ‘.EBD’ upgrade file from a site and run through the conversion to .ISO and then do an in-place upgrade (which just means run SETUP from the DVD and tell it to upgrade). That did work… for 3 days. This morning my START menu was dead again, AAARRRG!
Microsoft needs to get its Application developer jobs to fix this but until they do, here are solutions that have worked for us:
The I found the fix:
Thank you UHLIK from THIS thread on the Microsoft Forum after reading THIS thread on the forum.
Another fix for the The Start Menu Does Not Work problem is:
UPDATED: August 19, 2015: A third fix I have used successfully is:
A forth fix I found came directly from Microsoft Partner support:
If none of these fix the Start Button, you can try our advanced solution to the Windows 10 Start Button not working, which has solved the issue for me twice already this month and you can read about it here.
If you have had enough, you can just give up and REFRESH you machine.
This will reinstall Windows 10 but it will keep all of your files (Documents, Pictures…) but it will kill all of the programs that have been installed. Everything that is dead will be in C:\WINDOWS.OLD so you can fish out anything that is missing, but you will have to reinstall your programs, like Microsoft Office.
This website uses cookies.
View Comments
Tried almost everything, all the tricks via powershell, regedit etc... etc.. - nothing helped except:
Run -> Regedit -> right click HKEY_CLASSES_ROOT -> Permissions -> Add -> Advanced -> Search -> pick both CREATOR OWNER and ALL APLICATION PACKS -> OK -> OK
Select CREATOR OWNER and give full access
Select ALL APPLICATION PACKS and provide read access
Apply and OK
no reboot needed
click start button and enjoy!
PS: excuse any incorrectness (made on the go translation from russian language), I'm pretty sure you'll manage to get it right...
Wow... U just saved my ass..thanks man
THIS IS THE ULTIMATINGGGGGGGGGG SOLVINGGGGGGGG THING!
Thanks a lot
Thanks Khalil.
Your solution worked for me.!
I recently faced this problem. About 10 minutes after a fresh install, all the above functionality (Edge, Start Menu, Calculator, Notification Center, Search, etc) stopped working. For me the troubleshooter mentioned Microsoft.Windows.ShellExperienceHost and Microsoft.Windows.Cortana were not installed correctly. None of the proposed fixes worked for me (creating new user account etc...).
SOLUTION: I finally traced it down to a conflicting NVIDIA graphics driver being automatically installed by Windows (for my external video card). After installing the latest driver update from the NVIDIA website (+restart) my problems were resolved and the troubleshooter completed without finding any issues...
So if none of the above works for you, it may be a driver related issue. Also mentioned here: https://answers.microsoft.com/en-us/windows/forum/windows_10-start/windows-10-start-menu-edge-search-notifications/e29cfa59-4a02-423e-8d18-8ac2c29e9ad8?page=2
So #3 solved the issue with the start menu and Cortana. After trying multiple things, from using powershell to running a batch file, I'm glad that the menu is working now. The problem is that some apps are still not launching and appear blank. These apps include: Windows Store, Photos, stock Music app, stock games. Some stock stuff that wasn't working before is working however: Start menu, Cortana, Edge, Settings, notifications, weather, calendar. What I can't figure out is why this corruption happened in the first place.
One more SOLUTION - If no solution is working, as it was for me, try that:
http://answers.microsoft.com/en-us/windows/forum/windows_10-start/windows-10-start-menu-edge-search-notifications/e29cfa59-4a02-423e-8d18-8ac2c29e9ad8?page=2
Hope that'll work.
PP
Hi PP; "...delete the NVidia driver and reboot..." I have not heard of the video driver causing an issue with the START menu so I am glad there is yet another option for our readers with NVidia hardware to try.
Thanks a Lot...Method one worked for me.
I have tried 2,3,4 but it doesn't work. I like to try no.1 but I'm getting an error when I hit enter. I'm executing it in C:/windows/system32>. did I miss something?
Hi Hermano;
We could troubleshoot this but I think the brand new START BUTTON REPAIR TOOL from Microsoft will likely clear up your issue: http://www.urtech.ca/2016/06/solved-fix-windows-10-start-button-problems-with-start-menu-repair-tool/
Please let me know if this works.
Hey Friends ,
I'm Mushahid, If you're not able to open Start Menu, Action Center, Calendar & Batter Status in windows 10 then try this steps as given below.
1.) Log Off the user in which you're not able to open start menu, action center, calendar & battery status.
2.) login to any other user and then press windows key + R Key (Open Run).
3.) Type this in Run "%LocalAppData%MicrosoftWindows" ( without " ) then click ok ( Enter).
4.) One window will Open (popup) there you have to find UsrClass.dat & rename that file to UsrClass.dat.old .
5.) And then restart your system and login to user which u were not able to open action center, calendar & battery status. ENJOY
Hi,
Thank you very much. Your approach worked for me.
hello sir, what if i only have 1 account?
Try the START MENU REPAIR TOOL that MS put out today: http://www.urtech.ca/2016/06/solved-fix-windows-10-start-button-problems-with-start-menu-repair-tool/
Unfortunately none of these are permanent fixes. Everytime windows does an update it blows up again on me. Come on Microsoft get a fix or I'm back to windows 7.
Fixed the missing APPS for a client with a more comprehensive set of PowerShell commands from Answers.Microsoft.com
IMPORTANT: I did NOT run PowerShell as Administrator, the issue occurs with the User's account and so should the fix.
Workaround: Edge Crashing With Roaming Profiles Enabled
http://answers.microsoft.com/en-us/insider/forum/insider_wintp-insider_web/workaround-edge-crashing-with-roaming-profiles/1b39397e-7742-479d-9fa7-42d652a9456b?page=3&auth=1
It's not necessary to add the Domain User as an administrator. You can use the following steps.
In many cases, just running the PowerShell script is enough:
reg delete "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage"
Get-appxpackage -packageType bundle |% {add-appxpackage -register -disabledevelopmentmode -ForceApplicationShutdown ($_.installlocation + "\appxmetadata\appxbundlemanifest.xml")}
$bundlefamilies = (get-appxpackage -packagetype Bundle).packagefamilyname
get-appxpackage -packagetype main |? {-not ($bundlefamilies -contains $_.packagefamilyname)} |% {add-appxpackage -register -disabledevelopmentmode -ForceApplicationShutdown ($_.installlocation + "\appxmanifest.xml")}
1) Get-appxpackage -packageType bundle |% {add-appxpackage -register -disabledevelopmentmode -ForceApplicationShutdown ($_.installlocation + “\appxmetadata\appxbundlemanifest.xml”)}
2) $bundlefamilies = (get-appxpackage -packagetype Bundle).packagefamilyname
3) get-appxpackage -packagetype main |? {-not ($bundlefamilies -contains $_.packagefamilyname)} |% {add-appxpackage -register -disabledevelopmentmode -ForceApplicationShutdown ($_.installlocation + “\appxmanifest.xml”)}
Do I need to run this commands one at a time?
Hello Gent's
Try the new START BUTTON REPAIR TOOL that MS put out today and let me know how it goes :) http://www.urtech.ca/2016/06/solved-fix-windows-10-start-button-problems-with-start-menu-repair-tool/
WORKING GREAT! Thank You!
-
Another fix for the The Start Menu Does Not Work problem is:
Right-click at Start and click RUN
type SERVICES.MSC and press the enter key
right click on APPLICATION IDENTITY and select START
Be happy… a reboot is not required