Many computer tech people should know about the utility called SFC (System File Checker) built-in to Windows 98/2000/XP/2003/Vista. Daugelis kompiuterių techninė žmonės turėtų žinoti apie naudingumo vadinama MNK (System File Checker) built-in Windows 98/2000/XP/2003/Vista. This tool can help you scan and restore corrupted Windows system files. Šis įrankis padės Jums ieškoti ir atkurti sugadintą Windows sistemos failus. Let's take Event ID 4226 Patcher which patches TCPIP.sys file, which is a system protected file for an example. Paimkime Įvykio ID 4.226 Patcher kuris pleistrai Tcpip.sys failas, kuris yra sistemos apsaugotas failas pvz. You can modify the system file with the patcher but after a few seconds you will get a Windows File Protection window telling you that “Files that are required for Windows to run properly have been replaced by unrecognized versions. Galite modifikuoti sistemos failo Patcher, bet po kelių sekundžių gausite "Windows" failų apsaugos langas sakau, kad "failų, reikalingų paleisti Windows tinkamai buvo pakeistas Neatpažintos versijomis. To maintain system stability, Windows must restore the original versions of these files.” Siekiant palaikyti sistemos stabilumui, "Windows" turi atkurti originalo versijose šie failai.
Windows File Protection
Good news is we can enter the Windows installation disc and hit the Retry button to restore back the original system file. Geros naujienos yra tai, mes galime patekti į Windows diegimo disko ir paspauskite Bandykite dar kartą mygtuką, norėdami atstatyti atgal originalą sistemos failo. Bad news is we can hit the Cancel button to keep unrecognized system file. Blogos naujienos yra, galime paspausti mygtuką "Atšaukti išlaikyti Neatpažintos sistemos failo. After some time, our Windows computer can have a lot of unrecognized system files causing Windows to be unstable. Po tam tikro laiko, mūsų "Windows" kompiuteris gali turėti Nepripažintos sistema aikštelė failai sukelia Windows būti nestabili. There are a lot of system files in Windows and it is impossible for us to know which file is modified or not. Yra sistemos failus Windows aikštelė ir neįmanoma mums žinoti, kuris failas yra pakeistas ar ne. So the simple solution is to use System File Checker to validate the digital signatures of all of the Windows system files and restores any that it finds are incorrect. Taigi paprastas sprendimas, naudojant sistemos rinkmenas, kad patikrintume skaitmeninius parašus visoms sistemos Windows failus ir atkuria bet kad jis mano, yra neteisingi.

Have you ever wonder which system files are protected by Windows File Protection? Ar kada nors susimąstėte, kurie sistemos failai yra apsaugotas Windows File Protection? Here's a simple tool that is able to that. Štai paprastas įrankis, kad galėtų tai.

SFCList is the utility to enumerate files protected by SFC mechanism. SFCList yra naudingumo išvardinti failai saugomi MNK mechanizmas. Windows has introduced SFC technology (System File Checker) to protect core system files from being accidently or intentionally modified by third party programs. Windows įvedė MNK technologija (System File Checker) apsaugoti pagrindinius sisteminius failus nebūtų netyčia ar sąmoningai modifikuota trečiosios šalies programomis. Whenever any such protected file is modified, SFC comes into action and replaces it with original system file. Kai toks apsaugotas failas yra pakeistas, MNK ateina į ieškinį ir jį pakeičia su originalia sistemos failo.

Sąrašas saugomų failų pagal MNK

SFCList tool helps to enumerate all those protected files. SFCList įrankis leidžia išvardinti visus tuos apsaugotus failus. As there are thousands of such files, it has filter option which can be used to shorten down the search. Kaip yra tūkstančiai tokių bylų, ji filtro variantas, kuris gali būti panaudotas sutrumpinti nustatantis paiešką. Also one can verify if the particular file is protected by SFC or not. Taip pat galima patikrinti, ar pirma failas yra apsaugotas MNK ar ne.

You have to run this tool together with switches in command prompt. Turite paleisti šį įrankį, kartu su jungikliais į komandų eilutę.

Here's a few example on how to use SFClist. Štai keletas pavyzdys, kaip naudotis SFClist.
The command below will list all system file protected through SFC Komanda toliau bus pateiktos visos rinkmenų sistemos apsaugotas MNK
sfclist -l sfclist-L

The command below will list all the protected dll files Komanda toliau bus sąrašą visų saugomų Dll
sfclist -l .dll sfclist-L. Dll

If you want to verify if the file is protected by SFC: Jei norite patikrinti, ar failas yra apsaugotas MNK:
sfclist -p C:\Windows\system32\drivers\tcpip.sys sfclist-p C: \ Windows \ system32 \ drivers \ Tcpip.sys

When you use the -l switch to list all the protected system files, you should be getting a very long list (I got 3498 files) and you can't scroll to the first line in command prompt. Jei naudojate-l persijungti į sąrašą visus apsaugotus operacinės sistemos failus, Jums reikia gauti labai ilgą sąrašą (I got 3.498 failus), ir jūs negalite pasirinkite pirmą eilutę į komandų eilutę. You can store the result to file by using the command sfclist.exe -l > c:\output.txt Galite laikyti rezultatą į failą naudodami komandą sfclist.exe-L> C: \ output.txt

[ [ Download SFCList Parsisiųsti SFCList ] ]

Technorati Tags: Technorati Tags: , , , , , , , ,