Reference: MS certutil doc
Step 1: Open a new CMD window from Start Menu.
Step 2: Navigate to the directory wherever your bit/mcs file is.
Step 3: Run the following command:
C:> certutil -hashfile path-to-your-file SHA256
This will print the file’s checksum on console Window. You can use this checksum to verify the integrity of this file.