In order to check MD5 hash on Windows 10/11 you can run the following command in command line prompt (cmd.exe):
CertUtil -hashfile examplefile.exe MD5
After running the command output would look like:
d3c3191cd86a41f27ff97f5350cb5dfd
CertUtil: -hashfile command completed successfully.