Scan your system files Protect your Windows System file by SFC Command
When you install third paty software sometime,it may overwrite default important operating system files(Windows system files). This can cause Windows software or applications to unstable or fail.
Microsoft Windows have command to check scan and replace the system files call ‘System File Checker’ by command
“sfc”
Scan system files by sfc command following step;
Start menu > run type sfc /scannow and Enter key
sfc command will scan your windows system files and verify the correct version.If they’re not, the incorrect or missing files will be replaced automatically. You must prompt insert your Windows version installation CD if a problem is detected.
Command option for sfc command
- /SCANNOW Scan all protected system files immediately.
- /SCANONCE Scan all protected system files once at the next windows reboot.
- /SCANBOOT Scan all protected system files every windows reboot.
- /REVERT Return scan to default setting.
- /PURGECACHE Purges the file cache.
- /CACHESIZE=x Sets the file cache size.
: Related topics