Hello,
This can happen if the necessary message files are not present on your system. Here are a few steps you can try to resolve this issue:
Update Windows: Make sure your Windows 10 system is fully updated. Sometimes, missing components can be restored through Windows updates.
Reinstall the Provider: You can try reinstalling the provider that generates these events. This might involve reinstalling or repairing the Windows components related to the Kernel-File provider.
Check for Corrupted Files: Use the System File Checker tool to repair missing or corrupted system files. Open Command Prompt as an administrator and run:
sfc /scannow
Manual Installation of Message Files: If you have access to another system where the event descriptions are working correctly, you can try copying the necessary message files from that system to your current system.
Check the Registry: Sometimes, the registry entries for the event log provider might be missing or incorrect. You can check the registry under:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\Application\Microsoft-Windows-Kernel-File
Ensure that the EventMessageFile entry points to the correct file.
If none of these steps resolve the issue, you might need to look into more specific troubleshooting based on the exact configuration and setup of your system.