How to fix missing applications when updating to Windows 10 Fall Creators Update
Microsoft released a Windows 10 Fall Creators update last weekend. The company is gradually rolling out an update for users and some initial issues about the update have begun to appear. Recently, users complained about a problem that caused certain applications to disappear from the operating system after installing the update. Notably, this is not the first time a major update of Windows 10 has damaged users' applications or installed operating systems.
- How to fix Windows 10 Fall Creators Update updates
This time, the problem caused system applications such as Calculator and other applications to disappear from the operating system, users cannot run them from the Start menu or search Cortana. However, when searching for Microsoft / Windows Store applications, the store will announce that these applications are installed on the computer and can be opened from the store.
Microsoft has not yet released a formal fix for this issue, but the company has provided users with a relatively simple solution by resetting the affected application or uninstalling it completely and then Reinstall them. However, the most effective way to bring the application back is by re-registering them using PowerShell.
If you lose many applications, professional users can restore all those applications at once by using the following PowerShell commands. However, note that if you perform steps 1 and 2 but do not restore missing applications, this PowerShell solution fails.
Step 1: In Cortana, type PowerShell. In the search results, right-click Windows PowerShell and select Run as administrator .
Step 2: In the Powershell window type the following commands. These steps may take several minutes to complete.
- reg delete 'HKCUSoftwareMicrosoftWindows NTCurrentVersionTileDataModelMigrationTileStore' / va / f
- get-appxpackage -packageType bundle |% {add-appxpackage -register -disabledevelopmentmode ($ _. installlocation + 'appxmetadataappxbundlemanifest.xml')}
- $ bundlefamilies = (get-appxpackage -packagetype Bundle) .packagefamilyname
- get-appxpackage -packagetype main |? {-not ($ bundlefamilies -contains $ _. packagefamilyname)} |% {add-appxpackage -register -disabledevelopmentmode ($ _. installlocation + 'appxmanifest.xml')}
Step 3: When the PowerShell commands are completed, the application will appear in the application list and can be pinned to the Start menu.
I wish you all success!
You should read it
- How to fix some errors when updating Windows 10
- Unikey disappeared on his own, how to fix it?
- Want to 'disappear' from the Internet world, use this tool
- Types of errors (bugs) in the testing process
- How to fix Netflix errors that don't work on Windows 10
- Fix the Yes button error in UAC disappearing or graying out in Windows 10
- Steps to fix errors when using Microsoft Teams
- How to fix some errors on Windows 10 Creators
May be interested
- Enable ransomware Controlled Folder Access on Windows 10since updating windows 10 fall creators update, the protection feature of the controlled folder access folder that microsoft introduced since june has officially reached millions of users.
- How to recover 30 GB of storage after Windows 10 Fall Creators Updateafter updating to windows 10 fall creators, the computer will be occupied with a large amount of storage from the leftover unprocessed files. and you can easily clean up your computer quickly.
- How to reset Windows 10 Fall Creators Updatethe reset feature on windows 10 fall creators update will bring the computer back to the default state, without users having to install new with usb or dvd.
- How to change screen lock timeout in Windows 10if you feel your computer screen lock time is too fast or too long, causing you to frequently log in to your computer to use it, read this article to change the screen lock timeout for windows 10.
- Browser tips are useful on Windows 10 Fall Creators Updateif you have already updated your device to windows 10 fall creators update, you will have a small but extremely useful feature that makes you consider using edge as your default browser, or otherwise, you it is still possible to use this trick on other browsers - that is, to pin the site to the taskbar.
- Instructions for using File History to backup and restore datafile history is one of the main backup tools integrated on windows 10, this is a backup tool that contains all the features. file history was first introduced on windows 8 operating system. after setting up file history, you can connect an external hard drive to your computer and windows will automatically back up all files.