Windows

How to reset Start menu to fix problems on Windows 11

On Home windows 11, you should utilize a PowerShell command to reset the Begin menu parts to repair widespread issues. The command will turn out to be useful when the menu doesn’t open, freezes, or doesn’t work as anticipated.

The Reset-AppxPackage command possibility means that you can reset the Begin menu and different parts and built-in apps (akin to Mail and Calendar, Microsoft Retailer, Home windows Safety, and others) to repair points when it’s not possible to uninstall or reset the element utilizing the Settings app.

On this information, I’ll educate you the steps to reset the Begin menu parts to resolve points on Home windows 11.

Reset Begin menu with PowerShell on Home windows 11

To reset the Begin menu to repair issues on Home windows 11, use these steps:

  1. Open Begin on Home windows 11.


  2. Seek for PowerShell, right-click the highest consequence, and choose the Run as administrator possibility.

  3. Sort the next command to reset the Begin menu parts and press Enter:

    Get-AppxPackage Microsoft.Home windows.StartMenuExperienceHost | Reset-AppxPackage

    PowerShell reset Start menu

When you full the steps, the Begin menu app will reset with out affecting the customized settings you will have configured.

Restart Begin menu course of

Alternatively, you may also restart the Begin menu service by PowerShell to resolve points:

  1. Open Begin.

  2. Seek for PowerShell, right-click the highest consequence, and choose the Run as administrator possibility.

  3. Sort the next command to cease the Begin menu service and press Enter:

    Cease-Course of -Identify "StartMenuExperienceHost" -Pressure

    PowerShell restart Start menu services

  4. Sort the next command to verify the service restarted once more and press Enter:

    Get-Course of -Identify "StartMenuExperienceHost"

After you full the steps, the service ought to restart, and the Begin menu ought to begin working once more.

Replace Could 2, 2024: This information has been up to date to make sure accuracy and mirror modifications to the method.

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button