Sunday, 2 August 2020

How to scan system files and replace correct one:-

How to scan system files and replace correct one:-

 Syntax 
  
  sfc   

Description:-
 
Importent dos commands -- System File checker.......
Scans and verifies the integrity of all protected system files and replaces incorrect versions files with correct versions files.

Examples 1:-

System File checker.......
sfc [/scannow] [/verifyonly] [/scanfile=<file>] [/verifyfile=<file>] 
[/offwindir=<offline windows directory> /offbootdir=<offline boot directory>]

Specified full path and filename before typing command:-

sfc /scannow ( Scans the integrity of all protected system files and repairs files with problems when possible.)
sfc /verifyonly Scans integrity of all protected system files. No repair operation is performed.
sfc /scanfile Scans integrity of the specified file and repairs the file if problems are detected, when possible.
sfc /verifyfile verifies the integrity of the specified file. No repair operation is performed.
sfc /offwindir Specifies the location of the offline windows directory, for offline repair.
sfc /offbootdir Specifies the location of the offline boot directory for offline

Sample programme for System File checker.......:-

type the individual command in dos prompt

No comments:

Post a Comment

HOW TO BACKUP YOUR ALL DIRECTORY IN YOUR COMPUTER AND FILE NAMES:-

HOW TO BACKUP YOUR ALL DIRECTORY IN YOUR COMPUTER AND FILE NAMES:-   Syntax         tree   /f Description:- Displays names of files in a dir...