Many computer tech people should know about the utility called SFC (System File Checker) built-in to Windows 98/2000/XP/2003/Vista. Daudz datoru tech cilvēkiem vajadzētu zināt par komunālo sauc PMK (System File Checker), built-in Windows 98/2000/XP/2003/Vista. This tool can help you scan and restore corrupted Windows system files. Šis rīks palīdzēs jums skenēšanas un atjaunot bojātu Windows sistēmas failus. Let's take Event ID 4226 Patcher which patches TCPIP.sys file, which is a system protected file for an example. Paņemsim Event ID 4.226 Patcher kuras ielāpus Tcpip.sys fails, kas ir sistēma, aizsargāta failu piemērs. 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. Jūs varat mainīt sistēmas failu ar Patcher, bet pēc dažām sekundēm jūs saņemsiet Windows File Protection logu, kurā teikts, ka "faili, kas ir nepieciešami Windows darbojas pienācīgi, ir aizstāti ar neidentificētu versijas. To maintain system stability, Windows must restore the original versions of these files.” Lai saglabātu sistēmas stabilitāte, Windows ir jāatjauno sākotnējās versijas šos failus. "
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. Labās ziņas ir tās, mēs varētu iekļūt Windows instalācijas disku un hit Atkārtot pogai, lai atjaunotu atpakaļ sākotnējā sistēmas failu. Bad news is we can hit the Cancel button to keep unrecognized system file. Sliktās ziņas ir, mēs varam hit Cancel pogas, lai saglabātu neatzīts sistēmas failu. After some time, our Windows computer can have a lot of unrecognized system files causing Windows to be unstable. Pēc kāda laika, mūsu Windows datorā var būt daudz neatzīts sistēmas failus, kas izraisa Windows ir nestabila. There are a lot of system files in Windows and it is impossible for us to know which file is modified or not. Ir sistēmas failus Windows partiju, un ir neiespējami mums zināt, kurš fails ir modificēts vai 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. Tik vienkāršs risinājums ir izmantot System File Checker, lai apstiprinātu digitālo parakstu uz visiem Windows sistēmas failus un atjauno katru, kas konstatē, ir nepareiza.

Have you ever wonder which system files are protected by Windows File Protection? Vai tu kādreiz esi brīnums, kuras sistēmas faili ir aizsargāti ar Windows File Protection? Here's a simple tool that is able to that. Šeit ir vienkārši instruments, kas spēj to.

SFCList is the utility to enumerate files protected by SFC mechanism. SFCList ir noderīgas uzskaitīt failus aizsargāti ar SFC mehānismu. Windows has introduced SFC technology (System File Checker) to protect core system files from being accidently or intentionally modified by third party programs. Logi ir ieviesusi SFC tehnoloģijas (System File Checker), lai aizsargātu galveno sistēmas failus no tā nejauši vai apzināti modificētu trešās puses programmām. Whenever any such protected file is modified, SFC comes into action and replaces it with original system file. Ja kādā šādu aizsargājamu fails ir modificēts, PMK sāk darboties un aizstāj to ar oriģinālo sistēmas failu.

Saraksts Protected Files ar SFC

SFCList tool helps to enumerate all those protected files. SFCList rīks palīdz uzskaitīt visus šos aizsargātos failus. As there are thousands of such files, it has filter option which can be used to shorten down the search. Jo ir tūkstošiem šādu failu, tā ir filtra opcija, ko var izmantot, lai saīsinātu nosaka meklēšanu. Also one can verify if the particular file is protected by SFC or not. Arī viena varētu pārbaudīt, vai īpaši fails ir aizsargāts ar SFC vai nav.

You have to run this tool together with switches in command prompt. Jums jāskrien šo rīku kopā ar slēdžu komandrindas.

Here's a few example on how to use SFClist. Lūk daži piemērs, kā izmantot SFClist.
The command below will list all system file protected through SFC Komanda turpmāk būs saraksts ar visiem sistēmas fails aizsargāts ar SFC
sfclist -l sfclist-l

The command below will list all the protected dll files Komanda Turpmāk uzskaitītas visas aizsargātas dll failu
sfclist -l .dll sfclist-l. dll

If you want to verify if the file is protected by SFC: Ja jūs vēlaties pārbaudīt, vai fails ir aizsargāts ar 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. Kad lietojat-l pāriet uz sarakstu visu aizsargājamo sistēmas failus, Jums jābūt kļūst ļoti garš saraksts (I got 3.498 failus) un jūs nevarat atrodiet pirmo pozīciju komandrindas. You can store the result to file by using the command sfclist.exe -l > c:\output.txt Jūs varat saglabāt rezultāta failu, izmantojot komandu sfclist.exe-l> c: \ output.txt

[ [ Download SFCList Download SFCList ] ]

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