logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fsck.winregfs - Check a Windows registry file

Description

fsck.winregfs  scans a Windows registry hive file for problems that indicate the hive has been damaged by
       hardware or software issues. If the -v option is specified, the program will output detailed  information
       about the problems it finds.

Limitations

fsck.winregfs  works  by  recursively  reading  the  key  and value data structures in the registry hive.
       Currently it does not read the actual data stored in a  value,  and  due  to  the  nature  of  the  ntreg
       library's  interfaces the checks are currently limited to reporting that errors exist; the details of the
       error conditions encountered are not broken down in the final output.

Name

       fsck.winregfs - Check a Windows registry file

See Also

mount.winregfs(8)

fsck.winregfs                                      20 May 2014                                       winregfs(8)

Synopsis

fsck.winregfs[-v]hivefile

See Also