Many computer tech people should know about the utility called SFC (System File Checker) built-in to Windows 98/2000/XP/2003/Vista. Banyak teknisi komputer orang harus tahu tentang utilitas yang disebut SFC (System File Checker) built-in ke Windows 98/2000/XP/2003/Vista. This tool can help you scan and restore corrupted Windows system files. Alat ini dapat membantu Anda memindai dan mengembalikan file sistem Windows rusak. Let's take Event ID 4226 Patcher which patches TCPIP.sys file, which is a system protected file for an example. Mari kita Event ID 4226 Patcher yang TCPIP.sys patch file, yang merupakan sistem file yang dilindungi untuk contoh. 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. Anda dapat memodifikasi file sistem dengan Patcher namun setelah beberapa detik Anda akan mendapatkan jendela Perlindungan File Windows memberitahu Anda bahwa "File yang diperlukan untuk Windows untuk berjalan semestinya telah digantikan oleh versi yang tidak diakui. To maintain system stability, Windows must restore the original versions of these files.” Untuk menjaga stabilitas sistem, Windows harus mengembalikan versi asli file ini. "
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. Kabar baiknya adalah kita dapat masuk instalasi Windows disk dan tekan tombol Retry untuk memulihkan kembali file sistem yang asli. Bad news is we can hit the Cancel button to keep unrecognized system file. Berita buruk adalah kita dapat menekan tombol Batal untuk menyimpan file sistem tidak dikenali. After some time, our Windows computer can have a lot of unrecognized system files causing Windows to be unstable. Setelah beberapa waktu, komputer Windows kita dapat memiliki banyak file sistem tidak dikenal menyebabkan Windows menjadi tidak stabil. There are a lot of system files in Windows and it is impossible for us to know which file is modified or not. Ada banyak file sistem di Windows dan tidak mungkin bagi kita untuk mengetahui file yang diubah atau tidak. 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. Jadi solusi sederhana adalah dengan menggunakan Pemeriksa Berkas Sistem memvalidasi tanda tangan digital dari semua file sistem Windows dan mengembalikan apapun yang ditemukan adalah tidak benar.

Have you ever wonder which system files are protected by Windows File Protection? Apakah Anda pernah bertanya-tanya file sistem yang dilindungi oleh Windows File Protection? Here's a simple tool that is able to that. Berikut adalah alat sederhana yang mampu itu.

SFCList is the utility to enumerate files protected by SFC mechanism. SFCList adalah utilitas untuk file menghitung dilindungi oleh mekanisme 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 telah memperkenalkan teknologi SFC (System File Checker) untuk melindungi file sistem inti dari yang sengaja atau tidak sengaja diubah oleh program pihak ketiga. Whenever any such protected file is modified, SFC comes into action and replaces it with original system file. Setiap kali ada file yang dilindungi seperti dimodifikasi, SFC datang ke dalam tindakan dan menggantikannya dengan file sistem yang asli.

Daftar Protected Files oleh SFC

SFCList tool helps to enumerate all those protected files. Alat SFCList membantu menghitung semua file yang dilindungi. As there are thousands of such files, it has filter option which can be used to shorten down the search. Karena ada ribuan file tersebut, ia memiliki pilihan filter yang dapat digunakan untuk mempersingkat bawah pencarian. Also one can verify if the particular file is protected by SFC or not. Juga salah satu dapat memeriksa jika file tertentu dilindungi oleh SFC atau tidak.

You have to run this tool together with switches in command prompt. Anda harus menjalankan perangkat ini bersama-sama dengan switch di prompt perintah.

Here's a few example on how to use SFClist. Berikut adalah beberapa contoh tentang cara menggunakan SFClist.
The command below will list all system file protected through SFC Perintah di bawah ini akan membuat daftar semua file sistem yang dilindungi melalui SFC
sfclist -l sfclist-l

The command below will list all the protected dll files Perintah di bawah ini akan menampilkan semua file yang dilindungi dll
sfclist -l .dll sfclist-l. dll

If you want to verify if the file is protected by SFC: Jika Anda ingin mengetahui apakah file yang dilindungi oleh 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. Bila Anda menggunakan switch-l untuk membuat daftar semua file system yang terproteksi, Anda harus mendapatkan daftar yang sangat panjang (saya punya 3.498 file) dan Anda tidak dapat gulir ke baris pertama di prompt perintah. You can store the result to file by using the command sfclist.exe -l > c:\output.txt Anda dapat menyimpan hasilnya ke file dengan menggunakan perintah sfclist.exe-l> c: \ output.txt

[ [ Download SFCList Download SFCList ] ]

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