Why there are Two “Microsoft Edge” Entries in Default Apps

two microsoft edge default apps

Though the legacy Microsoft Edge has been entirely replaced by Edge Chromium, even on Windows 10 21H2 computers, you may see two “Microsoft Edge” entries in Default Apps. The first one in the above image is the New Microsoft Edge (Edge Chromium), and the second one showing a blank icon is the legacy Microsoft Edge. … Read more

OneDrive Setup: “A newer version of OneDrive is installed” Error

onedrivesetup new version installed

When you try to install OneDrive using the OneDrive Setup file (onedrivesetup.exe) downloaded from Microsoft, the following error may occur: Microsoft OneDrive Setup A newer version of OneDrive is installed You need to uninstall it first before installing this version. This error may occur even though you uninstalled OneDrive via Apps and Features in the … Read more

Can’t Access Documents, Pictures, Music After Uninstalling DropBox

shell folder location unavailable - dropbox

When you access a user shell folder such as Pictures, Documents, or Music after uninstalling a cloud sync software, the following error may occur: Location is not available C:\Users\Ramesh\Music is unavailable. If the location is on this PC, make sure the device or drive is connected or the disc is inserted, and then try again. … Read more

Fix: Internet Explorer is Missing from Windows Features

internet explorer missing in optional windows features

Internet Explorer is a legacy component in Windows that can be installed or uninstalled via Windows Features (Optional Features) dialog box. On some systems, Internet Explorer may be completely missing in the Windows Features classic dialog as well as the “Manage Optional Features” modern Settings page on your Windows 10 or 11 device.

internet explorer missing in optional windows features

internet explorer missing in optional windows features

As a result, you’re unable to install Internet Explorer on your Windows 10/11 computer. Although officially retired by Microsoft, Internet Explorer is still needed by users who have installed legacy software (e.g., security camera app) that needs IE to work.

Also, when this happens, none of the following DISM commands may help restore IE:

dism /online /Add-Capability /CapabilityName:Browser.InternetExplorer~~~~0.0.11.0
dism /online /Enable-Feature /FeatureName:Internet-Explorer-Optional-amd64

The DISM commands may throw the following error(s):

Error: 0x800f080c

Feature name Internet-Explorer-Optional-amd64 is unknown.
A Windows feature name was not recognized.
Use the /Get-Features option to find the name of the feature in the image and try the command again.
Error 1168

Element not found

As Internet Explorer is missing, attempting to load a web page in IE Mode in Microsoft Edge causes the following error:

Internet Explorer can't be found. You need to re-install or re-enable Internet Explorer

Microsoft Edge’s IE mode requires Internet Explorer to be installed.

Let’s see how to add Internet Explorer to the Windows Features dialog and install it.

Read more

Add a Device/Printer/Scanner Flashes a Window; Settings Page Crashes

add printer scanner - error - flashes and closes

When you open Devices and Printers in Control Panel and click on the “Add a Device” or “Add a Printer” button, a new dialog flashes on the screen and closes. Also, the Control Panel applet crashes immediately.

The same happens when you open the modern Settings page and click “Add a printer or scanner.” The Settings UI crashes, and the following entry is written to the Windows Event log:Read more

Microsoft Store Error 0x8D050003; Reset-AppxPackage Error 0x80070422

error-8d050003 microsoft store

When you download apps from Microsoft Store, the error 0x8D050003 may pop up. Something unexpected happened Code 0x8D050003 Also, when you repair or reset an app via PowerShell using Reset-AppxPackage or Repair-AppxPackage commands, you may get the following errors: Reset-AppxPackage : Package could not be registered. error 0x80070422: Cannot register the request because the following … Read more