What should I do if the Win10 preview version of the start menu application list is blank?

  

Win10 Preview has had a problem with the application list blank since 14291. This problem is even more serious when previewing 14316. Now that the Win10 preview has been updated to 14328, this issue has not been resolved. What should we do at this time?

1. Open Powershell (administrator), enter the following command, press Enter:

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

2. Restart Windows Explorer, as follows:

Right Click on the blank space of the taskbar to open the "Task Manager", switch to "Process", find the Windows Explorer, right click, select "Restart", as shown below: Br>

The above is the Win10 preview version of the start menu application list blank solution, as long as Powershell runs the command in the text and then restart the resource manager, you can let the preview version of the menu application list blank disappeared.

Copyright © Windows knowledge All Rights Reserved