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.

CHKDSK [volume [[path] filename]] [/F] [/V] [/R] [/X] [/C] [: size]]Note: In the command given above, “[/F]” will try to fix the system errors while “[/R]” will be the one to fix the bad sectors.
"Error 2738. Could not access VBScript run time for custom action."
Error Causes“This status code is returned if the client has already downloaded resources since the last visit and is displayed to notify the client browser that the requested resources is already stored in the browser cache which hasn’t been modified.”Follow each one of the given fixes below to resolve the issue.
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”
“Windows could not search for updates, Code 0x800F0922 Windows Update encountered an unknown error” Or: “Windows failed to install the update with error 0x800F0922”This issue might be caused by two possible reasons such as:
Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftEdge | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml” -Verbose}