When using the win10 system software, many friends have encountered the situation where the left click has no effect but the right click works. Therefore, we provide you with the solution for the win10 start menu invalid right click, as follows Let’s take a look together.
Win10 Start menu left click fails and right click is valid:
1. First right click on the lower left corner to start, and then click "Run".
#2. Then type “powershell” during operation.
#3. A dialog box will appear.
4. Type the command inside:
##Get-AppxPackage|%{Add-AppxPackage-DisableDevelopmentMode-Register "$($_.InstallLocation)\AppxManifest.xml"-verbose}5. The final command will be executed automatically, and you can control it normally until it is completed.The above is the detailed content of Reasonable solution to the failure of left-click and right-click on win10 start menu. For more information, please follow other related articles on the PHP Chinese website!