Home  >  Article  >  How to disable the touch screen in Windows 11

How to disable the touch screen in Windows 11

WBOY
WBOYforward
2023-04-26 16:22:153235browse

How to disable the touch screen in Windows 11 using Device Manager

To use Device Manager to disable the touch screen in Windows 11, follow these steps:

  1. Click "Start" buttonor press Windows key Open the Start menu.
  2. In the Start menu, type Device Manager and select Best Match results.

如何在 Windows 11 中禁用触摸屏

  1. When the Device Manager window opens, expand the Human Interface Devices section.

如何在 Windows 11 中禁用触摸屏

  1. Next, find the HID-compliant touchscreen from the list.
  2. Right-click and select Disable device from the pop-up menu.

如何在 Windows 11 中禁用触摸屏

  1. When the verification dialog box appears, click the Yes button.

如何在 Windows 11 中禁用触摸屏

#At this point, your touch screen is disabled - no reboot required.

How to enable the touch screen in Windows 11 using Device Manager

If you later want to re-enable the touch screen on your Windows 11 PC, follow these steps:

  1. Start from Menu to open Device Manager.

如何在 Windows 11 中禁用触摸屏

  1. In Device Manager, open the Human Interface Devices tree.
  2. Scroll down and right-click HID Compliant Touchscreen.
  3. SelectEnable the device from the menu.

如何在 Windows 11 中禁用触摸屏

You should be able to continue using the touch screen at this point. If not, restart your PC to ensure any underlying changes have taken effect.

How to disable the touch screen in Windows 11 using Windows Terminal

You can also use the new Windows Terminal app to disable or enable the touch screen in Windows 11. You can also use Windows PowerShell to do this, but you won't be able to use older command-line tools.

To do this:

  1. First, right-click the Start button or use the keyboard shortcut Windows key X.
  2. From the pop-up window, select Windows Terminal (Admin).

如何在 Windows 11 中禁用触摸屏

  1. When the terminal opens, run the following command:
Get-PnpDevice | Where-Object {$_.FriendlyName -like '*touch screen*'} | Disable-PnpDevice -Confirm:$false

如何在 Windows 11 中禁用触摸屏

Run After the above command, the touch screen will be disabled. No need to restart.

How to enable Windows 11 touchscreen using Windows Terminal

If you disable the touchscreen using Windows Terminal, you may want to turn it back on later. Of course, you can always go into Device Manager to re-enable it or use the Terminal app to restore functionality.

To enable the touch screen in Windows 11 using the Windows Terminal app:

  1. Click the Windows keyX on your keyboard and select Windows from the menu Terminal (Administrator).
  2. When the terminal opens, run the following command:
Get-PnpDevice | Where-Object {$_.FriendlyName -like '*touch screen*'} | Enable-PnpDevice -Confirm:$false

如何在 Windows 11 中禁用触摸屏

Windows 11 Input Devices

The above steps should Can help you quickly enable or disable touch screen in Windows 11. If you're having trouble enabling your touchscreen, don't forget to give your PC a quick restart and check for new updates.

The above is the detailed content of How to disable the touch screen in Windows 11. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:yundongfang.com. If there is any infringement, please contact admin@php.cn delete