Apps missing after installing Windows 10 Fall creators update [How to Fix]

Apps are missing after installing Windows 10 Fall creators update, ya you read it right.! Once you installed/upgraded the latest version of Windows 10, i.e., windows 10 fall creators update you will see some apps, not some apps almost all apps will seem to be missing, this would be the case even when you try to rebuild index of cortana.

So, how to get back missing apps on windows 10 fall creators update .. ?

The answer is pretty much simple, all you need to do is, to just follow the steps below which will re-register all your apps.

I'm not that much Advanced user, can i try it ?

Of course, you can still try those steps, because we want to get back our old apps.

1) Press Windows (logo) and X keys.

2) You will see an option called Windows Powershell(Admin), select the option.

[See : How to Open Powershell in Windows 10 [Beginners Guide ]

3) If User Account Control pops up, select yes.

4) Type or copy paste the below commands and hit enter after every command.


  i)  reg delete “HKCU\Software\Microsoft\Windows NT\CurrentVersion\TileDataModel\Migration\TileStore” /va /f

ii) get-appxpackage -packageType bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + "\appxmetadata\appxbundlemanifest.xml")}

iii) $bundlefamilies = (get-appxpackage -packagetype Bundle).packagefamilyname

iv) get-appxpackage -packagetype main |? {-not ($bundlefamilies -contains $_.packagefamilyname)} |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + "\appxmanifest.xml")}

5) Wait for sometime, till it completes.

6) Restart your PC.

That's it.

It would work like an temporary fix, remember Microsoft is already aware of the issue, so they might release an update to fix this bug anytime soon.

Enjoy.