Windows 10: Reverse scrolling

Discus and support Reverse scrolling in Windows 10 Drivers and Hardware to solve the problem; Windows updated this morning and now the touchpad is scrolling in reverse. I have an ASUS and have gone into the ASUS Smart Gesture settings but... Discussion in 'Windows 10 Drivers and Hardware' started by me10lee83, Dec 2, 2015.

  1. me10lee83 Win User

    Reverse scrolling


    Windows updated this morning and now the touchpad is scrolling in reverse. I have an ASUS and have gone into the ASUS Smart Gesture settings but whether "content moves reversely" is checked or unchecked, it has no effect on which direction the touchpad scrolls. I restarted but same thing.

    :)
     
    me10lee83, Dec 2, 2015
    #1
  2. TB16LG Win User

    scrolling

    I'm having the same issue with reverse scrolling on the touchpad. Windows 10 is defaulting to reverse scrolling, which I do not want. Thus, I went to "Start" >> "Settings" >> "Devices" >> "Mouse & touchpad" >> "Additional mouse options" >> "ClickPad Settings"
    >> "Two-Finger Scrolling Settings" >> and deselcted "Enable Reverse Scrolling Direction". When I do that, the ClickPad scrolls as I want it to. However, every time my computer reboots, it reverts back reverse scrolling direction. I don't want to scroll
    in reverse. How can I fix that so it doesn't continue to revert back? Thanks.
     
    TB16LG, Dec 2, 2015
    #2
  3. How can I reverse the mouse scroll wheel scroll direction in Windows 10? NOTE SCROLL WHEEL SCROLL WHEEL SCROLL WHEEL NOT TOUCHPAD FFS

    For those wondering... Since it's not mentioned what Registry Key Damian is talking about, Take a look at the blog post done by Kevin Becker called

    Reverse Scrolling on Windows 8
    . This will give you reverse scrolling in most applications in windows 10 even though there isn't a configuration option for it in Control Panel > Mouse & Trackpad Settings.
     
    GeneralRedneck, Dec 2, 2015
    #3
  4. lx07 Win User

    Reverse scrolling

    I run these from elevated (run as administrator) powershell window to reverse trackpad direction - you could try that.

    The top line is for reversing up and down and the bottom for left/right. Code: Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device` Parameters FlipFlopWheel -EA 0 | ForEach-Object { Set-ItemProperty $_.PSPath FlipFlopWheel 1 } Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device` Parameters FlipFlopHScroll -EA 0 | ForEach-Object { Set-ItemProperty $_.PSPath FlipFlopHScroll 1 }[/quote] You can undo it by changing the 1 to 0 (shown in red above)...
     
    lx07, Dec 2, 2015
    #4
  5. me10lee83 Win User
    Nope, no change. "Undid" it (even though nothing changed) too, but still no change.

    Btw it's the vertical scrolling that's reversed- since Windows default is now more like touch screen scrolling, up on the touchpad shows content further down on the page. I prefer the standard down on the touchpad = down on the page.
     
    me10lee83, Dec 2, 2015
    #5
  6. lx07 Win User
    I do it for the same reason as you (my drivers have no option to reverse direction) as I like it the same as you..

    Did you sign out or restart after running the script? I forgot to mention that you do need to.

    If it still doesn't work after doing that hopefully someone with ASUS can help (I have Apple).
     
    lx07, Dec 2, 2015
    #6
  7. me10lee83 Win User
    I did not restart the first time, but just did the command again and restarted but still no change. Any other ASUS users out there? I'll see if I can find an ASUS forum as well.
     
    me10lee83, Apr 5, 2018
    #7
Thema:

Reverse scrolling

Loading...
  1. Reverse scrolling - Similar Threads - Reverse scrolling

  2. How do I fix mouse that always scroll on reverse sometimes???

    in Windows 10 Gaming
    How do I fix mouse that always scroll on reverse sometimes???: Hello,I'm having an issue using my mouse because it always scrolls up and down and sometimes it jumps up or down.How should I fix this issue??The mouse I'm using is: zoanwee W990 2.4Ghz Wireless mouse...
  3. How do I fix mouse that always scroll on reverse sometimes???

    in Windows 10 Software and Apps
    How do I fix mouse that always scroll on reverse sometimes???: Hello,I'm having an issue using my mouse because it always scrolls up and down and sometimes it jumps up or down.How should I fix this issue??The mouse I'm using is: zoanwee W990 2.4Ghz Wireless mouse...
  4. When can you add a normal way to reverse my scroll wheel's direction?

    in Windows 10 Gaming
    When can you add a normal way to reverse my scroll wheel's direction?: OK you're a $500 billion company and can do AI and ****. I honestly don't give a ****. Just a quick Google search shows, the first post I could find on this forum about doing this was in...
  5. When can you add a normal way to reverse my scroll wheel's direction?

    in Windows 10 Software and Apps
    When can you add a normal way to reverse my scroll wheel's direction?: OK you're a $500 billion company and can do AI and ****. I honestly don't give a ****. Just a quick Google search shows, the first post I could find on this forum about doing this was in...
  6. When can you add a normal way to reverse my scroll wheel's direction?

    in Windows 10 Customization
    When can you add a normal way to reverse my scroll wheel's direction?: OK you're a $500 billion company and can do AI and ****. I honestly don't give a ****. Just a quick Google search shows, the first post I could find on this forum about doing this was in...
  7. How do I turn off reverse scrolling in Windows 10 start menu and settings menus?

    in Windows 10 Software and Apps
    How do I turn off reverse scrolling in Windows 10 start menu and settings menus?: First off, I know how to turn off reverse scrolling in the touchpad settings. That works well for documents and web pages. However, reverse scrolling is still in effect in Windows menus, including the start menu and settings menus. Nothing I seem to do changes it. This is...
  8. How do I turn off reverse scrolling in Windows 10 start menu and settings menus?

    in Windows 10 Gaming
    How do I turn off reverse scrolling in Windows 10 start menu and settings menus?: First off, I know how to turn off reverse scrolling in the touchpad settings. That works well for documents and web pages. However, reverse scrolling is still in effect in Windows menus, including the start menu and settings menus. Nothing I seem to do changes it. This is...
  9. How do I turn off reverse scrolling in Windows 10 start menu and settings menus?

    in Windows 10 Customization
    How do I turn off reverse scrolling in Windows 10 start menu and settings menus?: First off, I know how to turn off reverse scrolling in the touchpad settings. That works well for documents and web pages. However, reverse scrolling is still in effect in Windows menus, including the start menu and settings menus. Nothing I seem to do changes it. This is...
  10. Set the Mouse Scroll Direction to Reverse / Natural Mode

    in Windows 10 Customization
    Set the Mouse Scroll Direction to Reverse / Natural Mode: Hello to all avid readers of Microsoft Community!I am Jason Go, a developer and a postgrad computer science major. I made a script that will solve this issue the EASIEST and FASTEST way.To set the scroll direction of your mouse, do the following steps:Step 1: Open Windows...