Content deleted Content added
→Issues: wording update (long past) |
→Usage: verifyonly |
||
Line 58:
In Windows NT-based operating systems, System File Checker can be invoked via [[Windows Command Prompt]], with the following command:
<source lang="dos">
sfc /scannow (to repair problems)
</source>
or
<source lang="dos">
sfc /verifyonly (no repair)
</source>
Line 66 ⟶ 70:
In Windows Vista and onwards, files are protected using [[Access control list]]s (ACLs), however the above command has not changed.
System File Checker in Windows Vista and later Windows operating systems can scan
In cases where the component store is corrupted, a tool called CheckSUR can be installed on Windows Vista and 7, which checks the store against its own payload and repairs the corruptions that it detects. Windows 8 and later integrate the functionality of CheckSUR into [[Deployment Image Service and Management Tool|DISM]].
|