G Gunjan Saini Member Jul 15, 2025 #1 I don't know how to disable touchscreen on Chromebook easily. Can anyone explain me?
W will jacks Member Jul 15, 2025 #2 To disable the touchscreen on a Chromebook: Press Search + Alt + T to open the Crosh (Chrome Shell). Type shell and press Enter. Type sudo su and press Enter. Then type: echo 0>/sys/class/input/eventX/enabled (replace X with your touchscreen event number). Note: This may not work on all models, and a restart may re-enable it. Upvote 0 Downvote
To disable the touchscreen on a Chromebook: Press Search + Alt + T to open the Crosh (Chrome Shell). Type shell and press Enter. Type sudo su and press Enter. Then type: echo 0>/sys/class/input/eventX/enabled (replace X with your touchscreen event number). Note: This may not work on all models, and a restart may re-enable it.