Windows – How to disable windows 10 touchscreen gestures

touchscreenwindows 10

I need to disable all touchscreen edge gestures so an application can run in 'kiosk mode' without the user accessing things like virtual desktops or action center / notification center. However the user still needs to be able to use the touchscreen to click the screen as with a mouse. There is 'assigned access' on certain windows operating systems which mau help, but not on this device which has windows 10 home. The device is a 7" linx tablet running a 'Goodix' brand touchscreen but ideally i need an answer that works with any windows touchscreen device.

Best Answer

official way to disable touchscreen gestures is only available on pro / enterprise / iot windows. home edition users will be out of luck.

gpedit.msc
Local Computer Policy
 Computer Configuration
  Administrative templates
   Windows Components
    EdgeUI
     Allow edge swipe = Disabled

Completely Disable Action Center in Windows 10

HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer
create new DWORD DisableNotificationCenter=1

Disable New Action Center Sidebar and Restore Previous UI

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell
UseActionCenterExperience DWORD= 0 ( default = 1)
Related Question