How to Fix Configuration system failed to initialize on Windows 10 - Windows Basics

Latest

Thursday, October 11, 2018

How to Fix Configuration system failed to initialize on Windows 10

The error “Configuration system failed to initialize” occurs when the system is unable to correctly launch any target application and encounters such an error. In fact, this error message is very generic and is rooted to a number of different scenarios and cases.
It usually occurs when you are trying to run a new application or when you boot up your computer. It is a very common error and the fixes range from uninstalling some application to changing the configuration files. Some third-party applications are also known to cause a problem. We have listed down a number of different workarounds; take a look.
Fix: Configuration system failed to initialize
Solution 1: Run System File Checker tool
1.Type PowerShell in the search box on taskbar, and choose Windows PowerShell in the result. Run Windows PowerShell with Administrator
2.Once in the Windows Powershell, type “sfc /scannow” and hit Enter. Wait for it till Verification 100% Complete.
System File Checker will help you restore the corrupted files automatically.
3.When it’s done, close the command prompt window. Check if the error still exists.
Video:
Solution 2: Check your config file
1.On your keyboard, press the Windows key+ E to open the File Explorer.
2.Go to C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG.
3.Right-click on the config file of the app which exist the error. Choose Edit with Notepad++.
4.When the config file is open, check inside the configuration element, ensure the first child is configSections element.
If the error appears on your windows 10, the first child may probably isn’t configSections element inside the configuration element. Then you can remove the configuration element between <configuration> and <configSections>.
5.Save the changes on config file and close edit window. Restart your computer and check if this solves the problem at hand.
Solution 3: Deleting the Configuration file of Application
1.On your keyboard, press the Windows key+ E to open the File Explorer.
2.Go to C: \ Users \ username \ AppData \ Local \ appname and delete the app config file.
3.Go to C: \ Users \ username \ AppData \ Roaming \ appname and delete the app config file.
4.Restart your app and check if the error still occurs.

No comments:

Post a Comment