Uninstall the K-Lite codecs.
Uninstall VLC.
Run System File Checker.
Reinstall only one of the two programs you uninstalled.
If failed, then you know the offender.
If success, install the other program.
If failed, then you have the offender.
If success, then System File Checker fixed your problem.
System File Checker – SFC
System File Checker checks system files and restores them if possible.
System File Checker places results in:
%windir%\logs\cbs
My preference is to empty the abovementioned folder BEFORE I run SFC.
How to empty the “results” folder · Run CMD.EXE as administrator
o WIN | type CMD.EXE | do NOT hit ENTER |
o CTRL + Shift + ENTER key combo | YES button
· Type following commands, each followed with ENTER key
o CD %windir%\logs\CBS
o DEL *.*
o EXIT
To run System File Checker:
WIN | type
CMD.EXE | do
NOT hit Enter|
CTRL + SHIFT + ENTER key combo
| YES button
WIN is the key with the Microsoft flag on top.
Enter
SFC /SCANNOW
When System File Checker finishes---
If you do not see:
Verification 100% complete.
Windows Resource Protection did not find any integrity violations.
Then:
Ø Type
EXIT to return
Ø RESTART your computer
Ø Run sfc /scannow again
If you do not see:
Windows Resource Protection did not find any integrity violations.
Then:
Ø Type
EXIT to return
Ø RESTART your computer
Ø Run sfc /scannow again
If you do not see:
Windows Resource Protection did not find any integrity violations.
Then:
Ø Type
EXIT to return
Ø RESTART your computer
Ø Run sfc /scannow again
Notice that you have run sfc and restarted your computer up to three times.
Ø If all did not go well, you can use
the findstr command to view the results.
VIEW THE RESULTS Put the System File Checker (SFC) results in a File on the Desktop
findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log > %userprofile%\desktop\sfcdetails.txt
where /C: specifies the desired search string
This finds the primary results. More info can be gleaned, if necessary, by examining the entire cbs.log file.
===================================================================================
====================================================================================
And of course, there is an excellent tutorial on SFC:
SFC /SCANNOW Command - System File Checker