Windows check sum

  • Thread starter Thread starter Lorenzo
  • Start date Start date
L

Lorenzo

I want know if my so Windows Xp is corrupt. How do i make
it?
i think,is there a list of system files with checksum?
where? In CD?
Thanks
Lorenzo
 
Lorenzo,

In the below KB is a package MS ship, that allows you to
generate XML checksums of directories e.t.c it's probably
what your after, they do not provide a checksum list for
the files in windows though. So if you wanted to check
if your install was corrupt, you would need to generate a
list from a ok system to compare against (which I believe
the tool does).

Link:

http://support.microsoft.com/default.aspx?scid=kb;en-
us;841290

Hope this helps

Mike Bright MCP, MSP

e:[email protected]
 
Thanks Mike!
this tool is very usefully: i'll use it!
In all WEB MSDN SUPPORT doesn't exist the list of files
and checksum?
But perhaps my way is not good: i 'm thinking at windows
update....

How do i check SO Windows integrity?

thanks
Lorenzo
 
From the command line, run:

SFC /SCANNOW

This causes the system file checker to check the checksums of the files on
disk against what the catalog files say they should be, replacing files
that don't match. It also repopulates the dllcache, so you'll want to have
media available.

-Matt

===
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top