Failure to load the application settings for package windows.immersivecontrolpanel_cw5n1h2txyewy. Error Code: -2147023879

Anonymous
2021-07-04T14:29:32+00:00

I've been playing apex fine until a reinstall windows from a bootable USB. Now, I've been having these errors from event viewer:

Failure to load the application settings for package windows.immersivecontrolpanel_cw5n1h2txyewy. Error Code: -2147023879

Failure to load the application settings for package MicrosoftWindows.UndockedDevKit_cw5n1h2txyewy. Error Code: -2147023879

Failure to load the application settings for package Microsoft.Windows.OOBENetworkConnectionFlow_cw5n1h2txyewy. Error Code: -2147023879

Failure to load the application settings for package Microsoft.Windows.OOBENetworkCaptivePortal_cw5n1h2txyewy. Error Code: -2147023879

Failure to load the application settings for package Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy. Error Code: -2147023879

Failure to load the application settings for package Microsoft.MicrosoftEdge_8wekyb3d8bbwe. Error Code: -2147023879

Failure to load the application settings for package Microsoft.BioEnrollment_cw5n1h2txyewy. Error Code: -2147023879

Failure to load the application settings for package Microsoft.549981C3F5F10_8wekyb3d8bbwe. Error Code: -2147023879

I tried sfc /scan, Dism, chkdsk, clean boot, resetting windows and still the errors remain. The version of my windows is 21H1 (OS Build 19043.1081)

Please help.

Thank you in advance.

Windows for home | Windows 10 | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2021-07-04T15:09:59+00:00

Good day! I'm Raniel, an Independent Advisor and a Microsoft user like you.

Aside from running the SFC and DISM commands to repair system files, kindly re-register your windows apps as well:

  1. On your search bar, type "Windows PowerShell" and select Run as administrator
  2. Type the commands:

Set-ExecutionPolicy Unrestricted and press Enter

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} and press Enter

  1. Reboot your machine, then check again.

If that didn't work, kindly enable the "built-in" administrator account to isolate the issue:

  1. On your search bar, type command prompt and select "run as administrator"
  2. On the command prompt window, type net user administrator /active:yes and press Enter
  3. Reboot your machine, then login to your admin account, and check if you'll encounter the same issue.

Note: If you don't encounter the issue on the built-in administrator account, I suggest that you create a new user account (go through the steps under "My computer is in a workgroup") . Please refer to this article as a guide: https://support.microsoft.com/help/14039/window...

I hope this helps. Good luck!

Was this answer helpful?

5 people found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful