Vinc wrote: hi..i tried yesterday alpha version 4.15.3...and the start menu works only with the right click context menu...and not with the left click...did i remove something?????
(I found on google)
Step 1: Right-click the Start button and select Command Prompt (Admin) from the context menu.
Step 2: Type Powershell in Command Prompt and press Enter.
Step 3: Paste the following text in the Powershell window and press Enter.
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Wait for the command to run and ignore the red error prompts if they arise. The Start Menu should be operational now.
Last edited by ruby2hora on Sun 18 Oct 2015 - 22:46; edited 1 time in total