Skip to content

Instantly share code, notes, and snippets.

@johnbocook
Last active December 24, 2016 05:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnbocook/c041ed6e3c2621106dc8a7608cf75aa7 to your computer and use it in GitHub Desktop.
Save johnbocook/c041ed6e3c2621106dc8a7608cf75aa7 to your computer and use it in GitHub Desktop.
Press Windows Key + R on your keyboard.
Key in PowerShell and hit Enter.
Right click on the PowerShell icon on the taskbar and select Run as Administrator.
Now paste the following command in the Administrator: Windows PowerShell window and press Enter key:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
NOW for the important part ! Locate to : C:/Users/name/AppData/Local/ and delete the TileDataLayer folder. Should fix everything immediately, no reboot necessary. Let me know how it works for you, it did for me! And remember to clean the recycle bin after you deleted the folder and give it 1min then everything is back to normal !
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment