Hello everyone and welcome to another tutorial on errortools.com, Windows itself when it is installed has a general idea about certain file types and how to open them, for example, image files would be opened with application photos, web links with the edge, etc. So when we double click on the known file type, Windows will start the default application for that type and open the file in it. But what if we do not want to open files in applications Microsoft thinks we should? What if we want to open the website in firefox or images in photoshop, or whatever.
Luckily we can easily change which application Windows uses for which file type.
Click on ⊞ WINDOWS to open the start menu and choose settings.
On the settings screen, choose Apps.
When the Apps screen opens on the left click on Default apps.
On right, you will get a list of Windows default applications for certain types of files. Click on any application you would like to change and choose from the drop-down list a new one. Click on it and you are done.

“Updates failed. There were problems installing some updates, but we’ll try again later. 2019-07 Cumulative Update for Windows 10 Version 1903 for x86-based Systems (KB4507453) – Error 0x80073701”The Windows Update Error 0x80073701 also comes with a code “ERROR_SXS_ASSEMBLY_MISSING” which indicates that some system files are missing on your computer that caused the update installation failure error. Although this Windows Update error does not cause any severe issues, it is still being reported in the section of Windows Update where it is marked as “Update failed”. There are several potential solutions you can check out to resolve this error. You can try to run the DISM tool or the SFC or System File Checker scan. You could also try to run the Windows Update troubleshooter. For more information, make sure to follow the options given below.
DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:C:RepairSourceWindows /LimitAccess
Error 1309. Error reading from file: pathfilename.cab. Verify that the file exists and that you can access it.When installing Microsoft Office 2003, the error message may appear in the following format: Fatal Error During Installation
Error CausesComing in October for insiders and in November for all in the update, Microsoft has prepared a series of updates which they call an "additional set of experiences"
These updates are looked upon by Panos Panay, a vice executive president at Microsoft & chief product officer for Windows and devices as sort of makeup tests. They will consist of new additions with the biggest one being a tabbed version of File Explorer.

File Explorer received a UI makeover in the last update but the tabbed interface was missing which was expected by many users so it will come in following the next update.
The rest of the features that we will receive are an updated Photos application, Suggested Actions in the Windows Shell, Overflow menu for the taskbar, and improved Nearby Share.
The tabbed File Explorer interface is essentially File Explorer’s version of Sets, the tabbed window interface that Microsoft tested out several years ago. In testing, the tabbed interface proved handy for moving and copying files, and we’d expect the same once the feature formally goes live. The difference between Sets and the tabbed File Explorer interface is Sets allowed for multiple applications to be clustered together via tabs.
Photos app will include a “new photos-managing experience that brings a gorgeous gallery, simplifying browsing, finding, management and consumption of your collection of photos.” It will allow “easy backup to OneDrive” and a “delightful Memories experience.”
As for other features, nothing specifically was said except giving just some tips on what will they bring, it is obvious that File Explorer and the photos app were the main focus for MS in this upcoming update.
DISM /online /get-features /format:table | more
DISM /online /enable-feature /featurename:[Enter the name of the feature here] –AllNote: Now if you want to disable a feature that’s already enabled in your computer, refer to these sub-steps:
Get-WindowsOptionalFeature –Online
Get-WindowsOptionalFeature -Online -FeatureName *Type feature name*
Enable-WindowsOptionalFeature -Online -FeatureName “Type feature name” –all
Disable-WindowsOptionalFeature -Online -FeatureName “Type feature name”
netsh int ip reset