📎 AI Summary:
The thread discusses a Windows issue where clicking the start menu or action center does not respond, although other functions like right-click and search work. The original poster managed to fix the start menu problem using a PowerShell command but still cannot open the action center. A contributor suggests trying a method to reset the start menu for further troubleshooting.

Calby

Active Member
Joined
Mar 27, 2017
Messages
100
Thread Author #1
Hi,
I have a strange issue when I left click on the start menu nothing happens either can I open the action center.
I can right click on everything and the search icon works in the taskbar etc. but I can't open start menu or action center.

I can't either open the start menu with the keyboard short cut.

How can I fix this?

Reboot don't fix the issue.

Edit:

I did fix the start menu issue with this:
  1. Type and enter: Powershell
  2. Type the following: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

But I still can't open Action center.