Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Performance > SFC -- Beginner Questions!

Reply
Thread Tools Display Modes

SFC -- Beginner Questions!

 
 
LoneStar
Guest
Posts: n/a

 
      05-09-2007
My new Vista system runs very fast and well. However, I ran SFC /verifyonly
and got a 17MB file in the CBS.log folder. Lots of stuff there that "looks"
really scary, but what do I know!

Question: Later, I ran sfc /scannow and the result showed that some system
files couldn't be repaired! I went to the cbs.log file and saw that the
file was the one dated from the first sfc /verifyonly process. Isn't there
supposed to be a log from the ..../scannow process also?

Finally, if my Vista runs flawlessly, should I be concerned about the
irreparable files? If so, how can I find them? Thanks.

EW


 
Reply With Quote
 
 
 
 
LoneStar
Guest
Posts: n/a

 
      05-10-2007
dean......... thanks for the reply. After reviewing your answer and working
with Notepad and a KB article I found on the MS website, I isolated the two
"irreparable" files as: tcpmon.ini and settings.ini. The "tcpmon.ini" works
with my new printer which works PERFECTLY with my Vista (though much of the
time it's turned OFF) and the "settings.ini" fault has to do with the
Windows Sidebar, which I have disabled. No worries here, I guess. Whew!
Your reply gave me a good start into learning much about the cbs.log file
and how SFC works. Cheers.

EW

"dean-dean" <dean-> wrote in message
news:...
> SFC appends its report to the cbs.log (i.e., it doesn't create a new log
> each time you run SFC). The latest info will be towards the end of the
> log
> (it will be dated, under each POQ entry). The cbs.log file is a log for
> both SFC and the Windows Modules Installer service, which installs
> optional
> features, updates, and service packs. Keep your eye on the [SR] tags, in
> the log, which are the System File Checker entries.
>
> It's not possible to say whether or not you should be concerned about your
> irreparable files, without knowing what they are, and SFC's reason for not
> repairing them...
>
> "LoneStar" <> wrote in message
> news:464250fb$0$97235$ reenews.net...
>> My new Vista system runs very fast and well. However, I ran SFC
>> /verifyonly and got a 17MB file in the CBS.log folder. Lots of stuff
>> there that "looks" really scary, but what do I know!
>>
>> Question: Later, I ran sfc /scannow and the result showed that some
>> system
>> files couldn't be repaired! I went to the cbs.log file and saw that the
>> file was the one dated from the first sfc /verifyonly process. Isn't
>> there supposed to be a log from the ..../scannow process also?
>>
>> Finally, if my Vista runs flawlessly, should I be concerned about the
>> irreparable files? If so, how can I find them? Thanks.
>>
>> EW
>>
>>

>



 
Reply With Quote
 
Dean-Dean
Guest
Posts: n/a

 
      05-11-2007
It looks like you were able to sort out a few of your concerns. Your post
reminded me that I'd forgotten to tell you about making a sfcdetails.txt
file, but it looks like you figured it out:

To create only SFC information gleaned from the cbs.log, and find the
sfcdetails.txt easily, open command prompt. By default, the prompt starts in
C:\Users\(Your Name). Type

cd desktop

Press Enter on your keyboard. Then type

findstr /c:"[SR]" %windir%\logs\cbs\cbs.log >sfcdetails.txt

Press Enter. Sfcdetails.txt should then appear on your Desktop.

I've run SFC with no problems found, or, as SFC puts it, "Windows Resource
Protection did not find any integrity violations". Here are my locations for
tcpmon.ini and settings.ini:

C:\Windows\System32\tcpmon.ini (Modified ‎September ‎19, ‎2006, Created
November ‎02, ‎2006)
C:\Windows\winsxs\x86_microsoft-windows-p..rtmonitor-tcpmonini_31bf3856ad364e35_6.0.6000.16386_none_d04 210aeaa5e863a\tcpmon.ini
(Modified ‎September ‎19, ‎2006, Created November ‎02, ‎2006)

C:\Program Files\Windows Sidebar\settings.ini (Modified and Created
‎November ‎02, ‎2006)
C:\Windows\winsxs\x86_microsoft-windows-sidebar_31bf3856ad364e35_6.0.6000.16386_none_cca5e 9c129bd0a02\settings.ini
(Modified and Created ‎November ‎02, ‎2006)

The C:\Windows\winsxs\ subfolders are where SFC crosschecks the system files
on your computer. For tcpmon.ini and settings.ini, under
C:\Windows\winsxs\, do you have the corresponding subfolders, noted above?

Like you, I don't see the two "irreparable" files as cause for real concern...

"LoneStar" wrote:

> dean......... thanks for the reply. After reviewing your answer and working
> with Notepad and a KB article I found on the MS website, I isolated the two
> "irreparable" files as: tcpmon.ini and settings.ini. The "tcpmon.ini" works
> with my new printer which works PERFECTLY with my Vista (though much of the
> time it's turned OFF) and the "settings.ini" fault has to do with the
> Windows Sidebar, which I have disabled. No worries here, I guess. Whew!
> Your reply gave me a good start into learning much about the cbs.log file
> and how SFC works. Cheers.
>
> EW
>
> "dean-dean" <dean-> wrote in message
> news:...
> > SFC appends its report to the cbs.log (i.e., it doesn't create a new log
> > each time you run SFC). The latest info will be towards the end of the
> > log
> > (it will be dated, under each POQ entry). The cbs.log file is a log for
> > both SFC and the Windows Modules Installer service, which installs
> > optional
> > features, updates, and service packs. Keep your eye on the [SR] tags, in
> > the log, which are the System File Checker entries.
> >
> > It's not possible to say whether or not you should be concerned about your
> > irreparable files, without knowing what they are, and SFC's reason for not
> > repairing them...
> >
> > "LoneStar" <> wrote in message
> > news:464250fb$0$97235$ reenews.net...
> >> My new Vista system runs very fast and well. However, I ran SFC
> >> /verifyonly and got a 17MB file in the CBS.log folder. Lots of stuff
> >> there that "looks" really scary, but what do I know!
> >>
> >> Question: Later, I ran sfc /scannow and the result showed that some
> >> system
> >> files couldn't be repaired! I went to the cbs.log file and saw that the
> >> file was the one dated from the first sfc /verifyonly process. Isn't
> >> there supposed to be a log from the ..../scannow process also?
> >>
> >> Finally, if my Vista runs flawlessly, should I be concerned about the
> >> irreparable files? If so, how can I find them? Thanks.
> >>
> >> EW
> >>
> >>

> >

>
>
>

 
Reply With Quote
 
LoneStar
Guest
Posts: n/a

 
      05-11-2007
Wow, thanks again. I've learned a bunch and am glad I ran into you here!!

EW

"Dean-Dean" <> wrote in message
news:73BB1F3F-EC3A-4EC0-9863-...
> It looks like you were able to sort out a few of your concerns. Your post
> reminded me that I'd forgotten to tell you about making a sfcdetails.txt
> file, but it looks like you figured it out:
>

ETC............................................... .....


 
Reply With Quote
 
nweissma
Guest
Posts: n/a

 
      05-12-2007
i have the identical situation (/scannow states, but does not identify,
irreparable corrupted files). i am looking at [sfc /verifyonly] a 35 MB
cbs.txt log - how do i identify which files are corrupted? after i've
identified them, how can i repair (from the disk) only them?

--


--Fool On The Hill
[32-bit Vista Home Premium]
"dean-dean" <dean-> wrote in message
news:...
> SFC appends its report to the cbs.log (i.e., it doesn't create a new log
> each time you run SFC). The latest info will be towards the end of the
> log
> (it will be dated, under each POQ entry). The cbs.log file is a log for
> both SFC and the Windows Modules Installer service, which installs
> optional
> features, updates, and service packs. Keep your eye on the [SR] tags, in
> the log, which are the System File Checker entries.
>
> It's not possible to say whether or not you should be concerned about your
> irreparable files, without knowing what they are, and SFC's reason for not
> repairing them...
>
> "LoneStar" <> wrote in message
> news:464250fb$0$97235$ reenews.net...
>> My new Vista system runs very fast and well. However, I ran SFC
>> /verifyonly and got a 17MB file in the CBS.log folder. Lots of stuff
>> there that "looks" really scary, but what do I know!
>>
>> Question: Later, I ran sfc /scannow and the result showed that some
>> system
>> files couldn't be repaired! I went to the cbs.log file and saw that the
>> file was the one dated from the first sfc /verifyonly process. Isn't
>> there supposed to be a log from the ..../scannow process also?
>>
>> Finally, if my Vista runs flawlessly, should I be concerned about the
>> irreparable files? If so, how can I find them? Thanks.
>>
>> EW
>>
>>

>


 
Reply With Quote
 
nweissma
Guest
Posts: n/a

 
      05-12-2007
why can't Vista's System Restore feature be used to repair corrupted files?

--


--Fool On The Hill
[32-bit Vista Home Premium]
"Dean-Dean" <> wrote in message
news:73BB1F3F-EC3A-4EC0-9863-...
> It looks like you were able to sort out a few of your concerns. Your post
> reminded me that I'd forgotten to tell you about making a sfcdetails.txt
> file, but it looks like you figured it out:
>
> To create only SFC information gleaned from the cbs.log, and find the
> sfcdetails.txt easily, open command prompt. By default, the prompt starts
> in
> C:\Users\(Your Name). Type
>
> cd desktop
>
> Press Enter on your keyboard. Then type
>
> findstr /c:"[SR]" %windir%\logs\cbs\cbs.log >sfcdetails.txt
>
> Press Enter. Sfcdetails.txt should then appear on your Desktop.
>
> I've run SFC with no problems found, or, as SFC puts it, "Windows Resource
> Protection did not find any integrity violations". Here are my locations
> for
> tcpmon.ini and settings.ini:
>
> C:\Windows\System32\tcpmon.ini (Modified ‎September ‎19, ‎2006, Created
> November ‎02, ‎2006)
> C:\Windows\winsxs\x86_microsoft-windows-p..rtmonitor-tcpmonini_31bf3856ad364e35_6.0.6000.16386_none_d04 210aeaa5e863a\tcpmon.ini
> (Modified ‎September ‎19, ‎2006, Created November ‎02, ‎2006)
>
> C:\Program Files\Windows Sidebar\settings.ini (Modified and Created
> ‎November ‎02, ‎2006)
> C:\Windows\winsxs\x86_microsoft-windows-sidebar_31bf3856ad364e35_6.0.6000.16386_none_cca5e 9c129bd0a02\settings.ini
> (Modified and Created ‎November ‎02, ‎2006)
>
> The C:\Windows\winsxs\ subfolders are where SFC crosschecks the system
> files
> on your computer. For tcpmon.ini and settings.ini, under
> C:\Windows\winsxs\, do you have the corresponding subfolders, noted above?
>
> Like you, I don't see the two "irreparable" files as cause for real
> concern...
>
> "LoneStar" wrote:
>
>> dean......... thanks for the reply. After reviewing your answer and
>> working
>> with Notepad and a KB article I found on the MS website, I isolated the
>> two
>> "irreparable" files as: tcpmon.ini and settings.ini. The "tcpmon.ini"
>> works
>> with my new printer which works PERFECTLY with my Vista (though much of
>> the
>> time it's turned OFF) and the "settings.ini" fault has to do with the
>> Windows Sidebar, which I have disabled. No worries here, I guess. Whew!
>> Your reply gave me a good start into learning much about the cbs.log file
>> and how SFC works. Cheers.
>>
>> EW
>>
>> "dean-dean" <dean-> wrote in message
>> news:...
>> > SFC appends its report to the cbs.log (i.e., it doesn't create a new
>> > log
>> > each time you run SFC). The latest info will be towards the end of the
>> > log
>> > (it will be dated, under each POQ entry). The cbs.log file is a log
>> > for
>> > both SFC and the Windows Modules Installer service, which installs
>> > optional
>> > features, updates, and service packs. Keep your eye on the [SR] tags,
>> > in
>> > the log, which are the System File Checker entries.
>> >
>> > It's not possible to say whether or not you should be concerned about
>> > your
>> > irreparable files, without knowing what they are, and SFC's reason for
>> > not
>> > repairing them...
>> >
>> > "LoneStar" <> wrote in message
>> > news:464250fb$0$97235$ reenews.net...
>> >> My new Vista system runs very fast and well. However, I ran SFC
>> >> /verifyonly and got a 17MB file in the CBS.log folder. Lots of stuff
>> >> there that "looks" really scary, but what do I know!
>> >>
>> >> Question: Later, I ran sfc /scannow and the result showed that some
>> >> system
>> >> files couldn't be repaired! I went to the cbs.log file and saw that
>> >> the
>> >> file was the one dated from the first sfc /verifyonly process. Isn't
>> >> there supposed to be a log from the ..../scannow process also?
>> >>
>> >> Finally, if my Vista runs flawlessly, should I be concerned about the
>> >> irreparable files? If so, how can I find them? Thanks.
>> >>
>> >> EW
>> >>
>> >>
>> >

>>
>>
>>


 
Reply With Quote
 
Julian
Guest
Posts: n/a

 
      05-12-2007
"nweissma" <> wrote in message
news:C68276A8-4623-489D-BAC4-...
> why can't Vista's System Restore feature be used to repair corrupted
> files?


It can if they are 'system' files.

For user files restore from backup.

 
Reply With Quote
 
LoneStar
Guest
Posts: n/a

 
      05-12-2007

"nweissma" <> wrote in message
newsE1CB77B-D694-401D-B64B-...
>i have the identical situation (/scannow states, but does not identify,
>irreparable corrupted files). i am looking at [sfc /verifyonly] a 35 MB
>cbs.txt log - how do i identify which files are corrupted? after i've
>identified them, how can i repair (from the disk) only them?
>
> --
>


Here's what I did to find the irreparable files:

Open your CBS.log file in Notepad (hopefully, your Notepad can handle 25
MB!). Go to the Edit tab and use your "Find" selection to search the words
"Cannot repair member file." This will give you a mildly complex
explanation and name of the file found to be in "error." Use "Find Next"
until you've seen them all. In my case, it found 2 files, but they were not
really bad files, just a fluke because the items they referred to were files
used on hardware that I had shut off.

This was the way I did it, but Microsoft may have another idea. See this
link:
http://support.microsoft.com/kb/928228

Good luck, and no worries!

EW


 
Reply With Quote
 
dean-dean
Guest
Posts: n/a

 
      05-13-2007
System Restore could be used to repair corrupted system files, but you would
have to choose a restore point with a date when the corrupted files weren't
corrupted. Knowing when the files weren't corrupted may not be easy to
figure out.

"nweissma" <> wrote in message
news:C68276A8-4623-489D-BAC4-...
> why can't Vista's System Restore feature be used to repair corrupted
> files?
>
> --
>
>
> --Fool On The Hill
> [32-bit Vista Home Premium]
> "Dean-Dean" <> wrote in message
> news:73BB1F3F-EC3A-4EC0-9863-...
>> It looks like you were able to sort out a few of your concerns. Your
>> post
>> reminded me that I'd forgotten to tell you about making a sfcdetails.txt
>> file, but it looks like you figured it out:
>>
>> To create only SFC information gleaned from the cbs.log, and find the
>> sfcdetails.txt easily, open command prompt. By default, the prompt
>> starts in
>> C:\Users\(Your Name). Type
>>
>> cd desktop
>>
>> Press Enter on your keyboard. Then type
>>
>> findstr /c:"[SR]" %windir%\logs\cbs\cbs.log >sfcdetails.txt
>>
>> Press Enter. Sfcdetails.txt should then appear on your Desktop.
>>
>> I've run SFC with no problems found, or, as SFC puts it, "Windows
>> Resource
>> Protection did not find any integrity violations". Here are my locations
>> for
>> tcpmon.ini and settings.ini:
>>
>> C:\Windows\System32\tcpmon.ini (Modified ‎September ‎19, ‎2006, Created
>> November ‎02, ‎2006)
>> C:\Windows\winsxs\x86_microsoft-windows-p..rtmonitor-tcpmonini_31bf3856ad364e35_6.0.6000.16386_none_d04 210aeaa5e863a\tcpmon.ini
>> (Modified ‎September ‎19, ‎2006, Created November ‎02, ‎2006)
>>
>> C:\Program Files\Windows Sidebar\settings.ini (Modified and Created
>> ‎November ‎02, ‎2006)
>> C:\Windows\winsxs\x86_microsoft-windows-sidebar_31bf3856ad364e35_6.0.6000.16386_none_cca5e 9c129bd0a02\settings.ini
>> (Modified and Created ‎November ‎02, ‎2006)
>>
>> The C:\Windows\winsxs\ subfolders are where SFC crosschecks the system
>> files
>> on your computer. For tcpmon.ini and settings.ini, under
>> C:\Windows\winsxs\, do you have the corresponding subfolders, noted
>> above?
>>
>> Like you, I don't see the two "irreparable" files as cause for real
>> concern...
>>
>> "LoneStar" wrote:
>>
>>> dean......... thanks for the reply. After reviewing your answer and
>>> working
>>> with Notepad and a KB article I found on the MS website, I isolated the
>>> two
>>> "irreparable" files as: tcpmon.ini and settings.ini. The "tcpmon.ini"
>>> works
>>> with my new printer which works PERFECTLY with my Vista (though much of
>>> the
>>> time it's turned OFF) and the "settings.ini" fault has to do with the
>>> Windows Sidebar, which I have disabled. No worries here, I guess.
>>> Whew!
>>> Your reply gave me a good start into learning much about the cbs.log
>>> file
>>> and how SFC works. Cheers.
>>>
>>> EW
>>>
>>> "dean-dean" <dean-> wrote in message
>>> news:...
>>> > SFC appends its report to the cbs.log (i.e., it doesn't create a new
>>> > log
>>> > each time you run SFC). The latest info will be towards the end of
>>> > the
>>> > log
>>> > (it will be dated, under each POQ entry). The cbs.log file is a log
>>> > for
>>> > both SFC and the Windows Modules Installer service, which installs
>>> > optional
>>> > features, updates, and service packs. Keep your eye on the [SR] tags,
>>> > in
>>> > the log, which are the System File Checker entries.
>>> >
>>> > It's not possible to say whether or not you should be concerned about
>>> > your
>>> > irreparable files, without knowing what they are, and SFC's reason for
>>> > not
>>> > repairing them...
>>> >
>>> > "LoneStar" <> wrote in message
>>> > news:464250fb$0$97235$ reenews.net...
>>> >> My new Vista system runs very fast and well. However, I ran SFC
>>> >> /verifyonly and got a 17MB file in the CBS.log folder. Lots of stuff
>>> >> there that "looks" really scary, but what do I know!
>>> >>
>>> >> Question: Later, I ran sfc /scannow and the result showed that some
>>> >> system
>>> >> files couldn't be repaired! I went to the cbs.log file and saw that
>>> >> the
>>> >> file was the one dated from the first sfc /verifyonly process. Isn't
>>> >> there supposed to be a log from the ..../scannow process also?
>>> >>
>>> >> Finally, if my Vista runs flawlessly, should I be concerned about the
>>> >> irreparable files? If so, how can I find them? Thanks.
>>> >>
>>> >> EW
>>> >>
>>> >>
>>> >
>>>
>>>
>>>

>


 
Reply With Quote
 
nweissma
Guest
Posts: n/a

 
      05-13-2007
this i did - and i am incredulous! -- the *only file* which is identified
as irreparable is ... a windows *true font* called mingliu.ttc !!

CAN THIS POSSIBLY BE??!! can this be what is preventing the windows firewall
from starting? (and other anomalies in ie7 (that i've been told is due to an
improper configuration of ie7))

--


--Fool On The Hill
[32-bit Vista Home Premium]
"LoneStar" <> wrote in message
news:46461db7$0$97275$ reenews.net...
>
> "nweissma" <> wrote in message
> newsE1CB77B-D694-401D-B64B-...
>>i have the identical situation (/scannow states, but does not identify,
>>irreparable corrupted files). i am looking at [sfc /verifyonly] a 35 MB
>>cbs.txt log - how do i identify which files are corrupted? after i've
>>identified them, how can i repair (from the disk) only them?
>>
>> --
>>

>
> Here's what I did to find the irreparable files:
>
> Open your CBS.log file in Notepad (hopefully, your Notepad can handle 25
> MB!). Go to the Edit tab and use your "Find" selection to search the
> words "Cannot repair member file." This will give you a mildly complex
> explanation and name of the file found to be in "error." Use "Find Next"
> until you've seen them all. In my case, it found 2 files, but they were
> not really bad files, just a fluke because the items they referred to were
> files used on hardware that I had shut off.
>
> This was the way I did it, but Microsoft may have another idea. See this
> link:
> http://support.microsoft.com/kb/928228
>
> Good luck, and no worries!
>
> EW
>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
beginner trying to use briefcase magpiefound Windows Vista General Discussion 4 03-12-2008 05:46 PM
Easy Transfer beginner Pat Windows Vista General Discussion 3 08-15-2007 06:05 AM
Help networking for beginner... So1805 Windows Vista General Discussion 1 05-27-2007 05:33 PM
Vista Beginner Questions John Windows Vista General Discussion 5 04-08-2007 03:50 PM
prospective beginner FireBrick Windows Vista Installation 4 02-18-2007 03:48 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59