How do I disable the annoying touchpad edge swipe gestures in Windows 10 for generic touchpads?












0















I need some help in turning off/disabling the touchpad edge swipe gestures in my Windows 10 2-in-1. When I swipe from the right, it brings up the Action Center. When I swipe from the left, it brings up the open processes. When I swipe from the top, it brings up the voice dictate mode. I want to disable all of those behaviors but my touchpad is detected by windows as a generic HID-compliant mouse.



Everywhere I look, the default response is to install the proper drivers but the proper drivers are indeed already installed. It's just that my 2-in-1 device uses a generic touchpad so there's no hope of ever finding a feature-full driver for it like with Synaptics, etc.



So now I want to find another way to disable the gestures. Can I hack around in the registry? Can I catch those system calls so they don't execute? Anything else I can do besides "finding the correct driver" because I feel like that's just an exercise in futility.










share|improve this question



























    0















    I need some help in turning off/disabling the touchpad edge swipe gestures in my Windows 10 2-in-1. When I swipe from the right, it brings up the Action Center. When I swipe from the left, it brings up the open processes. When I swipe from the top, it brings up the voice dictate mode. I want to disable all of those behaviors but my touchpad is detected by windows as a generic HID-compliant mouse.



    Everywhere I look, the default response is to install the proper drivers but the proper drivers are indeed already installed. It's just that my 2-in-1 device uses a generic touchpad so there's no hope of ever finding a feature-full driver for it like with Synaptics, etc.



    So now I want to find another way to disable the gestures. Can I hack around in the registry? Can I catch those system calls so they don't execute? Anything else I can do besides "finding the correct driver" because I feel like that's just an exercise in futility.










    share|improve this question

























      0












      0








      0








      I need some help in turning off/disabling the touchpad edge swipe gestures in my Windows 10 2-in-1. When I swipe from the right, it brings up the Action Center. When I swipe from the left, it brings up the open processes. When I swipe from the top, it brings up the voice dictate mode. I want to disable all of those behaviors but my touchpad is detected by windows as a generic HID-compliant mouse.



      Everywhere I look, the default response is to install the proper drivers but the proper drivers are indeed already installed. It's just that my 2-in-1 device uses a generic touchpad so there's no hope of ever finding a feature-full driver for it like with Synaptics, etc.



      So now I want to find another way to disable the gestures. Can I hack around in the registry? Can I catch those system calls so they don't execute? Anything else I can do besides "finding the correct driver" because I feel like that's just an exercise in futility.










      share|improve this question














      I need some help in turning off/disabling the touchpad edge swipe gestures in my Windows 10 2-in-1. When I swipe from the right, it brings up the Action Center. When I swipe from the left, it brings up the open processes. When I swipe from the top, it brings up the voice dictate mode. I want to disable all of those behaviors but my touchpad is detected by windows as a generic HID-compliant mouse.



      Everywhere I look, the default response is to install the proper drivers but the proper drivers are indeed already installed. It's just that my 2-in-1 device uses a generic touchpad so there's no hope of ever finding a feature-full driver for it like with Synaptics, etc.



      So now I want to find another way to disable the gestures. Can I hack around in the registry? Can I catch those system calls so they don't execute? Anything else I can do besides "finding the correct driver" because I feel like that's just an exercise in futility.







      windows-10 drivers touchpad tablet tablet-pc






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 10 at 16:16









      user9564371user9564371

      11




      11






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Try the following way:




          1. Enter regedit in the Cortana search bar and press Enter to enter the Registry Editor.


          2. Position to
            HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsEdgeUI



          Note: Users without the EdgeUI item need to be manually created. Right click on Windows, select New, and rename to EdgeUI.




          1. Create a new DWORD (32-bit) value in EdgeUI, rename it to AllowEdgeSwipe, and keep the value data as the default "0".


          2. This modification takes effect after restarting the computer. To restore the above edge swipe gesture, change the AllowEdgeSwipe value data to "1" and restart the computer.







          share|improve this answer























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1392819%2fhow-do-i-disable-the-annoying-touchpad-edge-swipe-gestures-in-windows-10-for-gen%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            Try the following way:




            1. Enter regedit in the Cortana search bar and press Enter to enter the Registry Editor.


            2. Position to
              HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsEdgeUI



            Note: Users without the EdgeUI item need to be manually created. Right click on Windows, select New, and rename to EdgeUI.




            1. Create a new DWORD (32-bit) value in EdgeUI, rename it to AllowEdgeSwipe, and keep the value data as the default "0".


            2. This modification takes effect after restarting the computer. To restore the above edge swipe gesture, change the AllowEdgeSwipe value data to "1" and restart the computer.







            share|improve this answer




























              0














              Try the following way:




              1. Enter regedit in the Cortana search bar and press Enter to enter the Registry Editor.


              2. Position to
                HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsEdgeUI



              Note: Users without the EdgeUI item need to be manually created. Right click on Windows, select New, and rename to EdgeUI.




              1. Create a new DWORD (32-bit) value in EdgeUI, rename it to AllowEdgeSwipe, and keep the value data as the default "0".


              2. This modification takes effect after restarting the computer. To restore the above edge swipe gesture, change the AllowEdgeSwipe value data to "1" and restart the computer.







              share|improve this answer


























                0












                0








                0







                Try the following way:




                1. Enter regedit in the Cortana search bar and press Enter to enter the Registry Editor.


                2. Position to
                  HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsEdgeUI



                Note: Users without the EdgeUI item need to be manually created. Right click on Windows, select New, and rename to EdgeUI.




                1. Create a new DWORD (32-bit) value in EdgeUI, rename it to AllowEdgeSwipe, and keep the value data as the default "0".


                2. This modification takes effect after restarting the computer. To restore the above edge swipe gesture, change the AllowEdgeSwipe value data to "1" and restart the computer.







                share|improve this answer













                Try the following way:




                1. Enter regedit in the Cortana search bar and press Enter to enter the Registry Editor.


                2. Position to
                  HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsEdgeUI



                Note: Users without the EdgeUI item need to be manually created. Right click on Windows, select New, and rename to EdgeUI.




                1. Create a new DWORD (32-bit) value in EdgeUI, rename it to AllowEdgeSwipe, and keep the value data as the default "0".


                2. This modification takes effect after restarting the computer. To restore the above edge swipe gesture, change the AllowEdgeSwipe value data to "1" and restart the computer.








                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jan 13 at 7:50









                Daisy ZhouDaisy Zhou

                657114




                657114






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Super User!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1392819%2fhow-do-i-disable-the-annoying-touchpad-edge-swipe-gestures-in-windows-10-for-gen%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    If I really need a card on my start hand, how many mulligans make sense? [duplicate]

                    Alcedinidae

                    Can an atomic nucleus contain both particles and antiparticles? [duplicate]