Skip to content

Instantly share code, notes, and snippets.

@jcarter62
Last active February 11, 2016 22:52
Show Gist options
  • Select an option

  • Save jcarter62/d2190dff01a02ada891b to your computer and use it in GitHub Desktop.

Select an option

Save jcarter62/d2190dff01a02ada891b to your computer and use it in GitHub Desktop.
windows 10, fix start menu issue
Youtube describing this issue:
[https://www.youtube.com/watch?v=eIwiTJhNFrs](https://www.youtube.com/watch?v=eIwiTJhNFrs)
Here is the powershell command:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"­}
---
Another method:
open c:\users\username\appdata\local\ and rename TileDataLayer, and then restart.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment