Left click on the start menu not working
lauranne57
Posted messages
5
Status
Member
-
IboMir -
IboMir -
Hello, the left click isn't working with my freshly installed Windows 10. I tried to fix it with the advice from 01net No. 829 from October-November but it didn't work. Does anyone have a solution? Thank you in advance.
4 answers
-
pistouri Posted messages 19008 Registration date Status Contributor Last intervention Ambassadeur 8 723
Hello,
Press CTRL ALT DEL at the same time.
2: Left-click on Task Manager.
3: Left-click on "File", then "Run new task"
4: In the box type: PowerShell (don’t forget to check "Create this task with administrative privileges.").
5: Once PowerShell has launched, enter the following code: (copy/paste this command)
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
6: Wait until PowerShell finishes the configuration, this may take a few minutes (if you can type, it means the configuration is finished).
7: Restart once the configuration is complete.
--
scalpel