Software⏱️ 3 min read📅 2026-05-29

How to Fix: Start Menu crashing after applying Intune-Policy - Windows 11

Quick Answer: Check if the Intune policy is correctly applied and not causing any conflicts with other applications. Try disabling the policy or resetting the Start Menu to its default state using the 'Reset' option in Settings > System > Reset this PC.

The Start Menu crashing issue after applying Intune policy in Windows 11 is typically caused by the incorrect configuration of the Start Menu Experience Host (StartMenuExperienceHost) or the incorrect application of Group Policy Objects (GPOs). This can occur when Intune policies are applied to the domain environment, which may override the default settings of the Start Menu.

⚠️ Common Causes

  • Incorrect configuration of StartMenuExperienceHost
  • Incorrect application of Group Policy Objects (GPOs)
  • Conflicting policies or registry settings

🛠️ Step-by-Step Verified Fixes

Method 1: Revert and Reapply GPOs

  1. Step 1: Revert the Intune policy changes by going to the Microsoft Endpoint Manager portal, navigating to Device Management, and selecting the device or group that was affected.
  2. Step 2: Reapply the GPOs using the Group Policy Editor (gpedit.msc) or by using PowerShell commands.

Method 2: Update StartMenuExperienceHost

  1. Step 1: Open the Command Prompt as an administrator and run the following command: net start StartMenuExperienceHost
  2. Step 2: If the service is not running, you can also use the PowerShell command Start-Service -Name StartMenuExperienceHost to start it.

Method 3: Reset Windows 11 Settings

  1. Step 1: Open the Settings app and navigate to System
  2. Step 2: Click on Reset advanced startup options and follow the prompts to reset Windows 11 settings.

💡 Conclusion

By following these steps, you should be able to resolve the Start Menu crashing issue in Windows 11 after applying Intune policy. If the issue persists, it is recommended to seek further assistance from Microsoft Support or a qualified IT professional.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions