Content deleted Content added
already in body per WP:SEEALSO |
drop deleted image using AWB |
||
Line 16:
Due to problems with Windows applications being able to overwrite system files in [[Windows 95]], Microsoft has since implemented a number of security measures to protect system files from malicious attacks, corruptions, or problems such as [[DLL hell]].
All Windows NT-based operating systems since [[Windows 2000]] introduced real-time file protection, called [[Windows File Protection]] (WFP).<ref>{{cite web
Line 45:
==Issues==
The System File Checker component included with versions of Windows 2000 earlier than Service Pack 4 are known to override patches distributed by Microsoft.
{{cite web
|date=30 October 2006
Line 63:
</source>
If it finds a problem, it will attempt to replace the problematic files from the ''DLL Cache'' (<code>%WinDir%\System32\Dllcache\</code>). If the file is not in the DLL Cache or the DLL Cache is corrupted, the user will be prompted to insert the Windows installation media or provide the network installation path. System File Checker determines the Windows installation source path from the registry values <code>SourcePath</code> and <code>ServicePackSourcePath</code>.
In Windows Vista and onwards, files are protected using [[Access control list]]s (ACLs), however the above command has not changed.
|