Annoyances.org
Home » Windows XP Discussion Forum » Message 1210554542 Search | Help | Home
  
re: system file checker, and the results
Sunday, May 11, 2008 at 6:09 pm
Windows XP Annoyances Discussion Forum
Posted by Rich Kurtz (11508 messages posted)


I believe it tells you when it replaces a file, but there is no log that I'm aware of. You could run it and redirect the output to a file to look at later though. Something like:

sfc /scannow > sfclog.txt

That will redirect standard output to the sfclog.txt file.

sfc /scannow 2>&1 sfclog.txt

That will redirect standard output and standard error to the sfclog.txt file.

Or ... download a port of the Unix tee program (splits the output stream to the screen and also to a specified file.

sfc / scannow | tee sfclog.txt


Written in response to:
system file checker, and the results (Rick: Saturday, May 10, 2008 at 10:21 pm)

Responses to this message:
*re: system file checker, and the results (Rick: Sunday, May 11, 2008 at 11:50 pm)

All messages in this thread [show all]
-system file checker, and the results (Rick: Sat, May 10, 2008, 10:21 pm)
-re: system file checker, and the results (Rich Kurtz: Sun, May 11, 2008, 6:09 pm)
-re: system file checker, and the results (Rick: Sun, May 11, 2008, 11:50 pm)
*re: system file checker, and the results (Rich Kurtz: Mon, May 12, 2008, 9:51 am)
Return to the Windows XP Discussion Forum

All content at Annoyances.org is Copyright © 1995-2008 Creative Elementtm All rights reserved.
Please do not plagiarize; redistributing these pages without permission is strictly prohibited.