FG
💻 Software

How to save chkdsk results to a .txt file?

Fresh5 days ago
Mar 15, 202620607 views
Confidence Score0%
0%

Problem

Is there a way to get the results of chkdsk with the /f switch to a .txt file instead of having to go to the event viewer? EDIT: I want to get the output of what chkdsk fixed, not just what errors have been shown. PS: Im using Windows XP.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to save chkdsk results to a .txt file?

Low Risk

You can use redirection. Run chkdsk over a command window(cmd): Click on Windows Start buttom / type "cmd" and open a new cmd window. Type the following comand(without the ""): "chkdsk > log.txt" Then all the content shown on cmd output will be writ…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment