You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
fciv
About this tag
The fciv tag on WindowsForum.com covers discussions about the Microsoft File Checksum Integrity Verifier (FCIV) command-line utility. Topics include installation issues, such as fciv.exe not being found in System32 after installation, and troubleshooting steps to resolve file visibility problems in Windows. Users share experiences with running fciv from different environments like Cygwin versus Command Prompt, and seek solutions for checksum verification tasks. The tag is relevant for IT professionals and power users working with file integrity checks on Windows systems.
Hi,
I have just installed FCIV on System32, but when searched it is not found:
I can see it from "cygwin":
$ ls -l 'C:\Windows\System32\fciv.exe'
-rwxr-xr-x 1 jlfdiaz Domain Users 84784 may 13 2004 'C:\Windows\System32\fciv.exe'
But not from Command:
C:\Users\jlfdiaz>dir...