Many computer tech people should know about the utility called SFC (System File Checker) built-in to Windows 98/2000/XP/2003/Vista. Veliko računalnik tech ljudi bi morali vedeti o koristnosti, imenovano SFC (System File Checker), vgrajeno v okno 98/2000/XP/2003/Vista. This tool can help you scan and restore corrupted Windows system files. To orodje vam lahko pomaga skandirati ter obnoviti poškodovan Windows sistemske datoteke. Let's take Event ID 4226 Patcher which patches TCPIP.sys file, which is a system protected file for an example. Let's sprejme Event ID 4226 Patcher, ki obliži TCPIP.SYS datoteka, ki je sistem zaščitene datoteke na primer. 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. Lahko spremenite sistem pila s krpar, vendar po nekaj sekundah boste dobili Windows File Protection okno vam pove, da "Datoteke, ki so potrebni za Windows teči pravilno so nadomestili z neprepoznan različice. To maintain system stability, Windows must restore the original versions of these files.” Da bi ohranili stabilnost sistema, mora Windows obnoviti prvotne različice teh datotek. "
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. Dobra novica je, da lahko vstopijo disk namestitev sistema Windows in pritisnite gumb Ponovi obnoviti nazaj izvirno datoteko sistema. Bad news is we can hit the Cancel button to keep unrecognized system file. Slaba novica je, da lahko zadeti gumb Prekliči za ohranitev neprepoznan datotečnega sistema. After some time, our Windows computer can have a lot of unrecognized system files causing Windows to be unstable. Po nekaj časa, lahko naš sistem Windows računalniku imate veliko datotek, ki povzročajo nepriznane sistema Windows, da je nestabilen. There are a lot of system files in Windows and it is impossible for us to know which file is modified or not. Obstaja veliko sistemskih datotek v operacijskem sistemu Windows in ga je nemogoče vedeti, za nas, ki je datoteka pozneje spremenjena ali 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. Tako preprosta rešitev je uporaba System File Checker za potrditev digitalni podpisi vseh sistemskih datotek Windows in obnavlja, ki jih najde so nepravilni.

Have you ever wonder which system files are protected by Windows File Protection? Ali ste se kdaj vprašali, ki so sistemske datoteke, zaščitene z zaščito datotek programa Windows? Here's a simple tool that is able to that. Tukaj je preprosto orodje, ki je zmožen za to.

SFCList is the utility to enumerate files protected by SFC mechanism. SFCList je korist, da našteti datoteke, zaščitene z mehanizmom SFC. Windows has introduced SFC technology (System File Checker) to protect core system files from being accidently or intentionally modified by third party programs. Windows je uvedla SFC tehnologije (System File Checker) za zaščito ključnih sistemskih datotek ne bi po nesreči ali namerno spremenjeno z tretji stranka programs. Whenever any such protected file is modified, SFC comes into action and replaces it with original system file. Kadarkoli se spremenil nobene take zaščitene datoteke, SFC začne delovati, in jo nadomešča z izvirno datotečnim sistemom.

Seznam zaščitene datoteke, ki jih SFC

SFCList tool helps to enumerate all those protected files. SFCList orodje pomaga našteti vse zaščitene datoteke. As there are thousands of such files, it has filter option which can be used to shorten down the search. Ker je na tisoče takih spisov, ki jih je filter možnost, ki se lahko uporablja za skrajšanje navzdol iskanje. Also one can verify if the particular file is protected by SFC or not. Prav tako lahko en preveri, če je določeno datoteko zaščitena z SFC ali ne.

You have to run this tool together with switches in command prompt. Morate zagnati to orodje, skupaj s stikali v zapoved uren.

Here's a few example on how to use SFClist. Tukaj je nekaj na primer o tem, kako uporabljati SFClist.
The command below will list all system file protected through SFC Ukaz spodaj bo seznam vse sistemske datoteke zaščitene z SFC
sfclist -l sfclist-l

The command below will list all the protected dll files Ukaz spodaj bo seznam vseh zaščitenih dll datotek
sfclist -l .dll sfclist-l. dll

If you want to verify if the file is protected by SFC: Če želite preveriti, če je datoteka zaščitena z SFC:
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. Ko uporabite stikalo-l na seznam vse zaščitene sistemske datoteke, morate biti pridobivanje zelo dolg seznam (I got 3498 files), in ne morete se pomaknite na prvi vrstici v zapoved uren. You can store the result to file by using the command sfclist.exe -l > c:\output.txt Lahko shranite rezultat datoteke z ukazom sfclist.exe-l> c: \ output.txt

[ [ Download SFCList Download SFCList ] ]

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