<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Using System File Checker (SFC) To Fix Issues</title><link>http://blogs.technet.com/b/askcore/archive/2007/12/18/using-system-file-checker-sfc-to-fix-issues.aspx</link><description>Both Windows Vista and Windows Server 2008 include the System File Checker (SFC) tool. Previous operating systems included this tool also. This discussion is specific to Windows Vista and Windows Server 2008. If you would like more information on previous</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Using System File Checker (SFC) To Fix Issues</title><link>http://blogs.technet.com/b/askcore/archive/2007/12/18/using-system-file-checker-sfc-to-fix-issues.aspx#3386297</link><pubDate>Wed, 09 Feb 2011 23:17:06 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3386297</guid><dc:creator>Drewfus</dc:creator><description>&lt;p&gt;If a system had corruption of the Component Based Servicing stack, the type of corruption that the System Update Readiness Tool might fix or at least find, would this affect the operation of a command like &amp;#39;sfc /scannow&amp;#39; ? Presumably SURT cannot be run offline, limiting the capacity of SFC to fix errors offline.&lt;/p&gt;
&lt;p&gt;In general, would it be a good idea to run SURT and check %SYSTEMROOT%\Logs\CBS\CheckSUR.log, before running SFC.exe?&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://support.microsoft.com/kb/947821"&gt;support.microsoft.com/.../947821&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3386297" width="1" height="1"&gt;</description></item><item><title>re: Using System File Checker (SFC) To Fix Issues</title><link>http://blogs.technet.com/b/askcore/archive/2007/12/18/using-system-file-checker-sfc-to-fix-issues.aspx#3309738</link><pubDate>Mon, 01 Feb 2010 10:33:31 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3309738</guid><dc:creator>Christoph Wegener</dc:creator><description>&lt;p&gt;It's probably futile to comment on such an old post, but I want to point out that the following statement is incorrect:&lt;/p&gt;
&lt;p&gt;&amp;quot;From this you can tell that SFC compared the hash for fmifs.dll and found it wasn't correct. It restored the backup from c:\windows\WinSxS\x86_microsoft-windows-gmifs_31bf3856ad364e35_6.0.6000.16386_none_54d7af8934ac24f1&lt;/p&gt;
&lt;p&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;You missed the %Windir%\winsxs\BACKUP\.... part in the pathname.&lt;/p&gt;
&lt;p&gt;Christoph Wegener&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3309738" width="1" height="1"&gt;</description></item><item><title>re: Using System File Checker (SFC) To Fix Issues</title><link>http://blogs.technet.com/b/askcore/archive/2007/12/18/using-system-file-checker-sfc-to-fix-issues.aspx#3245088</link><pubDate>Sun, 24 May 2009 17:53:56 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3245088</guid><dc:creator>Janus Daniels</dc:creator><description>&lt;p&gt;Please change your command line:&lt;/p&gt;
&lt;p&gt;SFC.EXE /scannow /offbootdir:c:\ /offwindir=c:\windows&lt;/p&gt;
&lt;p&gt;to a correct command line, like:&lt;/p&gt;
&lt;p&gt;sfc /scannow /offbootdir=c:\ /offwindir=c:\windows&lt;/p&gt;
&lt;p&gt;Please notice the : vs. = in the middle of the command. (This still assumes of course OS on C, etc.)&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3245088" width="1" height="1"&gt;</description></item><item><title>re: Using System File Checker (SFC) To Fix Issues</title><link>http://blogs.technet.com/b/askcore/archive/2007/12/18/using-system-file-checker-sfc-to-fix-issues.aspx#3042651</link><pubDate>Wed, 23 Apr 2008 01:47:10 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3042651</guid><dc:creator>Tom Acker   x-msft</dc:creator><description>&lt;p&gt;When a hotfix, service pack or any other update is made to Windows Vista or Windows 2008, those changes are added to the component store located in %windir%\winsxs. The files that were updated are switched to an &amp;quot;off&amp;quot; state, and the new files are switched to an &amp;quot;on&amp;quot; state. &amp;nbsp;The older files are never removed in the event that the driver, file, etc needs to be removed at a later date or in the event of an installation failure that requires the OS to rollback the changes made.&lt;/p&gt;
&lt;p&gt;What happens when you run SFC is that we initially check the component store in %windir%\winsxs to ensure that a link to the file is correct based on the checksum of the file. &amp;nbsp;If those checksums dont match, that file is projected back to the proper location in the %windir% directory. &amp;nbsp;In the event that you are servicing the installation offline, such as in WinRE, you must specify the location of the Windows directory using the /offbootdir and /offwindir switches when running the SFC command, this allows us to find the component store and initiate a repair. &amp;nbsp;Because Vista and 2008 are shipped in the .WIM format, there is no way for us to extract files from media as we did in downlevel operating systems. &amp;nbsp;So you specify where you want files to be restored from and where they should be restored to with those switches.&lt;/p&gt;
&lt;p&gt;NOTE: Only /scanfile and /scannow are considered repair operations, if you use /verifyfile or /verifyonly, no changes to the system will be made.&lt;/p&gt;
&lt;p&gt;In the event that the component store file becomes corrupted, there is a backup for the ones marked boot critical in the %windir%\winsxs\backup directory and an attempt is made to rebuild the component store file and reproject it. &amp;nbsp;If the files both the component store and the backup locations become corrupted, then a reinstallation or CompletePC backup would be the preferred method of resolving that issue.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3042651" width="1" height="1"&gt;</description></item><item><title>re: Using System File Checker (SFC) To Fix Issues</title><link>http://blogs.technet.com/b/askcore/archive/2007/12/18/using-system-file-checker-sfc-to-fix-issues.aspx#2659744</link><pubDate>Wed, 19 Dec 2007 14:05:37 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2659744</guid><dc:creator>anony.muos</dc:creator><description>&lt;P&gt;What I'm most interested in is how SFC in Windows Vista handles files which have been updated by hotfixes/service packs, ESPECIALLY, when checking an offline Windows installation. Do the original unpatched files from the Windows DVD get restored or the updated ones from some backup? Where is the backup made?&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2659744" width="1" height="1"&gt;</description></item><item><title>   Fixing Issues with System File Checker &amp;raquo; D' Technology Weblog: Technology, Blogging, Tips, Tricks, Computer, Hardware, Software, Tutorials, Internet, Web, Gadgets, Fashion, LifeStyle, Entertainment, News and more.</title><link>http://blogs.technet.com/b/askcore/archive/2007/12/18/using-system-file-checker-sfc-to-fix-issues.aspx#2657806</link><pubDate>Tue, 18 Dec 2007 22:23:52 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2657806</guid><dc:creator>   Fixing Issues with System File Checker » D' Technology Weblog: Technology, Blogging, Tips, Tricks, Computer, Hardware, Software, Tutorials, Internet, Web, Gadgets, Fashion, LifeStyle, Entertainment, News and more.</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.ditii.com/2007/12/18/fixing-issues-with-system-file-checker/"&gt;http://www.ditii.com/2007/12/18/fixing-issues-with-system-file-checker/&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2657806" width="1" height="1"&gt;</description></item></channel></rss>