water01 wrote: ↑Tue 07 Mar 2023 9:22 am
Yes, look at the last few lines quoted
and run this in a DOS command window.
Not in a DOS window, but in a Powershell window. You might also encounter a problem that an execution policy blocks running the script since it does not have a digital signature. This can be overridden by opening powershell originally with the following command line (use win+r -shortcut key to open run dialog)
PowerShell.exe -ExecutionPolicy Bypass
Then go to the CMX folder by typing
cd C:\CumulusMX\
and then run the check with
.\MXutils\windows\CheckMD5HashFile.ps1 -HashFile .\hash_md5_3221.txt
Note the period at start of the line. If you have installed cmx somewhere else, then you have to adjust the path of the cd command.