Content deleted Content added
Tag: Reverted |
→History: officially called "Windows Me" not ME by microsoft Tags: Mobile edit Mobile app edit Android app edit App section source |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 35:
Microsoft ships this utility with [[Windows 98]], [[Windows 2000]] and all subsequent versions of the [[Windows NT]] family of operating systems. In [[Windows Vista]], [[Windows 7]] and [[Windows 10]], System File Checker is integrated with [[Windows Resource Protection]] (WRP), which protects [[Windows Registry|registry]] keys and folders as well as critical system files. Under Windows Vista, <code>sfc.exe</code> can be used to check specific folder paths, including the Windows folder and the boot folder.
[[Windows File Protection]] (WFP) works by registering for notification of file changes in [[Winlogon]]. If any changes are detected to a protected system file, the modified file is restored from a cached copy located in a compressed folder at <code>%WinDir%\System32\dllcache</code>.
[[Windows Resource Protection]] (WRP) works by setting discretionary access-control lists (DACLs) and [[access control list]]s (ACLs) defined for protected resources. If any changes are detected to a protected system file, the modified file is restored from a cached copy located in a folder at <code>%WinDir%\WinSxS\Backup</code>.<ref name=":0">{{Cite web |last=stevewhims |date=2021-01-07 |title=Protected Resource List - Win32 apps |url=https://learn.microsoft.com/en-us/windows/win32/wfp/protected-file-list |access-date=2024-03-15 |website=learn.microsoft.com |language=en-us}}</ref> Permission for full access to modify WRP-protected resources is restricted to the processes using the ''Windows Modules Installer service'' (<code>TrustedInstaller.exe</code>). Administrators no longer have full rights to system files. ==History==
Line 55 ⟶ 57:
In addition, the System File Checker utility (<code>sfc.exe</code>) was reimplemented as a more robust command-line utility that integrated with WFP. Unlike the Windows 98 SFC utility, the new utility forces a scan of protected system files using Windows File Protection and allows the immediate silent restoration of system files from the ''DLLCache'' folder or installation media.
SFC did not appear on [[Windows
|first=Lincoln
|last=Spector
Line 97 ⟶ 99:
* or {{code|sfc /verifyonly}} (no repair)
If it finds a problem, it will attempt to replace the problematic files from the
In Windows Vista and onwards, files are
System File Checker in Windows Vista and later Windows operating systems can scan specified files. Also, scans can be performed against an offline Windows installation folder to replace corrupt files, in case the Windows installation is not bootable. For performing offline scans, System File Checker must be run from another working installation of Windows Vista or a later operating system or from the Windows setup DVD<ref>{{Cite web|url=http://www.craxworld.com/system-file-checker-tool-windows-11822/|title=Run System File Checker Tool to Repair Windows 10/8/7 files|last=kumar|first=Rohit|date=26 July 2016|website=Craxworld|publisher=Self Published|url-status=dead|archive-url=https://web.archive.org/web/20160911000021/http://www.craxworld.com/system-file-checker-tool-windows-11822/|archive-date=September 11, 2016}}</ref> or a recovery drive which gives access to the [[Windows Recovery Environment]].
|