Applications cannot be started, several error messages Windows10 Home Edition

Christof Stangl 0 Reputation points
2023-05-11T12:08:39.1266667+00:00

Since a few days I have the problem that most applications cannot be started.

I get errormessages like "Ole server cannot be initialized", "JIT-Complier cannot be loaded" or "not enough memory"

(I have 16GB) installed. Hope my translations are correct, I am using the german version.

I tried resetting the system to an earlier restore point, no solution, manually updating Windows neither.

sfc /scannow works well in the verification phase but then I get the message "Windows ressource protection could not execute the requested process" (even in safe mode).

sfc /verifyonly reports problems with system files integrity, but no details. I could not find any log file.

It seems to me that the error occured after a chkdsk automatically started by Windows.

Can anyone help me to fix the problem?

Windows for business | Windows Client for IT Pros | User experience | Other
Microsoft System Center | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. VasimTamboli 5,215 Reputation points
    2023-05-11T19:35:28.6766667+00:00

    It seems that you are experiencing several error messages and issues with starting applications on your Windows 10 Home Edition system. Here are a few troubleshooting steps you can try to resolve the problem:

    Check for malware: Run a thorough scan using a reputable antivirus or antimalware software to ensure that your system is not infected.

    Update drivers: Ensure that your system's drivers are up to date, especially the ones related to your graphics card and chipset. Visit the manufacturer's website to download and install the latest drivers.

    Perform a clean boot: Temporarily disable all non-Microsoft services and startup programs to identify if any third-party application or service is causing conflicts. You can do this by following the instructions provided in Microsoft's official documentation: https://support.microsoft.com/en-us/windows/how-to-perform-a-clean-boot-in-windows-d4ad027a-9b13-eea3-99a7-d4e9eefd82c111

    Check for disk errors: Run a thorough disk check using the chkdsk command to identify and fix any potential disk errors. Open Command Prompt as an administrator and run the command: chkdsk C: /f /r (Replace "C:" with the appropriate drive letter if your system drive is different).

    Perform a system file check: Open Command Prompt as an administrator and run the command: DISM.exe /Online /Cleanup-image /Restorehealth. This command checks for system file corruption and attempts to repair it.

    Check Event Viewer: Open Event Viewer and look for any error or warning messages related to the applications or system issues you are experiencing. It may provide additional information about the cause of the problem.

    Repair or reinstall affected applications: If the issues are specific to certain applications, try repairing or reinstalling them to ensure that all necessary files and components are intact.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.