logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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