Thank you for that information.
Did you also perform the registry edit and then restart your PC and check if the start button is working?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
The windows start button does not work sometimes and I did all the solutions said in https://www.freecodecamp.org/news/windows-10-start-menu-not-working-solved/, but the problem was not solved.
Which update package fixes the problem?
Thank you.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Thank you for that information.
Did you also perform the registry edit and then restart your PC and check if the start button is working?
Hi,
Thank you so much for your reply.
I got the following error:
set-AppxPackage' is not recognized as the name of a cmdlet, function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
again.
At line:1 char:57
~~~~~~~~~~~~~~~~~
Hi, I am Dave, I will help you with this.
1
Open Task Manager (Ctrl + Shift + Esc)
Click File - Run new task
Tick the box marked 'Create this task with administrative privileges'
Type regedit into the box and click OK
Click View and make sure 'Address Bar' is turned on
Paste this into the Address Bar at the top and hit Enter
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WpnUserService
On the right hand pane, double click 'Start'
Change the value date to 4 then click OK
Close the Registry Editor
2
Open Task Manager (Ctrl + Shift + Esc)
Click File - Run new task
Tick the box marked 'Create this task with administrative privileges'
Type powershell into the box and click OK
Paste this command into Powershell and hit Enter
Get-AppxPackage Microsoft.Windows.ShellExperienceHost | reset-AppxPackage
Paste this command into Powershell and hit Enter
Get-AppxPackage Microsoft.Windows.StartMenuExperienceHost | reset-AppxPackage
Close PowerShell and restart (not shut down) the PC.