Windows 10 - No right click on taskbar icons
Sometimes , after using a registry cleaner, the Windows10 Taskbar does not work as expected.
A simple but very unknown solution is a 1 liner in Power Shell:
1. Open the PowerShell as Administrator
2. Copy&Paste this inside and run ti:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
3. You will probably get a lot of red errors, but dispite of that the right click functionality will be back back
Stichworte: