diff --git a/README.md b/README.md index c5432b9..85ad533 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,6 @@ https://github.com/Leapward-Koex/MaiTouchSensorEmulator/assets/30615050/e45ca02f # Setup Disable Three- and four-finger touch gestures in windows (on W11 Settings -> Bluetooth & devices -> Touch) -[Optional] If you're on W11 and find that left swipes sometimes open the "widgets" pane you can remove the pane by running this command as administrator `winget uninstall "windows web experience pack"` and following the onscreen instructions. - COM3 needs to be free for this app to work as that is the port used by SDEZ. By default most people will find that COM3 is already in use by a USB Serial device. This will need to be uninstalled via Device Manager, 1. Open Device Manager 2. Show hidden devices. "View" -> "Show Hidden Devices" -> "Ports (COM & LPT)" -> Right click the COM3 device and uninstall. @@ -35,6 +33,8 @@ Start SDEZ and use your touchscreen as normal. [Optional] To avoid having to manually open the application each time, you can enable "Automatic port connecting" and add this line after `@echo off` in your MaiMai's start.bat file. `start "" ""` +[Optional] If you're on W11 and find that left swipes sometimes open the "widgets" pane you can remove the pane by running this command as administrator `winget uninstall "windows web experience pack"` and following the onscreen instructions. + # Installing the virtual COM ports without using the included com0com program If you don't want to use the included install/remove virtual com actions in the app because you don't want to give admin access to this unknown app then you can achieve the same outcome by manually downloading Null-modem com0com online (version 2.2.2.0 required!) and then running this command. `cd "C:\Program Files (x86)\com0com" && setupc.exe install Portname=COM3 Portname=COM23` to install the virtual port and