Thus don't use Chkdsk /r
Well,
Run SFC /scannow again in an usual not in a safe mode.
If "SFC" will find corrupted files, just after the scanning follow these steps:
- Press "Windows" + "R" keys.
- Type CMD and press the "OK" button.
- Type Powershell in the CMD.exe window, then press the "Enter" key.
- Type the line below. This is the single line. Type exactly! You may simply copy the entire line and then paste it onto "Windows PowerShell" window as the inputline.
Get-Content -path 'C:\Windows\Logs\CBS\CBS.log' -Tail 100 | select-string ("telemetry.ASM", "utc.app.json") | Format-Table | out-file -NoClobber "$env:USERPROFILE\Desktop\checklog-to-community-forum.txt"
- Press the "Enter" key.
- Close the window.
- Go to your desktop, right-click on the desktop and press "update" in the context menu.
- Find the "checklog-to-community-forum" file, open it.
- If that file is not empty, copy the text and print it here in your message.
Thanks!