This is a simple powershell script which continuously monitor the changes in your file or a directory and shows alert when it detects any changes.
Execution Policy is on Restricted by default in Powershell, to change it enter the below command in Powershell
# Start powershell in administrator mode
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force
Clone the respository and run the script
git clone https://github.com/mmbverse/file-integrity-monitor
cd file-integrity-monitor
.\file-monitor.ps1