[SOLVED] Windows Errors : _____.exe this application could not be started

pelicabs

Reputable
Dec 23, 2018
5
0
4,510
I've recently been getting this .exe application could not be started, but when I view the website that the error directs me to, the suggested fixes don't work, and I haven't been able to find anything that helps it.

I've used multiple antiviruses, turned off the .net framework, and even used multiple cleaner apps like CCleaner.

Does anyone else have this problem?

Support page I'm linked to -> https://docs.microsoft.com/en-us/do...m=0009&osver=6&isServer=0&shimver=4.0.30319.0

Photo of errors -> View: https://imgur.com/a/lID9GJv
 
Solution
right click start button
choose powershell (admin)
type SFC /scannow and press enter
once its completed, copy/paste this command into same window:

Repair-WindowsImage -Online -RestoreHealth
and press enter


SFC fixes system files, second command cleans image files, re run SFC if it failed to fix all files and restart PC

Colif

Win 11 Master
Moderator
right click start button
choose powershell (admin)
type SFC /scannow and press enter
once its completed, copy/paste this command into same window:

Repair-WindowsImage -Online -RestoreHealth
and press enter


SFC fixes system files, second command cleans image files, re run SFC if it failed to fix all files and restart PC
 
Solution