log file d /windows/system32/logfiles/srt/srttrail.txt

Oct 12, 2018
1
0
10
This error randomly came up on my desktop "log file d /windows/system32/logfiles/srt/srttrail.txt error" and i tried going into the concole in recovery mode, and typing: chkdsk /r c: , then bootrec.exe /rebuildbcd , lastly bootrec.exe /fixmbr and nothing worked. Symptoms include random restarts. And i get really bad stress test results even though i have high end parts such as a gtx 1080 hybrid, a core i7 6700k and 16 gbs of ram. And yes. The temps are good. My question is how do i fix this 🙁 please help. The OS on it is Windows 10 Pro version 1803
 
srttrail.txt is tied to the system file checker

Try running this on desktop
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 after 2nd command if it failed to fix all files the 1st time, and restart PC

which version of win 10 are you on?
right click start
choose run...
type winver and press enter

knowing version might help if the above commands don't fix it. Current version is 1809 but not many people on it yet.
 
So its version 1803...

Did you run the 2 commands above?

What you might need to do is this:

Download a copy of the win 10 iso from Here - create ISO by telling it you want to make DVD - and then mount that ISO in file explorer (see Here) and then copy paste the below command into command prompt (admin)

DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:\Sources\Install.wim:1 /LimitAccess
Where "X" is the drive letter where the ISO is located. Simply change the "X" to the correct drive letter

Spacing on the DISM command has to be exact or you will get errors.