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.