Share via

Which update fixes the Windows Start button issue?

Anonymous
2024-08-04T08:31:42+00:00

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.

Windows for home | Windows 10 | Performance and system failures

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.

0 comments No comments

3 answers

Sort by: Most helpful
  1. DaveM121 891.6K Reputation points Independent Advisor
    2024-08-04T09:35:30+00:00

    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?

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-08-04T09:33:45+00:00

    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

    • ... AppxPackage Microsoft.Windows.ShellExperienceHost | reset-AppxPackage
    •                                                     ~~~~~~~~~~~~~~~~~
      
      • CategoryInfo : ObjectNotFound: (reset-AppxPackage:String) [], CommandNotFoundException
      • FullyQualifiedErrorId : CommandNotFoundException

    Was this answer helpful?

    0 comments No comments
  3. DaveM121 891.6K Reputation points Independent Advisor
    2024-08-04T09:06:04+00:00

    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.

    Was this answer helpful?

    0 comments No comments