Natural Scrolling for Mouse Wheel on Windows

I recently started using a MacBook Pro at home, and after using it for a while, I found that the “natural direction scrolling” for the mouse is quite nice and I’ve gotten used to it.

However, I still need to switch back on my Windows 7 machine at work.

So, I thought about using hooks to solve this problem and found some implementation methods online.

I created the following tool, which is relatively simple. Sharing it with everyone.

https://github.com/everettjf/NatrualScrollMouseForWindows