How do I disable the annoying touchpad edge swipe gestures in Windows 10 for generic touchpads?
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
add a comment |
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
add a comment |
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
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
windows-10 drivers touchpad tablet tablet-pc
asked Jan 10 at 16:16
user9564371user9564371
11
11
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Try the following way:
Enter regedit in the Cortana search bar and press Enter to enter the Registry Editor.
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.
Create a new DWORD (32-bit) value in EdgeUI, rename it to AllowEdgeSwipe, and keep the value data as the default "0".
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.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Try the following way:
Enter regedit in the Cortana search bar and press Enter to enter the Registry Editor.
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.
Create a new DWORD (32-bit) value in EdgeUI, rename it to AllowEdgeSwipe, and keep the value data as the default "0".
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.
add a comment |
Try the following way:
Enter regedit in the Cortana search bar and press Enter to enter the Registry Editor.
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.
Create a new DWORD (32-bit) value in EdgeUI, rename it to AllowEdgeSwipe, and keep the value data as the default "0".
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.
add a comment |
Try the following way:
Enter regedit in the Cortana search bar and press Enter to enter the Registry Editor.
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.
Create a new DWORD (32-bit) value in EdgeUI, rename it to AllowEdgeSwipe, and keep the value data as the default "0".
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.
Try the following way:
Enter regedit in the Cortana search bar and press Enter to enter the Registry Editor.
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.
Create a new DWORD (32-bit) value in EdgeUI, rename it to AllowEdgeSwipe, and keep the value data as the default "0".
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.
answered Jan 13 at 7:50
Daisy ZhouDaisy Zhou
657114
657114
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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