left Mouse buttons don't work - System Tray

1

1

I have a weird problem (running Windows 10).

My left mouse button doesn't work on icons in the system tray and my right mouse button doesn't work in the toolbar. So for instance if I left click on the wireless internet control in the system tray nothing happens. Mousing over it gives me the tips and right clicking works, but the left click doesn't. A similar (but of course opposite) problem happens down in the toolbar. A left mouse click on Chrome starts it up but right mouse click doesn't show the incognito etc options.

I have the same issue if I use the laptop mouse or a wireless mouse.

Chas

Posted 2016-02-27T15:50:53.890

Reputation: 11

Is there anything logged in the Event Viewer? – Burgi – 2016-03-23T10:02:20.117

Possible duplicate of Can't Right Click on Windows 10 Taskbar Icons

– Burgi – 2016-03-23T10:04:16.723

Answers

2

I was able to finally fix the issue from the following (run in PowerShell)

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} (source)

user574359

Posted 2016-02-27T15:50:53.890

Reputation: 21

Very nice answer, it's good you provided a source too. – Joseph A. – 2016-03-24T13:35:41.120

This worked for me. I got a few errors during the powershell command, but it solved the problem. – randbrown – 2019-05-24T13:14:33.760