mouse

Windows BootCamp reverse scrolling

This article explains how to make Windows BootCamp scrolling as similar to Mac OS X!

1 Reverse scrolling

There is a registry setting named FlipFlopWheel that does exactly this and can be found after typing regedit in Run and pressing enter which will launch Registry Editor. Then search for keyword FlipFlopWheel.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\HID\VID_???\VID_???\Device Parameters.

The search will find multiple mouse entries. The default value for FlipFlopWheel will be 0 and needs to change to 1. After the change reboot in order to take effect.

flipflopwheel

To get the VID_??? number you need to:

Go to the Control Panel and then go to Mouse, click the Hardware tab, then click Properties.

In HID-compliant mouse Properties window click the Details tab and select the Device Instance Path property. The registry path is in there!

2 Make scrolling smoother

Go to the Control Panel and then go to Mouse, click the Wheel tab, then change “The following number of lines at a time” to 1.

scrolling

Similar Posts

  • PuTTY SSH Tunneling

    This post explains how PuTTy SSH Tunneling can be easily used to bypass firewall rules blocking ports. Let’s say that we have the following setup where only communication via port 22 is allowed between two hosts: Step 1: Open profile and load server’s profile Step 2: Navigate to Connection->SSH->Tunnels and add new port as the…

  • Windows Folder Lock

    Have you ever needed to lock your personal folder so that no one can access is unless they know the secret password? I have personally searched for such applications many times but all solutions seem to be complex such creating partitions with encryption and so on. Finally I had some free time and decided to create my…

  • Auction System

    This is an online auction system (like eBay) that lets users add items for sale and purchase items. Users are only allowed to enter bids if they have sufficient funds and when an auction has ended the money are being transfered from the buyer to the seller automatically. An extra feature supported by this auction…

  • Packet Sniffing with WireShark

    Download and install Wireshark from http://www.wireshark.org/. Launch the application. Go to Capture -> Options. Select the interface for the wireless network card and tick Capture packets in promiscuous mode. Then press Start. MSN conversation hack: Wireshark will start capturing packets that flow around. Among others we notice at the protocol field the MSNMS (Microsoft Network…

17 Comments

  1. Brilliant! This had been irritating me for a while and such a clear explanation for someone who wouldn’t normally go near the registry 🙂

    1. Thank you so much. You really saved my life. This solution worked for my MacBook Air Early 2014.

  2. Solution still works – just know that there are several instances of FlipFlopWheel in the Registry and you have to change the correct one. I went ahead & changed all of them. I don’t know which one of the four did the trick but I’m good.

  3. Thanks for the great tip!

    Considering how simple the fix is, one can’t help but to wonder why there isn’t a setting in the Boot Camp Control Panel to make the change.

  4. Reason no. 17883321 to hate windows and the user unfriendliness and lack of intuitiveness in it’s user interface and control! Why did I install windows on my Mac??

  5. It worked unfortunately I logged in later and the settings reverted back! Does the same happen to y’all?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.