Share via

Windows Start Menu Button Not Working

Anonymous
2021-02-12T04:13:39+00:00

Hello, I updated my computer last night and now the start menu/taskbar is not working. I have tried a couple of things that have been suggested with no luck. The windows button on my computer also does not open the start menu which makes it hard to do certain fixes suggested. 

Is there anything that can be done or do I have to wait for the next update? I can open chrome (because I had it on my desktop) but is there a way to open any other applications since start isn't working? 

Thanks for any help!

Windows for home | Windows 10 | Windows update

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. Kapil Arya 37,686 Reputation points Volunteer Moderator
    2021-02-12T08:01:21+00:00

    Hello, 

    Try to re-register Start Menu using these steps: 

    1. Open Task Manager, click File > Run new task. 
    2. Type powershell in the Create new task box. Check the option 'Create this task with administrative privileges'. Click OK. 
    3. In the administrative Windows PowerShell window, type/paste following and press Enter key: 

    Get-appxpackage -all *shellexperience* -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + "\appxmetadata\appxbundlemanifest.xml")} 

    1. Let it complete and then restart your system. 

    Reference: https://www.kapilarya.com/re-register-start-menu-windows-10

    Let us know if this helps!

    Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2021-02-12T04:50:36+00:00

    Hi JessicaMcKenney -

    I'm Kevin B. Independent advisor and a Windows user like you. I do apologize for the inconvenience that you experiencing right now, let me help you sort things out.

    Please follow the steps below and check if it will resolve the issue on your computer.

    Run a system file checker to verify the integrity of windows system files on your computer making sure that there are no corrupted files on your windows.

    Perform SFC Scan and Repair Windows Image

    -This process will perform scan for any corrupted system files or integrity violation and will attempt to repair it along with the Windows Image.

    1. Press CTRL + ALT + DEL at the same time on your computer and select task manager
    2. Task manager will pop-up on your computer, on the menu strip located at the top part of the window, click on File > Run new task
    3. A small run box will pop-up on your computer, type CMD and put a check mark on the small box which says "Create this task with administrative privileges"
    4. Command prompt will pop-up. Type each command below and wait until scan is completed.

    SFC /scannow

    DISM /Online /Cleanup-Image /CheckHealth

    DISM /Online /Cleanup-Image /ScanHealth

    DISM /Online /Cleanup-Image /RestoreHealth

    Quick note: While the command is running, it's expected to see the process stuck at 20 or 40 percent. After a few minutes, the process will complete successfully.

    Once you complete the steps, the Deployment Image Servicing and Management tool will connect to the Windows Update servers to download and replace any damaged files in the local image for Windows 10 as necessary.

    1. Close the command prompt.

    After the scan completes, please try to check if the same issue occurs.

    if the above method did not work, please try to create a new user profile and check if the same issue appears on the new user

    To create new user profile, please follow the steps below

    1. Open the Settings by pressing the Windows Key + I
    2. Click on Accounts
    3. In the left pane menu, click on Family & Other Users
    4. Under other users, click on add someone else on this PC
    5. By default, it will going to ask you to sign in using a Microsoft account, click on the link below which says I don't have this person's sign in information
    6. Click on Add a user without Microsoft account
    7. Fill out a username and click next until completion.

    Sign out to the current user and sign in on the new user profile.

    Check if everything works fine on the new user.

    Hope this will help and have a bless day!

    Thanks.

    Kevin B.

    Independent advisor

    0 comments No comments
  3. Sumit 43,786 Reputation points Volunteer Moderator
    2021-02-12T04:45:03+00:00

    Hi Jessica,

    Have you tried these steps? Usually restarting the explorer fixes it.

    Fix problems with the Start menu (microsoft.com)

    0 comments No comments