Hi JohnHaber.
Welcome to the Microsoft Community.
According to your description, you want to disable the touchpad on your laptop. I understand where you are coming from, sometimes I also find the touchpad on my laptop quite inconvenient. Fortunately, the option to disable the touchpad you mentioned in your question has not been removed. And you can disable the touchpad in many ways.
First of all, the easiest way to disable the touchpad is to disable it using the physical keys reserved by the laptop manufacturer. All you need to do is press FN and F? on the laptop's own keyboard at the same time to disable or enable the touchpad. (F? is one of the F1-F12 keys, which has a square symbol on it)
Secondly, you can indeed disable the touchpad in the settings, you just need to do the following:
- Open Settings by pressing “Win + i” at the same time, and then select “Bluetooth and Other Devices” on the left.
- Click “Touchpad” and turn off the switch on the right side, then click “More Touchpad Settings” below.
- Check the box “Disable external USB pointing device when plugged in”, and then click OK.
If you can't disable the touchpad in this way, you can use Powershell to disable the touchpad:
- Open Device Manager (press Win + X, then select “Device Manager”).
- Find your touchpad device in Device Manager, usually under “HMI Devices” or “Mouse and Other Pointer Devices”.
- Right-click on your trackpad device and select “Properties”.
- In the “Details” tab, select “Device Instance Path” from the drop-down menu. This is your device instance ID.
- Press “Win + R” to open “Run”, in “Run” type “powershell In Run, type “powershell” and press “Ctrl + Shift + Enter” at the same time to open Powershell with administrator privileges.
- Enter the following command and press “enter” to execute the command.
Disable-PnpDevice -InstanceId “Device Instance ID” -Confirm:$false
(Replace the device instance ID, keep the quotes)
If you want to enable the touchpad just replace Disable with Enable.
Hope this helps you to disable the touchpad.
Best Regards,
Raylan-MSFT | Microsoft Community Support Specialist