Windows me ddk: System File Protection |
System File Protection
Installation programs that are not part of the operating system can overwrite shared system files, even when it is incorrect to do so. This has been a common problem in the history of the Microsoft? Windows? Operating systems. overwriting shared system files with older versions or modified versions of the file can result in unpredictable system performance that ranges from application errors to operating system crashes. the files types that are most commonly affected by this problem are dynamic-Link Libraries (DLL) and executable files (exe ).
In Windows Millennium Edition, a new feature calledSystem File Protection (SFP)Will prevent the unauthorized modification or replacement of critical system files that are essential for basic Windows functionality.
SFP protects system files by running in the background and detecting attempts to replace protected system files. system File Protection monitors all file changes and triggers when a file in the protected list is going to be changed. before allowing the changes, it makes a copy of the original file. then, SFP looks up the file signature in a catalog file to determine if the new file is the correct Microsoft version. if it is not, the operating system replaces the file with the copy it had made just before the file was modified.
SFP logs all its actions in sfplog.txt which is in the Windows/system/SFP directory.
Supported file replacement mechanisms
Protected files can be modified by authorized packages authored in Microsoft. They will carry certified catalogs and will install these catalogs before changing any files. SFP will then use the new file signatures to validate files.
Protected file list
There is a list of around 900 files that are identified to be critical to Windows functionality. the list items des files with extensions. sys ,. DLLs ,. exes ,. OCX as well as files with other extensions. all these files are auhtored and owned by Microsoft. no 3rd party files are stored in this list.
Protected file list
Disabling System File Protection
SFP is not active during OS setup and upgrades. It also is inactive during "safe" Mode sessions.
SFP cannot be disabled by the users or application programs.