scloud by Florian Salzmann
ende

Fix: Start Menu Not Responding / Can't Log Into Office Apps

Your Windows Start menu is not responding?
Since the beginning of this week, we’ve also been getting a lot of reports about Start menus that don’t work and users who can’t log into the Office applications anymore.
The problem can be traced back to an update from ClickShare, which uses the Outlook API for the calendar integration.

The problem already came up last year and was documented very well by Rudy Ooms: Startmenu not responding | Broken Store Apps | 0xc000027b (call4cloud.nl)
He also kept extending the solution and worked out the root cause.
In some support cases, though, not everything worked completely, which is why I put together a video guide and four PowerShell scripts that need to be run in the user and admin context.

Fix Scripts @GitHub

Fix: Start menu not responding

  1. Log in on the device with the affected user (best done via remote management)
  2. Open two PowerShell windows and do not minimize them!
    • open the first PowerShell terminal as User
    • run the second PowerShell terminal as Administrator
  3. Open Task Manager
  4. Stop the “Windows Explorer” process
  5. Copy the content of the first script into the User PowerShell window and press [Enter]
    1_ClickShare-CalendarIntegration_asUser.ps1
  6. Copy the content of the first script into the User PowerShell window and press [Enter]
    2_FixUserShellFolderPermissions_asUser.ps1
  7. Copy the content of the second script into the Administrator PowerShell window and press [Enter]
    3_StartMenuFIX_asAdmin.ps1
  8. Copy the content of the first script into the User PowerShell window and press [Enter]
    4_SearchFix_asUser.ps1
  9. Start the “explorer.exe” process in Task Manager
  10. Now everything should work as expected again 🥳

Video Guide

https://youtu.be/b8J6osjJ4WM

Credits

Related posts

Intune Autopilot Set Time Zone
Microsoft Intune

Automatically Set the Time Zone in Intune Autopilot

Set the correct time zone during Intune Autopilot using my PowerShell script and IPInfo API. Fast, simple, and no extra services needed.

Custom Compliance Policies in Intune: When and How to Use Them
Intune Starter Series

Custom Compliance Policies in Intune: When and How to Use Them

Use custom compliance in Intune to check services, registry keys, and files. Includes scripts, JSON, and setup tips.

Manage Windows Services with Intune: A Practical Guide
(Proactive) Remediations

Manage Windows Services with Intune: A Practical Guide

Learn how to manage and configure Windows services using Microsoft Intune. I'm using PowerShell and Intune's scripting capabilities.